chore(sync): mirror docs from openclaw/openclaw@169dba2042

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-28 08:27:28 +00:00
parent d91f251861
commit f48efeb333
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "732e5805e3f89f6e02f1d95c83461fe45119de05",
"syncedAt": "2026-04-28T08:21:54.223Z"
"sha": "169dba2042155fa254e2405cc69ad36700ad16c7",
"syncedAt": "2026-04-28T08:25:52.848Z"
}

View File

@ -324,6 +324,10 @@ under `skills.entries` in `~/.openclaw/openclaw.json`:
<ParamField path="enabled" type="boolean">
`false` disables the skill even if it is bundled or installed.
The bundled `coding-agent` skill is opt-in: set
`skills.entries.coding-agent.enabled: true` before exposing it to agents,
then make sure one of `claude`, `codex`, `opencode`, or `pi` is installed and
authenticated for its own CLI.
</ParamField>
<ParamField path="apiKey" type='string | { source, provider, id }'>
Convenience for skills that declare `metadata.openclaw.primaryEnv`. Supports plaintext or SecretRef.