← Back to Skills Marketplace
Score
by
bytesagain3
· GitHub ↗
· v2.0.2
· MIT-0
252
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install score
Description
Track game scores, brackets, and player statistics. Use when recording results, scoring rounds, ranking leaderboards, reviewing game history, computing stats.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install score - After installation, invoke the skill by name or use
/score - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Score?
Track game scores, brackets, and player statistics. Use when recording results, scoring rounds, ranking leaderboards, reviewing game history, computing stats. It is an AI Agent Skill for Claude Code / OpenClaw, with 252 downloads so far.
How do I install Score?
Run "/install score" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Score free?
Yes, Score is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Score support?
Score is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Score?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.2.
More Skills