← 返回 Skills 市场
bytesagain3

Score

作者 bytesagain3 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ 安全检测通过
252
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install score
功能描述
Track game scores, brackets, and player statistics. Use when recording results, scoring rounds, ranking leaderboards, reviewing game history, computing stats.
安全使用建议
This skill is local-only and appears to do what it says: log entries and export/search them from ~/.local/share/score. Before installing, consider: (1) the script will create and write plain-text files in ~/.local/share/score — review or back up any existing files there; (2) SKILL.md mentions SCORE_DIR but the script does not honor that variable, so if you need the data elsewhere you should edit the script or move the directory; (3) the JSON export code has a minor bug (it outputs a literal "\n]" rather than a proper newline+closing bracket) — exported JSON may need verification/repair before reuse; (4) the history timestamp format differs from other logs (minor formatting inconsistency); (5) there are no network calls or credential requests, so there's no obvious exfiltration. If you want extra assurance, inspect the script locally and run it in a sandbox or dedicated account before use.
功能分析
Type: OpenClaw Skill Name: score Version: 2.0.2 The 'score' skill is a straightforward CLI utility for logging game-related data (scores, rankings, rolls) to local text files in ~/.local/share/score. The script (scripts/script.sh) uses standard Unix utilities like grep, tail, and wc to manage these logs and lacks any network connectivity, obfuscation, or unauthorized data access, aligning perfectly with its stated purpose in SKILL.md.
能力评估
Purpose & Capability
Name/description (score, leaderboards, stats) align with what the included script does: it logs entries, shows recent items, performs simple stats, search, and exports. No unrelated credentials, binaries, or cloud access are requested.
Instruction Scope
SKILL.md describes only local file operations and CLI usage, which matches the script. Minor mismatches: SKILL.md claims you can override the data directory with SCORE_DIR environment variable, but the script always uses DATA_DIR="${HOME}/.local/share/score" and does not read SCORE_DIR. Also the _log() timestamp format (used for history.log) is month-day while individual command entries use a year-month-day format; this is an internal consistency/documentation issue but not a secret-exfiltration risk.
Install Mechanism
Instruction-only skill plus a single bash script; there is no install spec and nothing is downloaded from external URLs. No archive extraction or third-party package installs are present.
Credentials
The skill requests no environment variables or credentials. SKILL.md mentions SCORE_DIR as a possible override, but the shipped script doesn't honor it — that's a documentation/code mismatch (not an overbroad permission request).
Persistence & Privilege
The script writes only to ~/.local/share/score by default (creates that directory). The skill is not marked always:true and does not modify other skills or system-wide settings. It does not persist beyond creating its own files in the user's home directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install score
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /score 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
update
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
v1.0.0
Initial release
元数据
Slug score
版本 2.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 5
常见问题

Score 是什么?

Track game scores, brackets, and player statistics. Use when recording results, scoring rounds, ranking leaderboards, reviewing game history, computing stats. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 252 次。

如何安装 Score?

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

Score 是免费的吗?

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

Score 支持哪些平台?

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

谁开发了 Score?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.2。

💬 留言讨论