A collection of open-source Agent Skills for OpenClaw, focused on content creation — images, audio, and video — with zero API key management. We handle all the service integrations so you can focus on creating.
FAQ
media-skills is a Claude Code plugin with 7 hand-picked skills for content work, indexed on Flowy. Install it with the command on its page. It includes audiomind, image-studio, kling-studio. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add wells1137/media-skills --agent claude-code
A collection of open-source Agent Skills for OpenClaw, focused on content creation — images, audio, and video — with zero API key management.
We handle all the service integrations so you can focus on creating.
Compatible with Claude Code, OpenClaw, and other agents supporting the Agent Skills standard.
| Skill | Description | Category |
|---|---|---|
| 🎨 image-studio | Generate images with 8 AI models (Midjourney, Flux, Ideogram, and more). Zero API keys needed. | Image |
| 🎙️ audiomind | TTS, music, sound effects, and voice cloning — all in one skill. | Audio |
| 🎬 video-overlay | Add professional intros, subtitles, watermarks, and lower thirds to videos. | Video |
| 🎥 seedance-prompter | Expert prompt engineering for Seedance 2.0 video generation. | Video |
| 🎞️ kling-studio | Full-featured Kling 3.0 Omni video generation — text, image, video editing, multi-shot. | Video |
clawhub install wells1137/image-studio
clawhub install wells1137/audiomind
clawhub install wells1137/video-overlay
clawhub install wells1137/seedance-prompter
clawhub install wells1137/kling-studio
npx skills add wells1137/media-skills
/plugin marketplace add wells1137/media-skills
Each skill follows the Agent Skills Specification:
skill-name/
├── SKILL.md # Required: Instructions and metadata
├── README.md # Recommended: Human-readable docs
├── references/ # Optional: Knowledge base files
├── scripts/ # Optional: Executable scripts
└── assets/ # Optional: Static resources
These skills are built and maintained by @wells1137, a content creation skills team focused on making AI-powered creative tools accessible to everyone.
MIT
.claude-plugin/
marketplace.json
.github/
workflows/
publish.yml
quality-check.yml
submit-awesome-lists.yml
.gitignore
docs/
CLOUD_HOST_RECOMMENDATION.md
DEPLOY_OPENCLAW_ON_VPS.md
deploy-openclaw.sh
WHY_VIRUSTOTAL_IS_NOT_ENOUGH.md
README.md
scripts/
release.sh
setup-github-topics.sh
skills/
audiomind/
cli.js
proxy/
api/
audio.js
package.json
vercel.json
SKILL.md
tools/
start_server.sh
image-studio/
.env.example
CHANGELOG.md
CONTRIBUTING.md
package-lock.json
package.json
SKILL.md
tools/
generate.js
kling-studio/
README.md
references/
api_reference.md
prompt_guide.md
scripts/
kling_api.py
SKILL.md
seedance-prompter/
references/
atomic_element_mapping.md
prompt_templates.md
seedance_syntax_guide.md
SKILL.md
video-breakdown/
proxy/
api/
analyze.js
health.js
package.json
vercel.json
SKILL.md
video-overlay/
references/
ffmpeg_moviepy_cheatsheet.md
scripts/
add_intro_outro.py
add_lower_third.py
add_subtitles.py
add_transition.py
add_watermark.py
SKILL.md
templates/
presets.json
video-upscaler/
SKILL.md© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic