Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
If you only have 2 minutes, use this page as a triage front door.
Run this exact ladder in order:
bashopenclaw status openclaw status --all openclaw gateway probe openclaw gateway status openclaw doctor openclaw channels status --probe openclaw logs --follow
Good output in one line:
openclaw statusopenclaw status --allopenclaw gateway probeReachable: yesCapability: ...Read probe: limited - missing scope: operator.readopenclaw gateway statusRuntime: runningConnectivity probe: okCapability: ...--require-rpcopenclaw doctoropenclaw channels status --probeworksaudit okopenclaw logs --followIf you see:
HTTP 429: rate_limit_error: Extra usage is required for long context requestsIf your local or self-hosted
/v1/v1/chat/completionsopenclaw infer model runmessages[].contentmodels.providers.<provider>.models[].compat.requiresStringContent: truemodels.providers.<provider>.models[].compat.supportsTools: falseIf install fails with
package.json missing openclaw.extensionsFix in the plugin package:
openclaw.extensionspackage.json./dist/index.jsopenclaw plugins install <package>Example:
json{ "name": "@openclaw/my-plugin", "version": "1.2.3", "openclaw": { "extensions": ["./dist/index.js"] } }
Reference: Plugin architecture
mermaidflowchart TD A[OpenClaw is not working] --> B{What breaks first} B --> C[No replies] B --> D[Dashboard or Control UI will not connect] B --> E[Gateway will not start or service not running] B --> F[Channel connects but messages do not flow] B --> G[Cron or heartbeat did not fire or did not deliver] B --> H[Node is paired but camera canvas screen exec fails] B --> I[Browser tool fails] C --> C1[/No replies section/] D --> D1[/Control UI section/] E --> E1[/Gateway section/] F --> F1[/Channel flow section/] G --> G1[/Automation section/] H --> H1[/Node tools section/] I --> I1[/Browser section/]
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine