Skip to content

YouMind-OpenLab/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

170 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouMind Skills

AI agent skills powered by YouMind. Extract knowledge, create content, and manage your learning — all from your favorite AI coding tools.

Available Skills

Core Skills

Skill Description ClawHub
youmind Base CLI — search, inspect, and call YouMind APIs Install
youmind-youtube-transcript Batch extract YouTube transcripts — up to 5 at once, no yt-dlp needed Install
youmind-deep-research Deep research on any topic — comprehensive reports with citations and insights Install
youmind-image-generator Generate AI images — one API key for GPT Image, Gemini, Seedream, and 10+ models Install
youmind-slides-generator Generate presentation slides from a topic or outline — view, edit, download Install
youmind-web-clipper Save any URL to your YouMind board — instant web clipper from terminal Install
youmind-blog-cover Generate blog cover images — clean 16:9 compositions with multi-model AI Install
youmind-webpage-generator Generate webpages — landing pages, portfolios, event pages with one click

Publishing Skills

Skill Description ClawHub
youmind-article-dispatch Multi-platform article dispatch hub — route one brief across supported publishing skills
youmind-beehiiv-article Write and publish Beehiiv posts — newsletter-first workflow
youmind-devto-article Write and publish Dev.to posts — developer blog flow with formatting and publish support
youmind-ghost-article Write and publish Ghost posts — long-form publishing through YouMind
youmind-hashnode-article Write and publish Hashnode posts — developer publishing via YouMind
youmind-kit-article Write and publish Kit posts — newsletter publishing via YouMind
youmind-qiita-article Write and publish Qiita posts — Japanese dev-community publishing
youmind-tumblr-article Write and publish Tumblr posts — long-form blogging with simple HTML adaptation
youmind-wechat-article Write and publish WeChat articles end-to-end — topic mining to draft box
youmind-wordpress-article Write and publish WordPress posts — convert Markdown, upload media, publish via YouMind
youmind-x-article Write and publish X threads/posts — short-form social publishing via YouMind

Quick Install

Option 1: skills CLI (from GitHub)

# 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

Option 2: ClawHub

# Install from ClawHub registry
clawhub install youmind-youtube-transcript

# Search for YouMind skills
clawhub search youmind

Setup

Core Skills

Core CLI skills use the YouMind CLI:

npm install -g @youmind-ai/cli
export YOUMIND_API_KEY=sk-ym-xxx

Get your API key at youmind.com/settings/api-keys.

Publishing Skills

Publishing skills use one shared local config plus YouMind-hosted platform connectors:

mkdir -p ~/.youmind/config
cat > ~/.youmind/config.yaml <<'EOF'
youmind:
  api_key: "sk-ym-..."
  base_url: "https://youmind.com/openapi/v1"
EOF

Platform credentials for WeChat, WordPress, X, Ghost, Hashnode, Dev.to, and other publishing targets are configured once in YouMind Connector Settings, not in this repo.

Works With

These skills work with any AI agent that supports the skill format:

Contributing

Add a new skill

  1. Create skills/youmind-<name>/SKILL.md following shared/SKILL_TEMPLATE.md
  2. Add version: 1.0.0 in SKILL.md frontmatter
  3. Add .clawhubignore (see template for required excludes)
  4. Run ./scripts/sync-shared.sh to sync shared references
  5. Open a PR — use /review-skill <PR#> in Claude Code for automated review

Update an existing skill

  1. Make your changes
  2. Bump version: in SKILL.md frontmatter (semver)
  3. Open a PR

Auto-publish

When a PR merges to main, CI automatically publishes changed skills to ClawHub. See shared/PUBLISHING.md for details.

License

MIT

About

YouMind skills for Claude Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors