| name | Beat |
| description | Track, analyze, and manage music and audio files from the command line. Use when organizing playlists, converting formats, or analyzing metadata. |
| version | 1.0.0 |
| author | BytesAgain |
| homepage | https://bytesagain.com |
| source | https://github.com/bytesagain/ai-skills |
| tags | ["music","beat","production","creative","sound"] |
Beat
Your personal Beat assistant. Track, analyze, and manage all your music & audio needs from the command line.
Why Beat?
- Works entirely offline — your data never leaves your machine
- Simple command-line interface, no GUI needed
- Export to JSON, CSV, or plain text anytime
- Automatic history and activity logging
Getting Started
beat help
beat status
beat stats
Commands
| Command | What it does |
|---|
beat run | Run |
beat check | Check |
beat convert | Convert |
beat analyze | Analyze |
beat generate | Generate |
beat preview | Preview |
beat batch | Batch |
beat compare | Compare |
beat export | Export |
beat config | Config |
beat status | Status |
beat report | Report |
beat stats | Summary statistics |
beat export | Export (json |
beat search | Search entries |
beat recent | Recent activity |
beat status | Health check |
beat help | Show this help |
beat version | Show version |
beat $name: | $c entries |
beat Total: | $total entries |
beat Data | size: $(du -sh "$DATA_DIR" 2>/dev/null |
beat Version: | v2.0.0 |
beat Data | dir: $DATA_DIR |
beat Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null |
beat Disk: | $(du -sh "$DATA_DIR" 2>/dev/null |
beat Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null |
Data Storage
All data is stored locally at ~/.local/share/beat/. Each action is logged with timestamps. Use export to back up your data anytime.
Feedback
Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com