Go to file
Jim Liu 宝玉 ced92e2231 Update marketplace.json version to 0.2.0 for improved clarity 2026-01-13 20:24:11 -06:00
.claude-plugin Update marketplace.json version to 0.2.0 for improved clarity 2026-01-13 20:24:11 -06:00
skills Update slide deck skill documentation and prompt guidelines for improved clarity and functionality 2026-01-13 20:23:53 -06:00
.gitignore add article-illustrator skill documentation with infographic guidelines 2026-01-13 19:15:43 -06:00
README.md Refactor infographic generation skills and add new slide deck generator 2026-01-13 19:52:10 -06:00
README.zh.md Refactor infographic generation skills and add new slide deck generator 2026-01-13 19:52:10 -06:00

README.md

baoyu-skills

English | 中文

Skills shared by Baoyu for improving daily work efficiency with Claude Code.

Prerequisites

  • Node.js environment installed
  • Ability to run npx bun commands

Installation

Register as Plugin Marketplace

Run the following command in Claude Code:

/plugin marketplace add jimliu/baoyu-skills

Install Skills

Option 1: Via Browse UI

  1. Select Browse and install plugins
  2. Select baoyu-skills
  3. Select content-skills
  4. Select Install now

Option 2: Direct Install

/plugin install content-skills@baoyu-skills

Available Skills

gemini-web

Interacts with Gemini Web to generate text and images.

Text Generation:

/gemini-web "Hello, Gemini"
/gemini-web --prompt "Explain quantum computing"

Image Generation:

/gemini-web --prompt "A cute cat" --image cat.png
/gemini-web --promptfiles system.md content.md --image out.png

xhs-images

Xiaohongshu (RedNote) infographic series generator. Breaks down content into 1-10 cartoon-style infographics.

# Specify article path
/xhs-images posts/ai-future/article.md

# Direct content input
/xhs-images 今日星座运势

cover-image

Generate hand-drawn style cover images for articles with multiple style options.

# From markdown file (auto-select style)
/cover-image path/to/article.md

# Specify a style
/cover-image path/to/article.md --style tech
/cover-image path/to/article.md --style warm

# Without title text
/cover-image path/to/article.md --no-title

Available styles: elegant (default), tech, warm, bold, minimal, playful, nature, retro

slide-deck

Generate professional slide deck outlines from content with comprehensive style instructions.

# From markdown file
/slide-deck path/to/article.md

# With style and audience
/slide-deck path/to/article.md --style corporate
/slide-deck path/to/article.md --audience executives

# With language
/slide-deck path/to/article.md --lang zh

Available styles: editorial (default), corporate, technical, playful, minimal, storytelling

Disclaimer

gemini-web

This skill uses the Gemini Web API (reverse-engineered).

Warning: This project uses unofficial API access via browser cookies. Use at your own risk.

  • First run opens Chrome to authenticate with Google
  • Cookies are cached for subsequent runs
  • No guarantees on API stability or availability

License

MIT