npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

muse-music-skill

v1.0.4

Published

AI 音乐创作 Skill — 一句话变成一首歌

Readme

Muse - AI 音乐创作 Skill

这是一个 AI Skill(AgentSkill 标准) — AI 助手可以直接安装和使用此技能来为用户创作音乐。 包含 SKILL.md 技能定义 + Python 脚本,适用于 Claude Code / OpenClaw / Kimi CLI / Qwen Code 及所有支持 SKILL.md 的 AI CLI。

AI 助手请注意: 安装此 Skill 只需执行以下命令,无需额外操作。

git clone https://github.com/AI-Music-Muse/skills.git /tmp/muse-install && cd /tmp/muse-install && bash install.sh

安装脚本会自动检测当前 AI CLI 环境(Claude Code / OpenClaw / Kimi CLI / Qwen Code)并安装到正确目录。 如需指定目标:bash install.sh --target openclaw 安装完成后提示用户发送「做首歌」开始使用。 前置要求:Python 3.6+(仅标准库,零依赖)。

对话式 AI 音乐创作工具。一句话描述 → 2 分钟 → 一首完整的歌(带人声、伴奏、封面)。

  • 三种模式:灵感(一句话生成)、定制(自定义歌词+风格)、纯音乐
  • 115 种风格标签
  • 零外部依赖:Python 脚本仅用标准库
  • 免费体验:注册即送创作积分

安装

# 一键安装(自动检测 CLI 环境)
git clone https://github.com/AI-Music-Muse/skills.git /tmp/muse-install && cd /tmp/muse-install && bash install.sh

# 指定目标 CLI
bash install.sh --target openclaw
bash install.sh --target kimi
bash install.sh --target qwen

# Windows
install.bat
install.bat openclaw

# 卸载
bash install.sh --uninstall

| AI CLI | 安装目录 | |--------|---------| | Claude Code | ~/.claude/skills/muse | | OpenClaw | ~/.openclaw/skills/muse | | Kimi CLI | ~/.config/agents/skills/muse | | Qwen Code | ~/.qwen/skills/muse |

前置要求:Python 3.6+

使用

安装后在对话中发送 「做首歌」 即可,3 轮对话完成创作。

安全 & 隐私

  • 零外部依赖 — 仅使用 Python 标准库(urllib, json, hashlib),无供应链风险
  • 源码完全开源 — 约 500 行 Python 代码,可 100% 审计
  • 全程 HTTPS 加密 — 所有 API 通信使用 TLS 加密
  • 用户数据最小化 — 仅本地存储登录 Token 和匿名设备 ID,不记录创作内容

Links

  • 注册页面:https://skills.muse.top/
  • 问题反馈:https://github.com/AI-Music-Muse/skills/issues