Creates new Overstory agents for Overclaw by updating all seven integration points (config, manifest, agent-def, gateway prompt, task_router, generate_agent_context, and regeneration). Supports manual creation and optional analysis from logs, TROUBLESHOOTING.md, mulch, and project tree.
创建并注册新的 Overstory 代理,使 Overclaw 能够识别并使用它们。自动执行 .overstory/CREATING_AGENTS.md 中记录的步骤。
用于创建或验证代理的主命令行界面。
手动创建:
bash
python3 scripts/create_agent.py \
--name troubleshooter \
--description 分析日志并排查问题 \
--capabilities troubleshoot,debug,analyze \
--model sonnet \
--tools Read,Glob,Grep,Bash \
--can-spawn false \
--constraints read-only
选项: --dry-run(仅预览)、--no-regenerate(跳过网关上下文重新生成)、--rollback-on-fail(验证失败时回滚更改)。
分析模式(仅建议):
bash
python3 scripts/create_agent.py \
--analyze-from-logs \
--analyze-from-troubleshooting \
--suggest-only
分析模式的辅助工具:解析日志、TROUBLESHOOTING.md、mulch 和项目树,以建议新的代理定义。可独立运行,也可通过 create_agent.py 的 --analyze-* 参数运行。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 create-agent-1775980868 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 create-agent-1775980868 技能
skillhub install create-agent-1775980868
文件大小: 9.17 KB | 发布时间: 2026-4-13 09:54