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.mdsource 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"
- Assess what the user needs
- Use appropriate tools
- Provide helpful response
Configuration
Check documentation for specific setup requirements.
Notes
This skill requires integration with Song Recognition service/application.