workbench-agent-install-unifier
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWorkbench Agent-Install Unifier
Workbench Agent-Install 统一工具
Use this skill when a task asks to unify agent skills, MCP config, or AGENTS.md
instructions across CLIs using .
agent-install当任务要求使用在多个CLI之间统一Agent技能、MCP配置或AGENTS.md说明时,使用此技能。
agent-installRequired Source Reads
需要读取的源文件/资源
docs/agent-install-unifier-lane.mdhttps://github.com/millionco/agent-install- Current target config files if the task will mutate local config
docs/agent-install-unifier-lane.mdhttps://github.com/millionco/agent-install- 若任务将修改本地配置,则需读取当前目标配置文件
Required Contract
必备契约
yaml
AGENT_INSTALL_SYNC_CONTRACT:
operation:
source:
target_agents:
config_scope:
secrets_policy:
dry_run_first:
readback_required:
rollback_plan:If the task does not provide a safe target agent list, config scope, or rollback
plan, return with the smallest missing field list.
BLOCKyaml
AGENT_INSTALL_SYNC_CONTRACT:
operation:
source:
target_agents:
config_scope:
secrets_policy:
dry_run_first:
readback_required:
rollback_plan:如果任务未提供安全的目标Agent列表、配置范围或回滚计划,返回并附上缺失的最小字段列表。
BLOCKRules
规则
- Run readback/list commands before mutation when available.
- Do not write secrets, token values, OAuth material, cookies, or passwords.
- Prefer project-local config over global user config unless the task names a global sync.
- Keep Multica skill source and live Multica bindings separate from
sync unless the task explicitly bridges them.
agent-install - Verify by listing or reading the target config after mutation.
- 若有可用的回读/列表命令,在修改前执行。
- 请勿写入密钥、令牌值、OAuth材料、Cookie或密码。
- 优先使用项目本地配置而非全局用户配置,除非任务明确指定全局同步。
- 除非任务明确要求关联,否则将Multica技能源和实时Multica绑定与同步分开处理。
agent-install - 修改后通过列出或读取目标配置进行验证。
Report Contract
报告契约
text
AGENT_INSTALL_SYNC_REPORT
operation:
source:
target_agents:
config_scope:
files_or_configs_changed:
readback:
rollback_plan:
residual_risk:
VERDICT: PASS | FLAG | BLOCKtext
AGENT_INSTALL_SYNC_REPORT
operation:
source:
target_agents:
config_scope:
files_or_configs_changed:
readback:
rollback_plan:
residual_risk:
VERDICT: PASS | FLAG | BLOCK