Look up OpenClaw documentation for any topic. Use when you need to understand how OpenClaw works — configuration, CLI commands, agents, cron, sessions, channels, tools, etc.
Search the OpenClaw documentation for information about a specific topic.
The user wants to know about: $ARGUMENTS
Search the local OpenClaw docs first:
grep -ril "<search terms>" /home/delphi/.nvm/versions/node/v22.22.0/lib/node_modules/openclaw/docs/ 2>/dev/null | head -10
If found, read the relevant doc files and extract the answer.
If not found locally, fetch from the online docs. The documentation index is at:
https://docs.openclaw.ai/llms.txt
Key documentation pages:
https://docs.openclaw.ai/gateway/configurationhttps://docs.openclaw.ai/gateway/configuration-referencehttps://docs.openclaw.ai/automation/cron-jobshttps://docs.openclaw.ai/cli/agentshttps://docs.openclaw.ai/cli/agenthttps://docs.openclaw.ai/concepts/sessionhttps://docs.openclaw.ai/concepts/memoryhttps://docs.openclaw.ai/concepts/multi-agenthttps://docs.openclaw.ai/concepts/agent-workspacehttps://docs.openclaw.ai/gateway/heartbeathttps://docs.openclaw.ai/channels/discordhttps://docs.openclaw.ai/automation/hookshttps://docs.openclaw.ai/automation/standing-ordershttps://docs.openclaw.ai/tools/indexhttps://docs.openclaw.ai/tools/subagentshttps://docs.openclaw.ai/tools/skillshttps://docs.openclaw.ai/gateway/security/indexhttps://docs.openclaw.ai/gateway/troubleshootinghttps://docs.openclaw.ai/help/faqhttps://docs.openclaw.ai/gateway/sandboxinghttps://docs.openclaw.ai/concepts/system-prompthttps://docs.openclaw.ai/reference/templates/SOULhttps://docs.openclaw.ai/reference/token-useAlso check the CLI help:
openclaw <relevant-command> --help 2>/dev/null
Present the information clearly and concisely. Include any relevant CLI commands or config examples.