By tuziapi
A content creation and publishing toolkit that generates images, infographics, slides, videos, and platform-optimized copy, converts web pages and tweets to Markdown, formats articles, and publishes directly to WeChat and X/Twitter.
生成文章封面图片,包含 5 个维度(类型、色板、渲染、文字、氛围),组合 9 种色板和 6 种渲染风格。支持电影宽幅(2.35:1)、宽屏(16:9)和方形(1:1)比例。当用户要求"生成封面"、"创建文章封面"、"做封面图"时使用。
通过逆向工程的 Gemini Web API 生成图片和文本。支持文本生成、提示词生图、参考图片视觉输入和多轮对话。当其他技能需要图片生成后端,或用户要求"用Gemini生成图片"、"Gemini文本生成"时使用。
分析文章结构,识别需要配图的位置,通过类型×风格二维方法生成插图。当用户要求"为文章配图"、"添加插图"、"生成文章图片"时使用。
知识漫画创作工具,支持多种画风和语调。创建原创教育漫画,包含详细分镜布局和顺序图片生成。当用户要求创建"知识漫画"、"教育漫画"、"传记漫画"、"教程漫画"时使用。
将图片压缩为 WebP(默认)或 PNG 格式,自动选择压缩工具。当用户要求"压缩图片"、"优化图片"、"转换为webp"或减小图片文件大小时使用。
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
English | 中文
AI 内容生成技能集,支持 Claude Code 和 OpenClaw,由兔子API (api.tu-zi.com) 驱动。
npx bun 命令一条命令安装所有技能,适合大多数用户:
npx skills add tuziapi/tuzi-skills
可以加 --skill "*" 全选技能(仍可选择安装到哪些 IDE):
npx skills add tuziapi/tuzi-skills --skill "*"
如果你想按需选装、管理更新,可以先注册市场,再选择安装哪些插件分组:
# 第一步:注册市场(只需一次)
/plugin marketplace add tuziapi/tuzi-skills
快速安装 vs 注册市场有什么区别?
- 快速安装:一键全装,简单省事,装完直接用
- 注册市场:先注册再选装,可以只装需要的分组(如只装内容技能不装工具技能),还支持自动更新和版本管理
不确定选哪个?用快速安装就好。
注册市场后,通过以下方式选择安装:
方式一:通过浏览界面
方式二:直接安装
# 安装指定插件
/plugin install content-skills@tuzi-skills
/plugin install ai-generation-skills@tuzi-skills
/plugin install utility-skills@tuzi-skills
方式三:告诉 Agent
直接告诉 Claude Code:
请帮我安装 github.com/tuziapi/tuzi-skills 中的 Skills
| 插件 | 说明 | 包含技能 |
|---|---|---|
| content-skills | 内容生成和发布 | xhs-images, infographic, cover-image, slide-deck, comic, article-illustrator, short-video, copy-polish, post-to-x, post-to-wechat |
| ai-generation-skills | AI 生成后端 | image-gen, video-gen, danger-gemini-web |
| utility-skills | 内容处理工具 | url-to-markdown, danger-x-to-markdown, compress-image, format-markdown |
# 检查是否有可用更新
npx skills check
# 更新所有技能到最新版本
npx skills update
/plugin也可以选择 Enable auto-update 启用自动更新,每次启动时自动获取最新版本。

技能分为三大类:
内容生成和发布技能。
小红书信息图系列生成器。将内容拆解为 1-10 张卡通风格信息图,支持 风格 × 布局 二维系统。
# 自动选择风格和布局
/tuzi-xhs-images posts/ai-future/article.md
# 指定风格
/tuzi-xhs-images posts/ai-future/article.md --style notion
# 指定布局
/tuzi-xhs-images posts/ai-future/article.md --layout dense
# 组合风格和布局
/tuzi-xhs-images posts/ai-future/article.md --style tech --layout list
# 直接输入内容
/tuzi-xhs-images 今日星座运势
风格(视觉美学):cute(默认)、fresh、warm、bold、minimal、retro、pop、notion、chalkboard
风格预览:
![]() | ![]() | ![]() |
| cute | fresh | warm |
![]() | ![]() | ![]() |
| bold | minimal | retro |
![]() | ![]() | ![]() |
| pop | notion | chalkboard |
布局(信息密度):
| 布局 | 密度 | 适用场景 |
|---|---|---|
sparse | 1-2 点 | 封面、金句 |
balanced | 3-4 点 | 常规内容 |
dense | 5-8 点 | 知识卡片、干货总结 |
list | 4-7 项 | 清单、排行 |
comparison | 双栏 | 对比、优劣 |
flow | 3-6 步 | 流程、时间线 |
布局预览:
![]() | ![]() | ![]() |
| sparse | balanced | dense |
![]() | ![]() | ![]() |
| list | comparison | flow |
专业信息图生成器,支持 20 种布局和 17 种视觉风格。分析内容后推荐布局×风格组合,生成可发布的信息图。
# 根据内容自动推荐组合
/tuzi-infographic path/to/content.md
# 指定布局
/tuzi-infographic path/to/content.md --layout pyramid
# 指定风格(默认:craft-handmade)
/tuzi-infographic path/to/content.md --style technical-schematic
# 同时指定布局和风格
/tuzi-infographic path/to/content.md --layout funnel --style corporate-memphis
# 指定比例
/tuzi-infographic path/to/content.md --aspect portrait
选项:
| 选项 | 说明 |
|---|---|
--layout <name> | 信息布局(20 种选项) |
--style <name> | 视觉风格(17 种选项,默认:craft-handmade) |
--aspect <ratio> | landscape (16:9)、portrait (9:16)、square (1:1) |
--lang <code> | 输出语言(en、zh、ja 等) |
布局(信息结构):
npx claudepluginhub tuziapi/tuzi-skills --plugin content-skillsGenerates complete presentation slide decks from content or outlines. Invaluable for nonprofit communicators and strategists building pitches and fundraising materials.
OpenAI GPT Image 2 prompt gallery, image prompt library, agentic skill + CLI. Gallery-first prompt patterns, reference-image editing workflows, and a packaged CLI for skill-capable agent runtimes.
Super Publisher plugin for automated content publishing, multi-platform support.
Skills for image generation and editing with GPT Image 2 (and OpenAI-compatible image endpoints), with three runtime modes and 70+ structured prompt templates.
Content Creation — 4 free + 2 paid (activation required).
Business research, company intelligence, and dashboard skills