← 返回 Skills 市场
ckchzh

Twitch

作者 BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
285
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install twitch
功能描述
Manage Twitch channel data, scores, and rankings from CLI. Use when rolling highlights, scoring streams, ranking metrics, tracking stats.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install twitch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /twitch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Domain-specific upgrade
元数据
Slug twitch
版本 2.0.0
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Twitch 是什么?

Manage Twitch channel data, scores, and rankings from CLI. Use when rolling highlights, scoring streams, ranking metrics, tracking stats. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 285 次。

如何安装 Twitch?

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

Twitch 是免费的吗?

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

Twitch 支持哪些平台?

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

谁开发了 Twitch?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。

💬 留言讨论