sunoGenerate AI music with Suno via API or browser, with prompt engineering and song extensions.
Install via ClawdBot CLI:
clawdbot install ivangdavila/sunoGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → https://api.aimusicapi.ai/api/v1/sonic/generateCalls external URL not in known-safe list
https://clawic.com/skills/sunoAI Analysis
The skill's external API calls (aimusicapi.ai, evolink.ai) are consistent with its stated purpose of AI music generation and are documented in its architecture. While it sends user prompts to third-party services, this is expected functionality. The primary risk is data sharing with unvetted external APIs, not overt malicious behavior like credential harvesting or hidden instructions.
Audited Apr 16, 2026 · audit v1.0
Generated Mar 20, 2026
Social media influencers and marketers can use this skill to generate custom background music for videos, enhancing engagement without licensing issues. It supports quick iterations for different moods or themes, ideal for platforms like TikTok or YouTube.
Small game studios can create original soundtracks tailored to specific scenes or characters, reducing costs compared to hiring composers. The skill's prompt engineering allows for genre-specific music that matches game aesthetics.
Educators and e-learning platforms can generate royalty-free music for instructional videos, making content more engaging. The ability to craft prompts ensures music aligns with lesson tones, such as upbeat for tutorials or calm for lectures.
Podcasters and audiobook producers can add custom intro/outro music or background scores to improve listener experience. The skill's lyrics guide helps create thematic music that complements narrative content.
Advertising agencies can quickly prototype jingles or background tracks for commercials, testing different styles based on target demographics. The API integration enables scalable production for multiple campaigns.
Offer a subscription service that provides access to hosted APIs like aimusicapi.ai or EvoLink, allowing users to generate music programmatically. Revenue comes from tiered plans based on usage limits or features, targeting developers and businesses.
Build a platform where users can generate music for free with basic features, then charge for advanced options like custom lyrics, higher quality downloads, or integration with other tools. Monetize through premium upgrades and ad-supported tiers.
License generated music to media companies, game developers, or film studios for use in their projects. Offer bulk packages or custom generation services, ensuring compliance with usage rights and providing high-quality, unique tracks.
💬 Integration Tip
Start by setting up API keys as environment variables and testing with simple prompts to understand generation times before scaling.
Scored Apr 19, 2026
Local speech-to-text with the Whisper CLI (no API key).
ElevenLabs text-to-speech with mac-style say UX.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
Local speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.
Text-to-speech via OpenAI Audio Speech API.