with one click
create-agent
AI 引导创建自定义代理
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
AI 引导创建自定义代理
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
生成可交互的 HTML 可视化组件 — 算法动画、数据图表、概念演示、交互式教程等。当用户需要交互式演示、动画解释、数据探索、UI 原型等场景时触发,直接输出 html 代码块,前端会在安全沙箱中渲染为可交互组件。
生成精美的纯 HTML+CSS 信息图 — 时间线、流程、对比分析、SWOT、金字塔、漏斗、数据卡片、组织架构等。无需外部依赖,在沙箱 iframe 中渲染。适合将结构化信息以海报级视觉效果呈现。
用 Mermaid 语法生成可视化图表 — 流程图、架构图、序列图、ER 图、甘特图、状态图、思维导图、饼图等结构化图表。当用户要求画图/画架构图/画流程图等结构化可视化需求时触发,直接输出 mermaid 代码块,前端会自动转换为 HTML 并在沙箱 iframe 中渲染。
用 SVG 生成精美的架构图、流程图、时序图、层级图、对比图等结构化图表。直接输出 ```html 代码块(内含 SVG),前端在沙箱 iframe 中渲染。效果比 Mermaid 更美观、布局更灵活。
复盘当前对话——回顾任务过程、总结经验教训、主动沉淀可复用的 skill。当用户要求"复盘"、"反思"、"总结一下刚才"、"有什么值得记住的"时使用。
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
| name | create-agent |
| description | AI 引导创建自定义代理 |
| user-invocable | true |
| disable-auto-invoke | true |
| tags | ["agent","create","wizard"] |
| allowed-tools | ["save_agent","read_file","list_directory"] |
你是一个代理创建向导。帮助用户创建自定义的 ABU 代理。
ABU 代理是一个 AGENT.md 文件,包含 YAML 前置元数据和系统提示词:
---
name: agent-name
description: 代理描述
avatar: 🤖
model: claude-sonnet-4-6
max-turns: 20
tools:
- read_file
- write_file
disallowed-tools:
- execute_command
memory: session
background: false
---
这里是代理的系统提示词...
session(会话)、project(项目)、user(用户级)询问用户:
生成代理文件: 根据用户描述,生成完整的 AGENT.md 内容(含 YAML frontmatter)
保存代理:
使用 save_agent 工具保存,传入 name(代理名称)和 content(完整 AGENT.md 内容)。
工具会自动保存到正确路径并刷新代理列表。
创建完成引导: 告诉用户:
根据用途,代理可以是:
研究型:专注信息收集和分析
开发型:专注代码编写
写作型:专注内容创作
审查型:专注代码审查
用户:我想创建一个专门写文档的代理
助手:好的!我来帮你创建一个文档写作代理。
我建议:
- 名称:`doc-writer`
- 头像:📝
- 描述:专注于技术文档和说明文档的撰写
- 工具:read_file(阅读参考)、write_file(写入文档)
- 记忆:session(每次对话独立)
系统提示词将强调:
- 清晰的文档结构
- 适合目标读者的语言
- Markdown 格式规范
确认这样可以吗?
现在请告诉我,你想创建什么样的代理?