← Back to Skills Marketplace
Music Playlist
by
bytesagain3
· GitHub ↗
· v2.0.0
· MIT-0
592
Downloads
1
Stars
3
Active Installs
10
Versions
Install in OpenClaw
/install music-playlist
Description
歌单推荐/乐评。场景歌单、心情推荐、音乐分析、歌词解读、播放列表、年度总结。Music playlist curator with mood, scene recommendations. 歌单、音乐、推荐。
Usage Guidance
This skill appears coherent and safe: it provides playlist suggestions and a small local utility. It does not contact the network or ask for credentials. Note it will create a directory (default ~/.local/share/music-playlist) and write data.log and history.log there; set MUSIC_PLAYLIST_DIR if you prefer a different location or want to inspect the files before use. If you need absolute assurance, review the included scripts (scripts/playlist.sh and scripts/script.sh) — they are short and readable and contain no network or secret-exfiltration behavior.
Capability Analysis
Type: OpenClaw Skill
Name: music-playlist
Version: 2.0.0
The skill bundle provides basic music playlist curation and local logging functionality. It includes a Python-based suggestion engine (scripts/playlist.sh) for genres and structures, and a Bash-based utility (scripts/script.sh) for managing a local data log in the user's home directory. The code is straightforward, lacks network access or sensitive data retrieval, and aligns with its stated purpose.
Capability Assessment
Purpose & Capability
The name/description (music playlist, mood/scene recommendations) align with the included scripts and SKILL.md: commands produce genre suggestions, playlist structure, discovery sources, and simple local data management. No unrelated capabilities (cloud access, system administration, etc.) are requested.
Instruction Scope
SKILL.md instructs running the included utility (help/run) and printing output to stdout. The runtime scripts only generate suggestions and manipulate local text files; they do not read other system files, query external endpoints, or access secrets.
Install Mechanism
No install spec is provided (instruction-only), and the distributed code is simple shell + inline Python. Nothing is downloaded or extracted at install time.
Credentials
The skill declares no required env vars or credentials. The scripts do honor MUSIC_PLAYLIST_DIR and XDG_DATA_HOME (falling back to $HOME/.local/share/music-playlist) and will create/write files (data.log, history.log) there. This is reasonable for a local playlist tool but is a privacy consideration — data is stored on disk in your user home unless you set MUSIC_PLAYLIST_DIR.
Persistence & Privilege
always:false and no system-wide changes. The skill only creates its own data directory and log files; it does not modify other skills or global agent config.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install music-playlist - After installation, invoke the skill by name or use
/music-playlist - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.6
yaml-fix+quality
v1.0.5
yaml-fix+quality
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
De-template, unique content, script cleanup
v1.0.1
Quality update: docs, examples, standards compliance
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions
v1.0.0
- Initial release of Music Playlist skill.
- Features song recommendations, mood and scene-based playlists, music analysis, lyrics interpretation, and annual summaries.
- Supports commands: recommend, mood, analyze, lyrics, playlist, and annual.
Metadata
Frequently Asked Questions
What is Music Playlist?
歌单推荐/乐评。场景歌单、心情推荐、音乐分析、歌词解读、播放列表、年度总结。Music playlist curator with mood, scene recommendations. 歌单、音乐、推荐。 It is an AI Agent Skill for Claude Code / OpenClaw, with 592 downloads so far.
How do I install Music Playlist?
Run "/install music-playlist" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Music Playlist free?
Yes, Music Playlist is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Music Playlist support?
Music Playlist is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Music Playlist?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.0.
More Skills