score
Track game scores, brackets, and player statistics. Use when recording results, scoring rounds, ranking leaderboards, reviewing game history, computing stats.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/scoreScore
Gaming toolkit for tracking scores, rankings, challenges, leaderboards, and rewards from the command line. Log entries, review history, export data, and search across all records.
Overview
Score is a versatile CLI tool for game and competition tracking. Each command logs or retrieves entries with timestamps. Pass arguments to record new data, or run a command with no arguments to view recent entries. Built-in utilities provide statistics, data export, search, and health checks.
Commands
| Command | Description |
|---|---|
score roll [input] | Log a roll entry, or view recent rolls |
score score [input] | Log a score entry, or view recent scores |
score rank [input] | Log a rank entry, or view recent rankings |
score history [input] | Log a history note, or view recent history |
score stats [input] | Log a stats note, or view recent stats entries |
score challenge [input] | Log a challenge, or view recent challenges |
score create [input] | Log a creation event, or view recent creates |
score join [input] | Log a join event, or view recent joins |
score track [input] | Log a tracking entry, or view recent tracks |
score leaderboard [input] | Log a leaderboard entry, or view recent standings |
score reward [input] | Log a reward, or view recent rewards |
score reset [input] | Log a reset event, or view recent resets |
score stats | Show summary statistics across all log files |
score export <fmt> | Export all data (json, csv, or txt) |
score search <term> | Search all entries for a term |
score recent | Show last 20 lines of activity history |
score status | Health check (version, entries, disk usage, last activity) |
score help | Show usage help |
score version | Show version (v2.0.0) |
Data Storage
- Location:
~/.local/share/score/ - Per-command logs: Each command (roll, score, rank, etc.) writes to its own
<command>.logfile - History:
history.log— timestamped action log recording every operation - Export:
export.<fmt>— generated export files (json, csv, txt) - Format:
YYYY-MM-DD HH:MM|valueper line in each log file - All data is plain text. No database or cloud service.
Requirements
- bash (with
set -euo pipefail) - Standard Unix utilities (
date,wc,du,tail,grep,cat,head) - No external dependencies or API keys
When to Use
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain3-score": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
skill-tracker
通用技能使用统计追踪器,支持 Python 和 Node.js 技能,自动记录调用次数、成功率,生成使用排行榜。数据本地存储,保护隐私。
cmms
Computerized maintenance management system
consent
Build cookie consent banners and track opt-in compliance status. Use when implementing GDPR consent, auditing cookies, generating privacy banners.
amr
Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr status.
breaker
Circuit breaker sizing and coordination tool. Use when json breaker tasks, csv breaker tasks, checking breaker status.