← 返回 Skills 市场
codenova58

Music Discovery

作者 codenova58 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install music-discovery
功能描述
Recommend music tracks and playlists tailored to mood, activity, BPM, energy, or genre using Spotify and Last.fm data.
安全使用建议
This package looks like a placeholder/CLI stub rather than a working Spotify/Last.fm integrator. Before installing or running it: (1) don't provide your Spotify credentials to it until the author documents how they are used and where secrets are stored; (2) verify the code path and usage examples (SKILL.md points to a path that doesn't exist); (3) inspect the Python file locally — it currently only writes a local data file and does not call external APIs; (4) if you expect real API-backed recommendations, request the author to (a) implement/declare API calls, (b) list required env vars (client ID/secret or tokens) in metadata, and (c) fix usage paths; (5) run in a sandbox or limited environment if you want to test. These inconsistencies could be harmless (incomplete skill) but warrant caution.
功能分析
Type: OpenClaw Skill Name: music-discovery Version: 1.0.0 The music-discovery skill bundle is a legitimate tool designed to assist an AI agent in recommending music and building playlists. The Python script (music_discovery_tool.py) acts as a CLI stub that logs command execution to a local JSON file, while the documentation (SKILL.md and music_discovery_guide.md) provides clear, non-malicious instructions for using standard APIs like Spotify and MusicBrainz.
能力评估
Purpose & Capability
The name/description promise Spotify/Last.fm-style discovery, but the included Python tool does not call any external APIs, does not import requests or spotipy, and only records local usage to a data file. Declared capabilities (data-backed discovery using Spotify/Last.fm) are not implemented in the code bundle.
Instruction Scope
SKILL.md instructs installing requests and spotipy and refers to OAuth/rate-limits, but gives no instructions to supply credentials or environment variables. Usage examples point to a non-existent path (docs show scripts/skills/music-discovery/scripts/... while the repo has scripts/music_discovery_tool.py), so following the docs will fail. The instructions are incomplete and inconsistent with the packaged code.
Install Mechanism
There is no install spec (instruction-only skill), which is low-risk from an installer standpoint. The only effect of running the tool is local file writes under the repo's data/ directory; no external downloads or archive extraction are present.
Credentials
The skill declares no required environment variables or primary credential, but the README explicitly references OAuth for Spotify and suggests using real API data. The absence of declared env vars is an inconsistency: if real Spotify integration is intended, credentials would be required but are not specified in the metadata.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. It only writes to a repository-local data file and does not modify system-wide configuration or other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install music-discovery
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /music-discovery 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: mood- and context-aware music discovery tool. - Recommend tracks and build playlists based on mood, activity, BPM, energy, and genre. - Supports scene-based sets (e.g., work, workout, wind-down, party) and vibe matching. - Offers three main commands: recommend, playlist, mood. - Uses Spotify/Web API-style metadata and real API or user-provided data. - Includes usage examples, output formatting, and API references.
元数据
Slug music-discovery
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Music Discovery 是什么?

Recommend music tracks and playlists tailored to mood, activity, BPM, energy, or genre using Spotify and Last.fm data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 Music Discovery?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install music-discovery」即可一键安装,无需额外配置。

Music Discovery 是免费的吗?

是的,Music Discovery 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Music Discovery 支持哪些平台?

Music Discovery 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Music Discovery?

由 codenova58(@codenova58)开发并维护,当前版本 v1.0.0。

💬 留言讨论