HomeBrowseUpload
← Back to registry
// Skill profile

Score

name: score

by bytesagain3 · published 2026-03-22

数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:bytesagain3/bytesagain3-score
View on GitHub
// Full documentation

---

name: score

version: "2.0.0"

author: BytesAgain

license: MIT-0

tags: [score, tool, utility]

description: "Score - command-line tool for everyday use"

---

# Score

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

Commands

| Command | Description |

|---------|-------------|

| `score help` | Show usage info |

| `score run` | Run main task |

| `score status` | Check state |

| `score list` | List items |

| `score add <item>` | Add item |

| `score export <fmt>` | Export data |

Usage

score help
score run
score status

Examples

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

    # 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

  • Feedback: https://bytesagain.com/feedback/
  • Website: https://bytesagain.com
  • Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band