Skip to main content

agent-add-skill

在 opencc 中添加自定义 Agent 的操作指南。支持三种方式: (1) Markdown Agent —— 最简单,放 .md 文件即生效 (2) TypeScript Built-in Agent —— 编译到 CLI 二进制中,始终可用 (3) JSON Agent —— 通过 settings.json 配置 当你需要在 opencc 中创建新的 Agent(比如一个专门做代码审查的 agent、一个专门写测试的 agent 等)时使用。不涉及 AgentTool 本身的修改,只教你怎么新增一个 agent 定义。

Jump to install

Source facts

Repository
aresbit/agent-add-skill
Last source activity
May 10, 2026 at 09:50
Detected SKILL.md language
Chinese
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.