ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

score

Track game scores, brackets, and player statistics. Use when recording results, scoring rounds, ranking leaderboards, reviewing game history, computing stats.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain3/score
Or

Score

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

CommandDescription
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 statsShow 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 recentShow last 20 lines of activity history
score statusHealth check (version, entries, disk usage, last activity)
score helpShow usage help
score versionShow version (v2.0.0)

Data Storage

  • Location: ~/.local/share/score/
  • Per-command logs: Each command (roll, score, rank, etc.) writes to its own <command>.log file
  • History: history.log — timestamped action log recording every operation
  • Export: export.<fmt> — generated export files (json, csv, txt)
  • Format: YYYY-MM-DD HH:MM|value per 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

Stars4097
Views3
Updated2026-04-14
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain3-score": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#score#tool#utility
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.