Awesome-omni-skill songsee

Music recognition and identification

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/tools/songsee" ~/.claude/skills/diegosouzapw-awesome-omni-skill-songsee && rm -rf "$T"
manifest: skills/tools/songsee/SKILL.md
source content

Song Recognition

Music recognition and identification

Available Tools

This skill uses ClawdBot's standard tools:

  • bash - Execute commands
  • read_file - Read files
  • write_file - Write files
  • web_fetch - Fetch web content
  • web_search - Search the web

Usage Examples

User: "Help me with song recognition"

  1. Assess what the user needs
  2. Use appropriate tools
  3. Provide helpful response

Configuration

Check documentation for specific setup requirements.

Notes

This skill requires integration with Song Recognition service/application.