openrouter-text2music-f1dfef — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited openrouter-text2music-f1dfef (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Text → music via OpenRouter. Default model: google/lyria-3-pro-preview.
⚠️ This is a music-generation model, not TTS. It produces 48kHz stereo audio with instrumentation, and can include vocals and timed lyrics based on the prompt. For narration/voiceover, use a dedicated TTS tool (e.g., OpenAI tts-1, ElevenLabs).
Resolve TOOL_DIR = the directory containing this SKILL.md. Commands below use TOOL_DIR as a symbolic placeholder; replace it with the resolved, quoted path before running Bash.
export OPENROUTER_API_KEY=sk-or-v1-...
python3 TOOL_DIR/scripts/generate_music.py \
--prompt "Driving synthwave, 120 BPM, nostalgic lead over a pulsing arpeggio, no vocals" \
--download PROJECT_DIR/assets/bg_music.wav| Flag | Default | Description |
|---|---|---|
--prompt | required | Text prompt (genre, mood, instruments, tempo, optional lyrics) |
--download | required | Output audio file path |
--model | google/lyria-3-pro-preview | Alt: google/lyria-3-clip-preview (shorter clips) |
lyria-3-pro-preview: $0.08 per songPOST /api/v1/chat/completions with modalities: ["audio","text"].message.audio, a content part with type=audio, or a data:audio/... URL embedded in the text content.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.