Token导航 LogoToken导航TokenDH.com
音频生成权限需确认github未标认证来源可访问许可证需确认审计提醒

music-listener音乐聆听者

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

428

周安装

18

GitHub Stars

267

下载量

150
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:music-listener(音乐聆听者)
来源仓库:https://github.com/ninehills/skills
仓库路径:skills/music-listener
安装命令:
npx skills add https://github.com/ninehills/skills --skill music-listener
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/ninehills/skills --skill music-listener

简介

music-listener 用于辅助音频、音乐和语音素材处理,适合让 Agent 生成配乐说明或整理音频流程。

  • 适用于音频生成类创作场景,需确认输入音频来源和输出格式限制。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限范围和维护状态。
  • 涉及人声克隆或版权音乐时应先核对授权和合规边界。
  • 当前无原始 SKILL.md 内容摘录,建议进一步查阅项目文档了解详细功能。

SKILL.md

Music Listener

Listen to and appreciate music files. Analyze audio for genre, mood, tempo, and lyrics.

When to Use

  • User shares an audio/music file and asks about it
  • User asks you to listen to or comment on a song
  • User asks "what song is this" or "what do you think of this music"
  • User sends a voice note containing music

Tools Required

  • Bash (for ffprobe, ffmpeg, whisper)

How It Works

Step 1: Audio Info (ffprobe)

ffprobe -v quiet -print_format json -show_format -show_streams "<audio_file>"

Key info: duration, bitrate, sample_rate, codec, title/artist/album tags (if present).

Step 2: Generate Spectrogram (ffmpeg)

ffmpeg -i "<audio_file>" -lavfi showspectrumpic=s=800x200:mode=combined:color=intensity -frames:v 1 "/tmp/music_spec_<id>.png" -y

This creates a visual representation of the frequency content. Look at it to understand the sonic texture.

Step 3: Transcribe Lyrics (whisper)

# First convert to wav if needed
ffmpeg -i "<audio_file>" -acodec pcm_s16le -ar 16000 -ac 1 "/tmp/music_audio.wav" -y
whisper "/tmp/music_audio.wav" --model turbo --output_format txt --output_dir /tmp/music_whisper
cat /tmp/music_whisper/*.txt
rm -rf /tmp/music_whisper /tmp/music_audio.wav

Note: Whisper may struggle with singing. That's fine — partial lyrics are still useful.

Step 4: Appreciate!

Combine all the info and share your thoughts naturally:

  • What genre/style does it sound like?
  • What mood does it convey?
  • Comment on the melody, rhythm, instrumentation (from spectrogram)
  • If lyrics were captured, comment on themes
  • Share your genuine reaction — do you like it? What does it remind you of?

Patterns

Short audio (<30s)

Might be a clip or voice note with background music. Do all steps but keep comments brief.

Full song (30s-10min)

Full analysis. Take your time to appreciate it.

Long audio (>10min)

Might be a playlist or podcast with music. Extract a representative segment first:

ffmpeg -i "<audio_file>" -ss 60 -t 120 -acodec pcm_s16le -ar 16000 -ac 1 "/tmp/music_segment.wav" -y

Tips

  • Be genuine. Don't fake enthusiasm. If it's not your style, say so honestly but respectfully.
  • If you recognize the song from metadata tags or lyrics, mention it!
  • The spectrogram tells you a lot: dense low frequencies = bass-heavy, bright high frequencies = crispy/airy, rhythmic patterns = beat structure.
  • Compare to well-known artists/songs when relevant ("reminds me of xxx's style").
  • If the user is sharing their own music, be encouraging but honest.

适合场景

01

生成背景音乐

02

生成歌曲或旋律

03

视频和播客配乐

04

社媒内容音频素材

能力概览

能力 1

调用音乐生成模型

能力 2

支持文本到音乐或歌曲生成

能力 3

提供 CLI 示例和使用场景

能力 4

适合音频内容工作流

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.75%
按下载量换算52

Claude

29.13%
按下载量换算44

Cursor

19.46%
按下载量换算29

Gemini CLI

9.34%
按下载量换算14

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

可疑

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills