Skills shared by Baoyu for improving daily work efficiency
npx claudepluginhub jimliu/baoyu-skillsGenerates complete presentation slide decks from content or outlines. Invaluable for nonprofit communicators and strategists building pitches and fundraising materials.
Share bugs, ideas, or general feedback.
English | 中文
Skills shared by Baoyu for improving daily work efficiency with Claude Code.
npx bun commandsnpx skills add jimliu/baoyu-skills
This repository now supports publishing each skills/baoyu-* directory as an individual ClawHub skill.
# Preview what would be published
./scripts/sync-clawhub.sh --dry-run
# Publish all changed skills from ./skills
./scripts/sync-clawhub.sh --all
ClawHub installs skills individually, not as one marketplace bundle. After publishing, users can install specific skills such as:
clawhub install baoyu-imagine
clawhub install baoyu-markdown-to-html
Publishing to ClawHub releases the published skill under MIT-0, per ClawHub's registry rules.
Run the following command in Claude Code:
/plugin marketplace add JimLiu/baoyu-skills
Option 1: Via Browse UI
Option 2: Direct Install
# Install the marketplace's single plugin
/plugin install baoyu-skills@baoyu-skills
Option 3: Ask the Agent
Simply tell Claude Code:
Please install Skills from github.com/JimLiu/baoyu-skills
The marketplace now exposes a single plugin so each skill is registered exactly once.
| Plugin | Description | Includes |
|---|---|---|
| baoyu-skills | Content generation, AI backends, and utility tools for daily work efficiency | All skills in this repository, organized below as Content Skills, AI Generation Skills, and Utility Skills |
To update skills to the latest version:
/plugin in Claude CodeYou can also Enable auto-update to get the latest versions automatically.

Skills are organized into three categories:
Content generation and publishing skills.
Xiaohongshu (RedNote) infographic series generator. Breaks down content into 1-10 cartoon-style infographics with Style × Layout two-dimensional system.
# Auto-select style and layout
/baoyu-xhs-images posts/ai-future/article.md
# Specify style
/baoyu-xhs-images posts/ai-future/article.md --style notion
# Specify layout
/baoyu-xhs-images posts/ai-future/article.md --layout dense
# Combine style and layout
/baoyu-xhs-images posts/ai-future/article.md --style tech --layout list
# Direct content input
/baoyu-xhs-images 今日星座运势
# Non-interactive (skip all confirmations, for scheduled tasks)
/baoyu-xhs-images posts/ai-future/article.md --yes
/baoyu-xhs-images posts/ai-future/article.md --yes --preset knowledge-card
Styles (visual aesthetics): cute (default), fresh, warm, bold, minimal, retro, pop, notion, chalkboard
Style Previews:
![]() | ![]() | ![]() |
| cute | fresh | warm |
![]() | ![]() | ![]() |
| bold | minimal | retro |
![]() | ![]() | ![]() |
| pop | notion | chalkboard |
Layouts (information density):
| Layout | Density | Best for |
|---|---|---|
sparse | 1-2 pts | Covers, quotes |
balanced | 3-4 pts | Regular content |
dense | 5-8 pts | Knowledge cards, cheat sheets |
list | 4-7 items | Checklists, rankings |
comparison | 2 sides | Before/after, pros/cons |
flow | 3-6 steps | Processes, timelines |
Layout Previews:
![]() | ![]() | ![]() |
| sparse | balanced | dense |
![]() | ![]() | ![]() |
| list | comparison | flow |
Generate professional infographics with 20 layout types and 17 visual styles. Analyzes content, recommends layout×style combinations, and generates publication-ready infographics.