← Back to Skills Marketplace
Twitch Clip
by
Deonte Cooper
· GitHub ↗
· v1.0.2
· MIT-0
208
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install twitch-clip
Description
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",...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install twitch-clip - After installation, invoke the skill by name or use
/twitch-clip - Provide required inputs per the skill's parameter spec and get structured output
Version History
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'.
Metadata
Frequently Asked Questions
What is 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",... It is an AI Agent Skill for Claude Code / OpenClaw, with 208 downloads so far.
How do I install Twitch Clip?
Run "/install twitch-clip" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Twitch Clip free?
Yes, Twitch Clip is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Twitch Clip support?
Twitch Clip is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin).
Who created Twitch Clip?
It is built and maintained by Deonte Cooper (@djc00p); the current version is v1.0.2.
More Skills