用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/alfredxw/denova --skill agent-config命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | agent-config |
| description | Use when config_manager creates or updates Denova Agent page settings through agent config tools. |
| agent | config_manager |
Use this skill before calling write_agent_configs.
list_agent_configs first. It returns user, workspace, and effective Agent page settings in one response.write_agent_configs only for Agent page settings. Do not edit config.toml files directly.scope explicitly to user or workspace. Use the scope requested by the user or shown by the current Agents page context.list_agent_configs, change only the requested fields, then send the complete replacement override.set_agent_override: replace one Agent override in the selected layer.
agent: default, ide, interactive_story, interactive_director, config_manager, version_summary, tool_agent, image, automation, or context_compaction.model, tools, prompt, skills, context.set_general_sub_agent: set or inherit the built-in General SubAgent switch.
agent: default, ide, interactive_story, config_manager, or automation.enabled: true or false; omit/null to inherit.upsert_sub_agent: create or replace one custom SubAgent in the selected layer.
sub_agent with id, description, and system_prompt.enabled: false with the same id to shadow an inherited SubAgent.delete_sub_agent: remove one custom SubAgent from the selected layer only.
agent_config_read and agent_config_write are only meaningful for the Config Manager Agent and its configured SubAgents.model.profile_id must reference an existing model profile or be empty to inherit. This skill does not create model profiles.prompt.flow_prompt changes Denova flow rules for an Agent. prompt.system_prompt adds user custom rules. Neither can override runtime contracts, output protocols, tool permissions, or backend validation.0.9 for 90%.workspace scope for book-specific Agent behavior and user scope for personal defaults across books.