{
  "markdown": "<h1 align=\"center\">MarsWave Skills</h1>\n\n<p align=\"center\">\n<a href=\"https://github.com/marswaveai\"><img alt=\"MarsWave\" src=\"https://img.shields.io/badge/Made%20by%20MarsWave-000?logoColor=fff\" /></a>\n<a href=\"https://discord.gg/ZbwA7g2guU\"><img alt=\"Discord\" src=\"https://img.shields.io/discord/1365293903405645886?label=Discord&logo=discord&color=eee&labelColor=5865f2&logoColor=fff\" /></a>\n<a href=\"https://github.com/marswaveai/skills/blob/main/LICENSE\"><img alt=\"License\" src=\"https://img.shields.io/github/license/marswaveai/skills?color=blue\" /></a>\n<br />\nEnglish | <a href=\"./README.zh.md\">简体中文</a>\n</p>\n\n---\n\nAI-powered skills for your coding agent — by [MarsWave](https://github.com/marswaveai).\n\n## Install\n\n```bash\nnpx skills add marswaveai/skills\n```\n\n## Update\n\n**Via npx skills** (recommended):\n\n```bash\nnpx skills update -g\n```\n\n**Via Git** (for contributors):\n\n```bash\ncd path/to/marswaveai/skills\ngit pull origin main\n```\n\nRestart your agent (Claude Code, Cursor, etc.) after updating.\n\n## Skills\n\n### ListenHub — Content Creation\n\nTurn ideas into videos, podcasts, and more. Powered by [ListenHub](https://listenhub.ai).\n\n| Skill | Trigger | What it does |\n|-------|---------|-------------|\n| `/listenhub-voice` | \"生成音频\", \"语音生成\", \"端到端音频\", \"图片转音频\" | End-to-end audio: sound effects, multi-voice dialogue, reference-audio cloning, image→audio |\n| `/podcast` | \"make a podcast\", \"播客\" | Generate podcast episodes (solo, dialogue, debate) |\n| `/explainer` | \"explainer video\", \"解说视频\" | Narrated explainer videos with AI visuals |\n| `/slides` | \"slides\", \"幻灯片\" | Create slide decks with AI visuals |\n| `/tts` | \"read aloud\", \"TTS\", \"朗读\" | Text-to-speech and voice narration |\n| `/voice-clone` | \"克隆我的声音\", \"clone my voice\", \"自定义音色\" | Clone a voice from reference audio into a reusable private speaker |\n| `/music` | \"music\", \"音乐\", \"remix\", \"混音\", \"stem\", \"分轨\" | AI music: generate, remix, instrumental, soundtrack, extend, stem, recognize |\n| `/image-gen` | \"generate image\", \"画一张\" | AI image generation from text prompts |\n| `/video-gen` | \"generate video\", \"生成视频\" | AI video generation (text-to-video, frame animation, reference-guided) |\n| `/content-parser` | \"parse this URL\", \"解析链接\" | Extract content from URLs |\n| `/asr` | \"transcribe\", \"语音转文字\", \"ASR\" | Transcribe audio files to text |\n| `/creator` | \"创作\", \"写公众号\", \"小红书\", \"口播\" | Creator workflow — platform-ready content packages |\n\n**Setup:**\n\n```bash\nnpm install -g @marswave/listenhub-cli\nlistenhub auth login\n```\n\n> `/content-parser` and `/creator` still require a [ListenHub API Key](https://listenhub.ai/settings/api-keys).\n\n### COLA\n\n| Skill | Trigger | What it does |\n|-------|---------|-------------|\n| `/cola-avatar-pack` | \"生成形象\", \"avatar\", \"表情包\", \"梗图\" | Generate pixel-art avatar, profile card, emoji GIFs & meme stickers |\n\n**Setup:** Requires Python 3.10+ and Pillow. See [cola-avatar-pack/SKILL.md](cola-avatar-pack/SKILL.md).\n\n## Directory Structure\n\n```\n├── shared/              # Shared infrastructure (auth, CLI patterns)\n│\n│   # ListenHub\n├── listenhub-voice/     # End-to-end audio generation\n├── podcast/             # Podcast generation\n├── explainer/           # Explainer videos\n├── slides/              # Slide decks\n├── tts/                 # Text-to-speech\n├── voice-clone/         # Persistent voice cloning\n├── music/               # AI music generation\n├── image-gen/           # AI image generation\n├── video-gen/           # AI video generation\n├── content-parser/      # URL content extraction\n├── asr/                 # Audio transcription\n├── creator/             # Creator workflow\n├── listenhub-cli/       # CLI auth and setup\n├── listenhub/           # Router skill\n│\n│   # COLA\n└── cola-avatar-pack/    # Avatar pack generation\n```\n\n## Supported Clients\n\nClaude Code · Cursor · Windsurf · OpenCode · Codex · Trae · and more.\n\nIf you have any questions, feel free to reach out: support@marswave.ai\n\n## License\n\nMIT\n",
  "bytes": 3923,
  "sha": "6cd6e257efcfdc4a2307fc0743dfd7c44d46234bfc27aa40ab5ef31ab3ab5cb0",
  "repo_slug": "marswaveai/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_marswaveai_skills_content_parser_470cb1d9/readme"
}