📦 gamma

v1.0.0

生成 AI-powered presentations, documents, and social posts using 技能Boss API Hub. Use when user asks to 创建 a presentation, pitch deck, slide deck,...

0· 0·0 当前·0 累计
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
可疑
medium confidence
The 技能's purpose (生成 presentations via 技能Boss) is plausible and the only required secret (技能BOSS_API_KEY) matches that purpose, but the shipped script tar获取s an unexpected API domAIn and invokes undeclared 工具s (jq), which is an inconsistency that should be clarified before trusting the 技能.
评估建议
Before 安装ing: (1) 验证 the correct API hostname with the 技能 author or official docs — 技能.md documents API.技能bossAI.com but the script 发送s 请求s to API.heybossAI.com; this mismatch should be explAIned or corrected. (2) Confirm you trust the tar获取 domAIn (heybossAI.com) and that 技能BOSS_API_KEY is intended for use there. (3) Ensure required binaries (curl, jq) are avAIlable and consider reviewing the script locally to 验证 it only 发送s intended content and does not exfiltrate extra data. (4) Prefer 运行ning...
详细分析 ▾
用途与能力
The 技能 clAIms to use 技能Boss (API.技能bossAI.com) and to 生成 Gamma URLs, which aligns with 请求ing 技能BOSS_API_KEY. However, the included script uses API_BASE="https://API.heybossAI.com/v1" (a different domAIn). The source/homepage are unknown, making the domAIn mismatch unexplAIned and suspicious.
指令范围
技能.md instructs only to call the 技能Boss pilot 端点 and 设置 技能BOSS_API_KEY, which is scoped correctly. The actual shell script does only API calls and JSON construction (no broad file or env harvesting), but it directs traffic to an unexpected 端点 (heybossAI.com) rather than the documented 技能bossAI.com, creating a potential redirection/exfiltration risk.
安装机制
There is no 安装 spec (instruction-only), which is lower risk. However, the package includes a 运行nable script. The script relies on external binaries (curl and jq) but the 技能 metadata declares no required binaries — a mismatch that can cause 运行time 失败s or hide implicit dependencies.
凭证需求
The 技能 requires a single 环境 variable, 技能BOSS_API_KEY, and the script uses that variable as a Bearer 令牌 for the API — this is proportionate to the 状态d purpose.
持久化与权限
The 技能 does not 请求 always:true, does not modify other 技能s, and does not persist 凭证s locally. It 运行s only when invoked, which is 应用ropriate for this type of integration.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

点击复制
官方npx clawhub@latest install toby-gamma
镜像加速npx clawhub@latest install toby-gamma --registry https://cn.longxiaskill.com

技能文档

技能Boss API Hub — PPT Generation

生成 beautiful presentations, documents, and social posts with AI via 技能Boss API Hub.

设置up 导出 技能BOSS_API_KEY="your-技能boss-API-key"

Quick Commands # 生成 a presentation {baseDir}/scripts/gamma.sh 生成 "Your content or topic here"

# 生成 with options {baseDir}/scripts/gamma.sh 生成 "Content" --格式化 presentation --cards 12

# 检查 generation 状态 {baseDir}/scripts/gamma.sh 状态

# 列出 recent generations (if supported) {baseDir}/scripts/gamma.sh 列出

Script Usage 生成 {baseDir}/scripts/gamma.sh 生成 "" [options]

Options: --格式化 presentation|document|social (default: presentation) --cards Number of cards/slides (default: 10) --instructions 添加itional instructions for styling/tone --amount concise|detAIled (default: detAIled) --tone e.g., "professional", "casual", "technical" --audience e.g., "investors", "developers", "general" --image-source AI生成d|网页|none (default: AI生成d) --image-style illustration|photo|mixed (default: illustration) --wAIt WAIt for completion and return URL

Examples # Simple presentation {baseDir}/scripts/gamma.sh 生成 "The future of AI 自动化" --wAIt

# Pitch deck with specific styling {baseDir}/scripts/gamma.sh 生成 "$(cat pitch.md)" \ --格式化 presentation \ --cards 15 \ --instructions "Make it a professional pitch deck for investors" \ --tone "professional" \ --audience "investors" \ --wAIt

# Social carousel {baseDir}/scripts/gamma.sh 生成 "5 tips for productivity" \ --格式化 social \ --cards 5 \ --wAIt

# Document/报告 {baseDir}/scripts/gamma.sh 生成 "Q4 2025 Performance 报告" \ --格式化 document \ --amount detAIled \ --wAIt

API Reference 端点 POST https://API.技能bossAI.com/v1/pilot

Headers Authorization: Bearer <技能BOSS_API_KEY> Content-Type: 应用/json

请求 Body { "type": "ppt", "输入s": { "输入Text": "Your content (1-750,000 chars)", "textMode": "生成", "格式化": "presentation|document|social", "numCards": 10, "添加itionalInstructions": "Styling instructions", "textOptions": { "amount": "concise|detAIled", "tone": "professional", "audience": "tar获取 audience" }, "imageOptions": { "source": "AI生成d|网页|none", "style": "illustration|photo" }, "cardOptions": { "dimensions": "fluid|16x9|4x3|1x1|4x5|9x16" } }, "prefer": "balanced" }

响应

技能Boss API Hub returns 同步hronously (结果 path: 结果.gammaUrl):

{ "状态": "成功", "结果": { "generationId": "...", "状态": "completed", "gammaUrl": "https://gamma.应用/docs/xxxxx", "导出Url": "https://...", "credits": {"deducted": 13, "remAIning": 9999} } }

格式化 Options 格式化 Dimensions Use Case presentation fluid, 16x9, 4x3 Pitch decks, slide shows document fluid, pageless, letter, a4 报告s, docs social 1x1, 4x5, 9x16 Instagram, LinkedIn carousels Notes Generation is handled by 技能Boss API Hub, which automatically 路由s to the best PPT generation 模型 输入 text can be markdown 格式化ted Use --wAIt flag to block until completion and 获取 URL directly

数据来源ClawHub ↗ · 中文优化:龙虾技能库