Mix

by BytesAgain

Record, search, and analyze music and audio sessions with playback tracking. Use when logging audio sessions, searching metadata, analyzing listening data.

View Chinese version with editor review

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/bytesagain/mix

文档

Mix

Mix makes music & audio simple. Record, search, and analyze your data with clear terminal output.

Why Mix?

  • 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

bash
# See what you can do
mix help

# Check current status
mix status

# View your statistics
mix stats

Commands

CommandWhat it does
mix runRun
mix checkCheck
mix convertConvert
mix analyzeAnalyze
mix generateGenerate
mix previewPreview
mix batchBatch
mix compareCompare
mix exportExport
mix configConfig
mix statusStatus
mix reportReport
mix statsSummary statistics
mix export<fmt> Export (json
mix search<term> Search entries
mix recentRecent activity
mix statusHealth check
mix helpShow this help
mix versionShow version
mix $name:$c entries
mix Total:$total entries
mix Datasize: $(du -sh "$DATA_DIR" 2>/dev/null
mix Version:v2.0.0
mix Datadir: $DATA_DIR
mix Entries:$(cat "$DATA_DIR"/*.log 2>/dev/null
mix Disk:$(du -sh "$DATA_DIR" 2>/dev/null
mix Last:$(tail -1 "$DATA_DIR/history.log" 2>/dev/null
mix Status:OK
mix [Mix]run: $input
mix Saved.Total run entries: $total
mix [Mix]check: $input
mix Saved.Total check entries: $total
mix [Mix]convert: $input
mix Saved.Total convert entries: $total
mix [Mix]analyze: $input
mix Saved.Total analyze entries: $total
mix [Mix]generate: $input
mix Saved.Total generate entries: $total
mix [Mix]preview: $input
mix Saved.Total preview entries: $total
mix [Mix]batch: $input
mix Saved.Total batch entries: $total
mix [Mix]compare: $input
mix Saved.Total compare entries: $total
mix [Mix]export: $input
mix Saved.Total export entries: $total
mix [Mix]config: $input
mix Saved.Total config entries: $total
mix [Mix]status: $input
mix Saved.Total status entries: $total
mix [Mix]report: $input
mix Saved.Total report entries: $total

Data Storage

All data is stored locally at ~/.local/share/mix/. 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