AI agent skills powered by YouMind. Extract knowledge, create content, and manage your learning — all from your favorite AI coding tools.
| Skill | Description |
|---|---|
| youmind | Base CLI skill — search, inspect, and call YouMind APIs |
| youmind-youtube-transcript | Batch extract YouTube video transcripts — up to 5 at once, no yt-dlp needed |
More skills coming soon: image generation, link saving, notes, documents, slides...
# 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 --allAlso available on ClawHub:
clawhub install youmind-youtube-transcriptAll skills require the YouMind CLI:
npm install -g @youmind-ai/cli
export YOUMIND_API_KEY=sk-ym-xxxGet your API key at https://youmind.com/settings/api-keys
These skills work with any AI agent that supports the skill format:
- OpenClaw
- Claude Code
- Cursor
- Codex
- Gemini CLI
- Any tool supporting
npx skills add
See shared/PUBLISHING.md for the publishing guide.
MIT