English | 简体中文
AI-powered skills for your coding agent — by MarsWave.
npx skills add marswaveai/skillsVia npx skills (recommended):
npx skills update -gVia Git (for contributors):
cd path/to/marswaveai/skills
git pull origin mainRestart your agent (Claude Code, Cursor, etc.) after updating.
Turn ideas into videos, podcasts, and more. Powered by ListenHub.
| Skill | Trigger | What it does |
|---|---|---|
/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", "音乐" | AI music generation and covers |
/image-gen |
"generate image", "画一张" | AI image generation from text prompts |
/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.
| 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.
├── shared/ # Shared infrastructure (auth, CLI patterns)
│
│ # ListenHub
├── podcast/ # Podcast generation
├── explainer/ # Explainer videos
├── slides/ # Slide decks
├── tts/ # Text-to-speech
├── music/ # AI music generation
├── image-gen/ # AI image 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
Claude Code · Cursor · Windsurf · OpenCode · Codex · Trae · and more.
If you have any questions, feel free to reach out: support@marswave.ai
MIT