diff --git a/docs/start/faq.md b/docs/start/faq.md index d6acf45b2..b1e9799cb 100644 --- a/docs/start/faq.md +++ b/docs/start/faq.md @@ -137,6 +137,10 @@ clawdbot daemon restart Doctor detects a gateway service entrypoint mismatch and offers to rewrite the service config to match the current install (use `--repair` in automation). +### How do I customize skills without keeping the repo dirty? + +Use managed overrides instead of editing the repo copy. Put your changes in `~/.clawdbot/skills//SKILL.md` (or add a folder via `skills.load.extraDirs` in `~/.clawdbot/clawdbot.json`). Precedence is `/skills` > `~/.clawdbot/skills` > bundled, so managed overrides win without touching git. Only upstream-worthy edits should live in the repo and go out as PRs. + ### Is there a dedicated sandboxing doc? Yes. See [Sandboxing](/gateway/sandboxing). For Docker-specific setup (full gateway in Docker or sandbox images), see [Docker](/install/docker).