music-generator-topmediai

Generate AI music, BGM, or lyrics via TopMediai API. Supports auto polling and two-stage output (preview first, then final full audio) for generation tasks.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "music-generator-topmediai" with this command: npx skills add Topmediai/music-generator-topmediai

Music Generator TopMediai Skill

Capability Overview

This skill supports:

  1. Generate a full song with lyrics
  2. Generate pure background music (BGM)
  3. Generate lyrics only
  4. Query music generation tasks
  5. Convert song_id to MP4

Preflight Check (Mandatory)

  • Configure TOPMEDIAI_API_KEY in <skill_root>/.env
  • Optional: TOPMEDIAI_BASE_URL (default https://api.topmediai.com)
  • If key is missing, stop and ask user to configure.

Command

  • Main command: /music_generator_topmediai
    • mode=normal (default): lyrics -> submit -> poll preview/full
    • mode=bgm: instrumental generation -> poll preview/full
    • mode=lyrics: lyrics only

API Endpoints Used

  • Generate lyrics: POST {BASE_URL}/v1/lyrics
  • Submit generation: POST {BASE_URL}/v3/music/generate
  • Query tasks: GET {BASE_URL}/v3/music/tasks?ids=<id[,id2,...]>
  • Generate MP4 by song_id: POST {BASE_URL}/v3/music/generate-mp4?song_id=<song_id>

Return Event Conventions

  • lyrics_ready
  • submitted
  • preview_ready
  • full_ready
  • failed / timeout

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Youtube Podcast Generator

Extracts the original text of Youtube video and converts it into a multi-voice AI podcast using a local Node.js API and FFmpeg. It also can show you the text...

Registry SourceRecently Updated
General

ERPClaw

AI-native ERP system with self-extending OS. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842,...

Registry SourceRecently Updated
General

Whisper AI Audio to Text Transcriber

Turn raw transcripts into structured summaries, meeting minutes, and action items.

Registry SourceRecently Updated
General

Task Planner

- **name**: Task Planner. Use when you need task planner capabilities. Triggers on: task planner.

Registry SourceRecently Updated