RadarTopicsBuildersWeeklyReads
Open Source Radar
JimLiu/

baoyu-skills

GitHub

baoyu-skills is a TypeScript MIT-licensed collection of AI agent skills with 24,562 stars, focusing on Claude and Codex integration; last push 2026-07-04. It supports plugin-style installation and ClawHub publishing among other workflows.

25kstars
2.7kforks
5issues
MITlicense
2026since
Star historydaily snapshots by VibeCrowd

Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).

Alternatives & relatedmatched by topic overlap
alirezarezvani/
claude-skills
422/wk

345 Claude Code skills & agent skills & plugins (30+ Agents, 70+ custom commands, 330+ skills, customizable references, scripts)for Claude Code, Codex, Gemini CLI, Cursor, and 8 more coding agents — engineering, marketing, product, compliance, C-level advisory, research, business operations, commercial & finance, and your daily productivity skills.

24k3.3kPython
Egonex-AI/
Understand-Anything

Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.

77k6.5kTypeScriptgiant
VoltAgent/
awesome-agent-skills
426/wk

A curated collection of 1000+ agent skills from official dev teams and the community, compatible with Claude Code, Codex, Gemini CLI, Cursor, and more.

30k3.2k
Agents365-ai/
drawio-skill

Generate draw.io diagrams from natural language — 11 presets (UML, SysML/MBSE, BPMN, network, C4…), 36 tools: codebase/CI/infra-to-diagram, image→editable diagram, mind maps, build-up animation, exec-view compression, click-through runbooks, PR diff bot. Vision self-check, 10,000+ shapes. Exports PNG/SVG/PDF/JPG.

7.1k528Python
gosom/
google-maps-scraper

scrape data from Google Maps. Extracts data such as the name, address, phone number, website URL, rating, reviews number, latitude and longitude, reviews,email and more for each place

5.4k844Go
teng-lin/
notebooklm-py

Unofficial Python API and agentic skill for Google Gemini Notebook. Full programmatic access to NotebookLM's features—including capabilities the web UI doesn't expose—via Python, CLI, and AI agents like Claude Code, Codex, and OpenClaw.

18k2.5kPython
Reviewgenerated from repository data · Aug 5, 2026

What it is

baoyu-skills is a repository that provides a collection of AI agent skills (Content, AI generation, and utility skills) for daily work efficiency, with integration pathways for Claude/Codex and related backends. It is organized as multiple skills that can be installed individually or as a bundled plugin in the Agent environment.

How it works

The project exposes a set of skills categorized under Content Skills, AI Generation Skills, and Utility Skills. It includes tooling to publish skills to ClawHub/OpenClaw and to register as a plugin marketplace. Skills can be installed via the Agent command surface or through marketplace workflows. It includes per-skill commands and examples for using specific skills like baoyu-xhs-images, baoyu-infographic, baoyu-diagram, baoyu-cover-image, etc., each with its own options and usage patterns.

Getting started

Prerequisites

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

Quick Install (Recommended)

npx skills add jimliu/baoyu-skills

Publish to ClawHub / OpenClaw

# Preview what would be published
./scripts/sync-clawhub.sh --dry-run

# Publish all changed skills from ./skills
./scripts/sync-clawhub.sh --all

Install Skills (Marketplace/Plugin workflow)

/plugin marketplace add JimLiu/baoyu-skills
# Install the marketplace's single plugin
/plugin install baoyu-skills@baoyu-skills

Available Skills (examples)

  • baoyu-xhs-images: Xiaohongshu image card series generator with Style × Layout system and palette override. Usage examples include style/layout flags and direct content input.
  • baoyu-infographic: Generate infographics with multiple layouts and styles, including aspect, language, and layout options.
  • baoyu-diagram: Generate SVG diagrams with types such as flowchart, sequence, structural, and illustrative. Usage includes --type, --lang, and --out options.

Recent releases

  • v2.5.2 (2026-06-18): Fixes in codex-imagegen to prevent copying unrelated pre-existing images; general update.
  • v2.5.1 (2026-06-13): Documentation updates for Image generation backend and guidance on aspect ratios and backend selection.
  • v2.5.0 (2026-06-12): Features including per-group fact memory via memory.md for baoyu-wechat-summary.
  • v2.4.1 (2026-06-01): Bump npm package versions for baoyu-md and baoyu-chrome-cdp and refresh dependencies.

Traction

  • 24,562 stars

Behind the repo

  • Publisher/maintainer is JimLiu, and the repository is linked to Baoyu skills ecosystem; ClawHub/OpenClaw publishing workflow is described, with marketplace integration steps.

Caveats

  • License: MIT
  • Created: 2026-01-13
  • Last push: 2026-07-04
  • Open issues: 5
  • Language: TypeScript
  • Prerequisites require Node.js and bun tooling as described in the README
Agent skills inside · 22
All skills →
baoyu-image-genAI image generation with OpenAI GPT Image 2, Azure OpenAI, Google, OpenRouter, DashScope, Z.AI GLM-Image, MiniMax, Jimeng, Seedream, Replicate and Agnes APIs. Supports text-to-image, reference images, aspect ratios, and batch generation from saved prompt files. Sequential by default; use batch parallel generation when the user already has multiple prompts or wants stable multi-image throughput. Use when user asks to generate, create, or draw images.DevOps & Cloudscriptsbaoyu-url-to-markdownFetch any URL and convert to markdown using baoyu-fetch CLI (Chrome CDP with site-specific adapters). Built-in adapters for X/Twitter, YouTube transcripts, Hacker News threads, and generic pages via Defuddle. Handles login/CAPTCHA via interaction wait modes. Use when user wants to save a webpage as markdown.Otherscriptsbaoyu-comicKnowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and batch-capable image generation. Use when user asks to create "知识漫画", "教育漫画", "biography comic", "tutorial comic", or "Logicomix-style comic".Design & Presentationscriptsbaoyu-slide-deckGenerates professional slide deck images from content. Creates outlines with style instructions, then generates individual slide images. Use when user asks to "create slides", "make a presentation", "generate deck", "slide deck", or "PPT".Content & Marketingscriptsbaoyu-post-to-wechatPosts content to WeChat Official Account (微信公众号) via API or Chrome CDP. Supports article posting (文章) with HTML, markdown, or plain text input, and image-text posting (贴图, formerly 图文) with multiple images. Markdown article workflows default to converting ordinary external links into bottom citations for WeChat-friendly output. Use when user mentions "发布公众号", "post to wechat", "微信公众号", or "贴图/图文/文章".Backend & APIscriptsbaoyu-danger-gemini-webGenerates images and text via reverse-engineered Gemini Web API. Supports text generation, image generation from prompts, reference images for vision input, and multi-turn conversations. Use when other skills need image generation backend, or when user requests "generate image with Gemini", "Gemini text generation", or needs vision-capable AI generation.Backend & APIscripts
SharePost on XLinkedIn
All trending reposRevenue-verified startups →