← 返回 Skills 市场
Twitch Clip
作者
Deonte Cooper
· GitHub ↗
· v1.0.2
· MIT-0
208
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install twitch-clip
功能描述
Create Twitch clips of the current live stream via the Twitch API. Use when a streamer says "clip that", "clip the last X seconds", "make a clip", "clip it",...
安全使用建议
This skill appears to do what it says: it uses your Twitch credentials to call the Twitch Clips API and writes a /tmp lockfile for cooldown. Before installing: (1) ensure you provide a least-privilege Twitch token scoped to clips:edit and be careful copying the access_token from your browser redirect URL (keep it secret); (2) install python3 if you expect to run the script (the script uses python3 for JSON parsing but python3 is not listed as a required binary); (3) be aware the script prints API responses on errors (these may include API error details) and writes a cooldown timestamp to /tmp (a fixed path, potential for benign conflicts); (4) rotate the token if you suspect it’s exposed. If you want additional assurance, request the publisher to add python3 to the declared required binaries and to avoid printing raw API responses in error messages.
功能分析
Type: OpenClaw Skill
Name: twitch-clip
Version: 1.0.2
The twitch-clip skill is a straightforward implementation for creating Twitch clips using the official Twitch API. The bash script (scripts/create_clip.sh) correctly utilizes environment variables for authentication and implements a standard cooldown mechanism via a temporary lockfile. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力标签
能力评估
Purpose & Capability
Name/description align with the requested environment variables (TWITCH_CLIENT_ID, TWITCH_ACCESS_TOKEN, TWITCH_BROADCASTER_ID) and the script which calls the Twitch Clips API. The requested credentials are exactly what a Twitch Clips integration needs.
Instruction Scope
SKILL.md and the script limit actions to creating clips via api.twitch.tv and enforcing a local cooldown. They do not read other system credentials or send data to unexpected endpoints. Note: the script and examples call python3 for JSON parsing, but python3 is not listed in the skill's declared required binaries.
Install Mechanism
This is an instruction-only skill with a small shell script; there is no install spec or third-party download. Nothing is written to system locations besides a lockfile in /tmp, which is part of the cooldown mechanism.
Credentials
The three required env vars are proportionate and necessary for Twitch API calls. TWITCH_ACCESS_TOKEN is sensitive; the script only uses it to call Twitch and does not transmit it elsewhere. The skill does echo API responses on error, which could reveal API error details but not the token itself.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It writes a single lockfile to /tmp to implement cooldown, which is reasonable and contained.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install twitch-clip - 安装完成后,直接呼叫该 Skill 的名称或使用
/twitch-clip触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Fix: replace bare code blocks with ```text for consistent rendering
v1.0.1
Fix: Added clawdbot runtime metadata with required env vars
v1.0.0
Initial release — create Twitch clips via API with 30-second spam cooldown. Trigger with 'clip that' or 'clip the last X seconds'.
元数据
常见问题
Twitch Clip 是什么?
Create Twitch clips of the current live stream via the Twitch API. Use when a streamer says "clip that", "clip the last X seconds", "make a clip", "clip it",... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 208 次。
如何安装 Twitch Clip?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install twitch-clip」即可一键安装,无需额外配置。
Twitch Clip 是免费的吗?
是的,Twitch Clip 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Twitch Clip 支持哪些平台?
Twitch Clip 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin)。
谁开发了 Twitch Clip?
由 Deonte Cooper(@djc00p)开发并维护,当前版本 v1.0.2。
推荐 Skills