← Back to Skills Marketplace
ckchzh

Twitch

by BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
285
Downloads
1
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install twitch
Description
Manage Twitch channel data, scores, and rankings from CLI. Use when rolling highlights, scoring streams, ranking metrics, tracking stats.
Usage Guidance
This skill appears coherent and offline: it stores all data under ~/.local/share/twitch and does not contact external services or ask for credentials. Before installing or running it, consider: (1) inspect the script file (already included) to confirm it matches the provided version; (2) be aware it will create multiple .log files that may grow over time—delete or rotate them if disk usage matters; (3) if you share your machine or back up your home directory, these logs will be included; (4) run it with normal user privileges (not root) and verify file permissions on the data directory if privacy is a concern. If you want stronger assurance, run the script in a confined environment (container or dedicated user account) first.
Capability Analysis
Type: OpenClaw Skill Name: twitch Version: 2.0.0 The Twitch skill bundle is a local command-line utility for logging and tracking gaming-related metrics (scores, ranks, rolls) to text files stored in ~/.local/share/twitch/. The shell script (scripts/script.sh) implements basic CRUD operations, searching, and exporting (JSON/CSV/TXT) without any network access, credential harvesting, or persistence mechanisms. While the script contains minor shell scripting vulnerabilities (e.g., lack of input escaping in JSON export and potential argument injection in grep), there is no evidence of malicious intent or high-risk behavior.
Capability Assessment
Purpose & Capability
Name/description (manage Twitch channel data, scoring, ranking) align with the provided script and SKILL.md. All functionality (roll, score, rank, export, search, stats, etc.) is implemented as local file-based operations; there are no unexpected external services or unrelated environment requirements.
Instruction Scope
SKILL.md and the runtime script instruct only local CLI operations. The script reads/writes log files in $HOME/.local/share/twitch, uses common utilities (grep, tail, du, wc, sed, cat), and produces exports. It does not reference other system config, credentials, or remote endpoints. Instructions are not open-ended and do not tell the agent to collect unrelated system data.
Install Mechanism
No install spec is provided (instruction-only skill plus an included script). That is low risk: nothing is downloaded from external URLs and no archive extraction occurs. The included script is plain shell and would need to be placed/run by the user or agent; no automatic installers are present.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths beyond the data directory it creates (~/.local/share/twitch). That is proportionate to a local CLI logging/metrics tool.
Persistence & Privilege
always: false and the skill does not request persistent elevated privileges or modify other skills or system-wide agent settings. It creates and maintains its own data directory only.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install twitch
  3. After installation, invoke the skill by name or use /twitch
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Domain-specific upgrade
Metadata
Slug twitch
Version 2.0.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Twitch?

Manage Twitch channel data, scores, and rankings from CLI. Use when rolling highlights, scoring streams, ranking metrics, tracking stats. It is an AI Agent Skill for Claude Code / OpenClaw, with 285 downloads so far.

How do I install Twitch?

Run "/install twitch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Twitch free?

Yes, Twitch is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Twitch support?

Twitch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Twitch?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.0.

💬 Comments