IMA AI Music & Voice Generator — Song, BGM, Background Soundtrack, Jingle, Lyrics, Beat Maker, Voiceover, Narration & Composition

v1.0.0

AI music generator and voice generator with Suno sonic v5, DouBao BGM, and DouBao Song. Generate AI music, songs with lyrics, background music, soundtracks,...

0· 86·0 current·0 all-time
byDai Shuo@dai-shuo
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, required binary (python3), and single required env var (IMA_API_KEY) align with a music/voice generation skill that calls an external IMA API. No unrelated credentials or binaries are requested.
Instruction Scope
Runtime instructions require reading SKILL-DETAIL.md and optionally knowledge files under ~/.openclaw/skills/ima-knowledge-ai/references/*. That is document/UX guidance for correct use; it does not instruct reading arbitrary user files. The SKILL.md mandates reading the detail file before first use (reasonable for correct API payload construction), but that gives the agent full visibility into the skill docs — verify you trust the skill source.
Install Mechanism
No install spec (instruction-only install). Bundled code is plain Python and depends on requests (declared). No downloads from untrusted URLs, no archive extraction, and network calls point to api.imastudio.com as expected.
Credentials
Only IMA_API_KEY is required and declared as the primary credential — appropriate for an API-backed music service. The skill writes small local prefs/logs (~1KB and log files) as declared; consider that logs could potentially record operational details (errors/attributes). The skill states it will not include API keys in prompts.
Persistence & Privilege
The skill persists only to its own prefs file (~/.openclaw/memory/ima_prefs.json) and logs under ~/.openclaw/logs/ima_skills/, as declared. always:false and no evidence it modifies other skills or system-wide settings.
Assessment
This skill is coherent with its stated purpose but you should still exercise normal caution: (1) only provide a scoped or test IMA_API_KEY until you trust the skill and its provider (imastudio.com); (2) review the bundled scripts (scripts/ima_voice_create.py and ima_logger.py) yourself — they are small and readable and claim to call only https://api.imastudio.com; (3) be aware the skill writes prefs and logs to ~/.openclaw — if you prefer, make those paths read-only or redirect them to /dev/null during testing; (4) test with a limited API key and monitor network traffic/requests if you have concerns; (5) if you require higher assurance, ask the publisher for a signed source or host the script yourself after review and deploy a fork with your API endpoint/settings.

Like a lobster shell, security has layers — review code before you run it.

latestvk97f0ykvnc5qqwt2mv225a7b2983sw4c

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binspython3
EnvIMA_API_KEY
Primary envIMA_API_KEY

Comments