← 返回 Skills 市场
tobeyrebecca

gamma

作者 TobeyRebecca · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
49
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install toby-gamma
功能描述
Generate AI-powered presentations, documents, and social posts using SkillBoss API Hub. Use when user asks to create a presentation, pitch deck, slide deck,...
安全使用建议
Before installing: (1) Verify the correct API hostname with the skill author or official docs — SKILL.md documents api.skillbossai.com but the script sends requests to api.heybossai.com; this mismatch should be explained or corrected. (2) Confirm you trust the target domain (heybossai.com) and that SKILLBOSS_API_KEY is intended for use there. (3) Ensure required binaries (curl, jq) are available and consider reviewing the script locally to verify it only sends intended content and does not exfiltrate extra data. (4) Prefer running the skill in a sandbox or with a limited/test API key first, and compare responses/URLs (e.g., gamma.app export links) to expected provider behavior. If the author can confirm the correct API endpoint and why domains differ (or update the script to use the documented endpoint), the concern would be resolved; otherwise treat this as potentially unsafe.
功能分析
Type: OpenClaw Skill Name: toby-gamma Version: 1.0.0 The skill bundle provides a legitimate interface for generating presentations via the SkillBoss API Hub. The shell script `scripts/gamma.sh` is well-structured, using `jq` to safely construct JSON payloads and prevent injection vulnerabilities. While there is a minor discrepancy between the API domains mentioned in the documentation (`api.skillbossai.com`) and the script (`api.heybossai.com`), the code logic is transparent, lacks obfuscation, and shows no signs of data exfiltration or malicious intent.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The skill claims to use SkillBoss (api.skillbossai.com) and to generate Gamma URLs, which aligns with requesting SKILLBOSS_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.
Instruction Scope
SKILL.md instructs only to call the SkillBoss pilot endpoint and set SKILLBOSS_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 endpoint (heybossai.com) rather than the documented skillbossai.com, creating a potential redirection/exfiltration risk.
Install Mechanism
There is no install spec (instruction-only), which is lower risk. However, the package includes a runnable script. The script relies on external binaries (curl and jq) but the skill metadata declares no required binaries — a mismatch that can cause runtime failures or hide implicit dependencies.
Credentials
The skill requires a single environment variable, SKILLBOSS_API_KEY, and the script uses that variable as a Bearer token for the API — this is proportionate to the stated purpose.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not persist credentials locally. It runs only when invoked, which is appropriate for this type of integration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install toby-gamma
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /toby-gamma 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the "gamma" skill for AI-powered presentations and documents via SkillBoss API Hub. - Supports generating presentations, documents, and social media carousels from natural language prompts. - Command-line scripts provided for generating content, checking status, and listing generations. - Extensive customization: choose format, number of cards/slides, styling instructions, tone, audience, and image options. - Integration with SkillBoss API requires SKILLBOSS_API_KEY for authentication. - API usage and response details included for seamless automation.
元数据
Slug toby-gamma
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

gamma 是什么?

Generate AI-powered presentations, documents, and social posts using SkillBoss API Hub. Use when user asks to create a presentation, pitch deck, slide deck,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 49 次。

如何安装 gamma?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install toby-gamma」即可一键安装,无需额外配置。

gamma 是免费的吗?

是的,gamma 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

gamma 支持哪些平台?

gamma 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 gamma?

由 TobeyRebecca(@tobeyrebecca)开发并维护,当前版本 v1.0.0。

💬 留言讨论