ワンクリックで
update-config
Safely update Nexo config files with read-before-write merges, schema-aware mapping, and reload/restart awareness.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Safely update Nexo config files with read-before-write merges, schema-aware mapping, and reload/restart awareness.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | Update Config |
| description | Safely update Nexo config files with read-before-write merges, schema-aware mapping, and reload/restart awareness. |
| requires | {"bins":[],"env":[]} |
Update Nexo configuration intentionally and safely. Prefer minimal, reversible patches that preserve existing structure and comments.
config/ or config/plugins/.request (required): desired behavior change.target_scope (optional):
agent | llm | runtime | plugin | mcp | memory |
tool_policy | explicit_file.target_file (optional): required when target_scope=explicit_file.merge_mode (optional): append_idempotent (default) or replace.confirm_before_write (optional): default true for ambiguous or high-impact edits.trigger_reload (optional): default true for hot-reloadable files.Prefer this mapping order:
skills, allowed_tools, system_prompt,
inbound_bindings, model.model, web_search, link_understanding)
-> config/agents.yaml or config/agents.d/<agent>.yamlconfig/llm.yamlconfig/runtime.yamlconfig/mcp.yamlconfig/plugins/<plugin>.yamlconfig/memory.yamlconfig/tool_policy.yamlIf the request cannot be mapped unambiguously, ask the user before writing.
config/agents.yaml, config/agents.d/**,
config/llm.yaml, config/runtime.yaml.config/plugins/*.yaml, config/mcp.yaml,
config/memory.yaml, config/broker.yaml, config/extensions.yaml,
plus structural agent changes (id, plugins, workspace, skills_dir).After writing:
agent reload (or rely on watcher),agent --check-config).${file:...} or env refs are expected.Always return:
status: applied | proposed | needs_user_input | validation_failedmapped_targets: list of file paths with rationalechanges: concrete key-level mutationsvalidation: checks executed and resultactivation: hot_reload or restart_requirednext_action: required unless status=appliedrequest="attach verify + stuck skills to agent ana"request="enable web_search tavily for ana binding"request="increase llm retry backoff" target_scope="llm"request="add whatsapp instance for sales bot" target_scope="plugin"Bounded auto-iteration for a prompt with explicit stop predicates.
Memory hygiene workflow to classify, deduplicate, and promote durable knowledge across local memory layers.
Bounded simplification pass for a file or hunk that preserves behavior while reducing complexity.
Turn a repeatable workflow into a reusable local SKILL.md with explicit steps, criteria, and safe defaults.
Bounded auto-debug loop for failing build/test commands with evidence-first diagnosis.
Bounded acceptance verification that runs concrete checks and an explicit LLM judge over evidence.