README.md
July 1, 2026 · View on GitHub
MarsWave Skills
English | 简体中文
AI-powered skills for your coding agent — by MarsWave.
Install
npx skills add marswaveai/skills
Update
Via npx skills (recommended):
npx skills update -g
Via Git (for contributors):
cd path/to/marswaveai/skills
git pull origin main
Restart your agent (Claude Code, Cursor, etc.) after updating.
Skills
ListenHub — Content Creation
Turn ideas into videos, podcasts, and more. Powered by ListenHub.
| Skill | Trigger | What it does |
|---|---|---|
/listenhub-voice | "生成音频", "语音生成", "端到端音频", "图片转音频" | End-to-end audio: sound effects, multi-voice dialogue, reference-audio cloning, image→audio |
/podcast | "make a podcast", "播客" | Generate podcast episodes (solo, dialogue, debate) |
/explainer | "explainer video", "解说视频" | Narrated explainer videos with AI visuals |
/slides | "slides", "幻灯片" | Create slide decks with AI visuals |
/tts | "read aloud", "TTS", "朗读" | Text-to-speech and voice narration |
/music | "music", "音乐", "remix", "混音", "stem", "分轨" | AI music: generate, remix, instrumental, soundtrack, extend, stem, recognize |
/image-gen | "generate image", "画一张" | AI image generation from text prompts |
/video-gen | "generate video", "生成视频" | AI video generation (text-to-video, frame animation, reference-guided) |
/content-parser | "parse this URL", "解析链接" | Extract content from URLs |
/asr | "transcribe", "语音转文字", "ASR" | Transcribe audio files to text |
/creator | "创作", "写公众号", "小红书", "口播" | Creator workflow — platform-ready content packages |
Setup:
npm install -g @marswave/listenhub-cli
listenhub auth login
/content-parserand/creatorstill require a ListenHub API Key.
COLA
| Skill | Trigger | What it does |
|---|---|---|
/cola-avatar-pack | "生成形象", "avatar", "表情包", "梗图" | Generate pixel-art avatar, profile card, emoji GIFs & meme stickers |
Setup: Requires Python 3.10+ and Pillow. See cola-avatar-pack/SKILL.md.
Directory Structure
├── shared/ # Shared infrastructure (auth, CLI patterns)
│
│ # ListenHub
├── listenhub-voice/ # End-to-end audio generation
├── podcast/ # Podcast generation
├── explainer/ # Explainer videos
├── slides/ # Slide decks
├── tts/ # Text-to-speech
├── music/ # AI music generation
├── image-gen/ # AI image generation
├── video-gen/ # AI video generation
├── content-parser/ # URL content extraction
├── asr/ # Audio transcription
├── creator/ # Creator workflow
├── listenhub-cli/ # CLI auth and setup
├── listenhub/ # Router skill
│
│ # COLA
└── cola-avatar-pack/ # Avatar pack generation
Supported Clients
Claude Code · Cursor · Windsurf · OpenCode · Codex · Trae · and more.
If you have any questions, feel free to reach out: support@marswave.ai
License
MIT