score

by BytesAgain

Score - command-line tool for everyday use

View Chinese version with editor review

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/bytesagain3/score

文档

Score

Score tracker — game scores, tournament brackets, standings, and statistics.

Commands

CommandDescription
score helpShow usage info
score runRun main task
score statusCheck state
score listList items
score add <item>Add item
score export <fmt>Export data

Usage

bash
score help
score run
score status

Examples

bash
score help
score run
score export json

Output

Results go to stdout. Save with score run > output.txt.

Configuration

Set SCORE_DIR to change data directory. Default: ~/.local/share/score/


Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback

Features

  • Simple command-line interface for quick access
  • Local data storage with JSON/CSV export
  • History tracking and activity logs
  • Search across all entries

Quick Start

bash
# Check status
score status

# View help
score help

# Export data
score export json

How It Works

Score stores all data locally in ~/.local/share/score/. Each command logs activity with timestamps for full traceability.

Support

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com