一键导入
config-management
When agent config parameters need querying or modification → read/write YAML configuration files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
When agent config parameters need querying or modification → read/write YAML configuration files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
When prompt, tool, or agent logic changes need regression testing → run eval benchmarks to detect regressions or improvements.
When a task can be parallelized (bulk code review, multi-module refactor, batch analysis) → split into subtasks running in isolated git worktrees via multiple workers.
When the user wants to research academic papers → search ArXiv, extract PDFs, summarize/review/Q&A, generate experiment code.
When you need to interact with web pages using the user's logged-in browser → control Chrome via @playwright/cli daemon, reusing cookies/session with persistent tabs.
When user needs AnyGenIO content generation → unified CLI for task execution with progressive disclosure.
When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts.
| name | config-management |
| description | When agent config parameters need querying or modification → read/write YAML configuration files. |
| triggers | {"intent_patterns":["config|配置|设置|setting|参数","改.*配置|change.*config|修改.*参数|update.*setting","查看.*配置|show.*config|当前.*设置|current.*setting","token.*limit|模型.*切换|switch.*model|persona.*设置","开启|enable|关闭|disable|打开.*功能|turn.*on|turn.*off","yaml.*配置|环境变量|env.*var|超时|timeout"],"context_signals":{"keywords":["config","配置","设置","setting","参数","yaml","enable","disable","开启","关闭","切换","修改"]},"confidence_threshold":0.6} |
| priority | 5 |
| requires_tools | ["bash"] |
| max_tokens | 200 |
| cooldown | 30 |
查询和修改 agent YAML 配置文件。
python3 skills/config-management/run.py get --key llm.model
python3 skills/config-management/run.py set --key llm.model --value gpt-4o
python3 skills/config-management/run.py list