Agent lx music
Modular AI Agent Skills for agent-lx-music (alx) CLI, compatible with Hermes, OpenClaw, Codex, and npx skills
npx -y skills add Xuepoo/agent-lx-music-skills --skill agent-lx-musicAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Control agent-lx-music (alx) CLI to search, play, download music, fetch lyrics/covers, and manage playlists.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
6.2 KB, ~1.5k tokens by cl100k_base, as published. Nobody here has run it
agent-lx-music (alx) — Music CLI Agent Usage Guide
Overview
alx is a terminal-native music CLI that replaces lx-music-desktop. It uses mpv as a detached daemon for playback, supports JS source scripts for URL resolution, and has native search for multiple music platforms.
All commands support --json output and --quiet to suppress non-data output.
Quick Command Reference
Search
alx search "keyword" # Search all platforms
alx search "keyword" --source kw # Search specific platform (kw/wy/kg)
alx search "keyword" --limit 10 # Limit results
alx search "keyword" --id-only # Output only CLI IDs (for piping)
alx search "keyword" --json # JSON output
Playback
alx play <cli_id> # Play by search result ID
alx play <cli_id> --quality flac24bit # Play with specific quality
alx play <url> # Play direct URL
alx play /path/to/file.mp3 # Play local file
alx play --from-playlist "name" # Play entire playlist
alx play --from-playlist "name" --shuffle # Shuffle playlist
alx next / alx prev # Skip tracks
alx pause / alx resume / alx stop # Playback control
alx seek +30 / alx seek 2:30 / alx seek 50% # Seek
alx volume 80 / alx volume +10 # Volume (0-100)
alx repeat off|one|all # Repeat mode
alx shuffle on|off # Shuffle mode
alx now # Current playback status
alx state # Full player state (JSON-friendly)
alx quit # Kill mpv daemon
Download
alx download add <id> # Download single song
alx download add <id1> <id2> <id3> # Download multiple songs
alx download add <id> --quality flac24bit # Specific quality
alx download add --file playlist.m3u # Batch from M3U/CSV/JSON
alx download status # Active downloads
alx download list # Download history
alx download retry <task_id> # Retry failed download
Playlists
alx playlist list # List all playlists
alx playlist create "name" # Create playlist
alx playlist delete "name" # Delete playlist
alx playlist rename "old" "new" # Rename playlist
alx playlist add "name" <id> # Add song(s)
alx playlist remove "name" <id> # Remove song
alx playlist show "name" # Show playlist contents
alx playlist play "name" # Play playlist
alx playlist play "name" --shuffle # Shuffle play
alx playlist export "name" --format m3u # Export (m3u/json/csv)
alx playlist import file.m3u --name "name" # Import
Favorites
alx fav list # List favorites
alx fav add # Add current song
alx fav add <id> # Add specific song
alx fav remove <id> # Remove from favorites
alx fav play # Play all favorites
Lyrics & Cover
alx lyric # Lyrics for current song
alx lyric <id> # Lyrics for specific song
alx lyric <id> --translated # Translated lyrics
alx lyric <id> --romanized # Romanized lyrics
alx lyric <id> --save # Save as .lrc file
alx pic <id> # Cover art URL
alx pic <id> --save # Download cover art
Source Management
alx source list # List installed sources
alx source add <path_or_url> # Add source script
alx source remove <id> # Remove source
alx source update <id> # Update from remote URL
alx source test <id> # Health check (init/search/url)
alx source info <id> # Detailed source info
Board & Discover
alx board # List available charts
alx board --source wy --id wy-hot # Songs in a chart
alx board --source wy --id wy-hot --play # Play chart
alx discover # Recommended playlists
alx discover --source kw --tag 华语 # Filter by tag
alx discover show <playlist-id> # List songs
alx discover play <playlist-id> # Play recommended playlist
Queue
alx queue show # Show current queue
alx queue add <id> # Add to queue
alx queue insert <id> # Insert after current
alx queue remove <position> # Remove by position
alx queue move <from> <to> # Reorder
alx queue clear # Clear queue
Local Library
alx local scan # Scan download dir (or beets)
alx local list # List indexed files
alx local play <index> # Play local file
Config
alx config # Show all config
alx config get <key> # Get value
alx config set <key> <value> # Set value
alx config path # Config file path
JSON Output
All commands support --json for structured output. Example search result:
[
{
"cli_id": "04164d6d",
"song_id": "228908",
"name": "晴天",
"singer": "周杰伦",
"source": "kw",
"interval": "04:29",
"album_name": "叶惠美",
"pic_url": "https://img3.kuwo.cn/..."
}
]
Aliases
sch=searchdl=downloadpl=playlistq=queuelrc/lyr/lyrics=lyriccover=pichot=boardexplore=discover
Verbose & Debug Mode
- Use
--verboseor-vfor general CLI verbose logging (showing which sources are queried and HTTP requests). - Use
--debugor-dto explicitly enable the underlying JS script engine's console log outputs ([JS] ...traces) for runtime API details.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.
Gives 0 of the 12 instructions most context ai engineering skills give in ~1.5k tokens
Counted across 1,193 of the 1,976 authors here whose files we hold, read 2026-08-07
- Dispatch a fresh implementer subagent per taskin 48 of 1193, across 19 files
- Dispatch a final code reviewer after all tasksin 33 of 1193, across 8 files
- Provide full task text to the subagentin 30 of 1193, across 9 files
- Review spec compliance before code qualityin 27 of 1193, across 10 files
- Make the hook script executablein 26 of 1193, across 8 files
- Re-snapshot after navigation or DOM changesin 25 of 1193, across 19 files
- Read files before editing themin 22 of 1193, across 11 files
- Answer subagent questions before proceedingin 22 of 1193, across 7 files
- Mark task complete in TodoWrite after approvalin 22 of 1193, across 6 files
- Merge hook into existing settingsin 21 of 1193, across 3 files
- Ask if installation is global or projectin 20 of 1193, across 2 files
- Copy the hook script to target locationin 20 of 1193, across 2 files
Said here and by no other author read
- Use `alx` as the primary music CLI.
- Use `mpv` daemon for audio playback.
- Append `--json` for structured command output.
- Use `--quiet` to suppress non-data output.
- Use `--id-only` to output only CLI IDs.
- Use `--verbose` for general CLI verbose logging.
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.