.agents/skills/ai-music-generation/SKILL.md
Generate AI music and songs with Diffrythm, Tencent Song Generation via inference.sh CLI. Models: Diffrythm (fast song generation), Tencent Song Generation (full songs with vocals). Capabilities: text-to-music, song generation, instrumental, lyrics to song, soundtrack creation. Use for: background music, social media content, game soundtracks, podcasts, royalty-free music. Triggers: music generation, ai music, generate song, ai composer, text to music, song generator, create music with ai, suno alternative, udio alternative, ai song, ai soundtrack, generate soundtrack, ai jingle, music ai, beat generator
npx skillsauth add RomainGRAS42/Procedio-AI ai-music-generationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate music and songs via inference.sh CLI.

# Install CLI
curl -fsSL https://cli.inference.sh | sh && infsh login
# Generate a song
infsh app run infsh/diffrythm --input '{"prompt": "upbeat electronic dance track"}'
| Model | App ID | Best For |
|-------|--------|----------|
| Diffrythm | infsh/diffrythm | Fast song generation |
| Tencent Song | infsh/tencent-song-generation | Full songs with vocals |
infsh app list --category audio
infsh app run infsh/diffrythm --input '{
"prompt": "cinematic orchestral soundtrack, epic and dramatic"
}'
infsh app sample infsh/tencent-song-generation --save input.json
# Edit input.json:
# {
# "prompt": "pop song about summer love",
# "lyrics": "Walking on the beach with you..."
# }
infsh app run infsh/tencent-song-generation --input input.json
infsh app run infsh/diffrythm --input '{
"prompt": "calm lo-fi hip hop beat, study music, relaxing"
}'
infsh app run infsh/diffrythm --input '{
"prompt": "short podcast intro jingle, professional, tech themed, 10 seconds"
}'
infsh app run infsh/diffrythm --input '{
"prompt": "retro 8-bit video game music, adventure theme, chiptune"
}'
Genre keywords: pop, rock, electronic, jazz, classical, hip-hop, lo-fi, ambient, orchestral
Mood keywords: happy, sad, energetic, calm, dramatic, epic, mysterious, uplifting
Instrument keywords: piano, guitar, synth, drums, strings, brass, choir
Structure keywords: intro, verse, chorus, bridge, outro, loop
# Full platform skill (all 150+ apps)
npx skills add inferencesh/skills@inference-sh
# Text-to-speech
npx skills add inferencesh/skills@text-to-speech
# Video generation (add music to videos)
npx skills add inferencesh/skills@ai-video-generation
# Speech-to-text
npx skills add inferencesh/skills@speech-to-text
Browse all apps: infsh app list
tools
YouTube thumbnail design with specific dimensions, contrast rules, and mobile preview optimization. Covers safe zones, text placement, face expression psychology, and A/B testing. Use for: YouTube thumbnails, video cover images, click-through optimization. Triggers: youtube thumbnail, thumbnail design, video thumbnail, click through rate, ctr optimization, youtube cover, video cover image, thumbnail maker, thumbnail tips, youtube design, video preview image
tools
Web search and content extraction with Tavily and Exa via inference.sh CLI. Apps: Tavily Search, Tavily Extract, Exa Search, Exa Answer, Exa Extract. Capabilities: AI-powered search, content extraction, direct answers, research. Use for: research, RAG pipelines, fact-checking, content aggregation, agents. Triggers: web search, tavily, exa, search api, content extraction, research, internet search, ai search, search assistant, web scraping, rag, perplexity alternative
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.