AI agent skills powered by YouMind. Extract knowledge, create content, and manage your learning — all from your favorite AI coding tools.
| Skill | Description | ClawHub |
|---|---|---|
| youmind | Base CLI — search, inspect, and call YouMind APIs | |
| youmind-youtube-transcript | Batch extract YouTube transcripts — up to 5 at once, no yt-dlp needed | |
| youmind-deep-research | Deep research on any topic — comprehensive reports with citations and insights | |
| youmind-image-generator | Generate AI images — one API key for GPT Image, Gemini, Seedream, and 10+ models | |
| youmind-slides-generator | Generate presentation slides from a topic or outline — view, edit, download | |
| youmind-web-clipper | Save any URL to your YouMind board — instant web clipper from terminal | |
| youmind-blog-cover | Generate blog cover images — clean 16:9 compositions with multi-model AI | |
| youmind-webpage-generator | Generate webpages — landing pages, portfolios, event pages with one click | — |
| youmind-wechat-article | Write and publish WeChat articles end-to-end — topic mining to draft box | — |
# Install a specific skill
npx skills add YouMind-OpenLab/skills --skill youmind-youtube-transcript
# See all available skills
npx skills add YouMind-OpenLab/skills --list
# Install everything
npx skills add YouMind-OpenLab/skills --all# Install from ClawHub registry
clawhub install youmind-youtube-transcript
# Search for YouMind skills
clawhub search youmindAll skills require the YouMind CLI:
npm install -g @youmind-ai/cli
export YOUMIND_API_KEY=sk-ym-xxxGet your API key at youmind.com/settings/api-keys
These skills work with any AI agent that supports the skill format:
- OpenClaw
- Claude Code
- Cursor
- Codex
- Gemini CLI
- Windsurf
- Kilo Code
- OpenCode
- Goose
- Roo Code
- Any tool supporting
npx skills add
- Create
skills/youmind-<name>/SKILL.mdfollowing shared/SKILL_TEMPLATE.md - Add
version: 1.0.0in SKILL.md frontmatter - Add
.clawhubignore(see template for required excludes) - Run
./scripts/sync-shared.shto sync shared references - Open a PR — use
/review-skill <PR#>in Claude Code for automated review
- Make your changes
- Bump
version:in SKILL.md frontmatter (semver) - Open a PR
When a PR merges to main, CI automatically publishes changed skills to ClawHub. See shared/PUBLISHING.md for details.
MIT