Install
openclaw skills install docs-botScans and fetches the most up-to-date documentation for coding tasks. Use when building integrations (e.g. OpenRouter), implementing third-party APIs, or whe...
openclaw skills install docs-botWhen working on integrations or any coding task that depends on external APIs or services, fetch current documentation instead of relying on training data. Docs and model lists change frequently.
https://openrouter.ai/docs for OpenRouter).When the task involves OpenRouter, fetch these for current behavior:
| Purpose | URL |
|---|---|
| Quickstart & SDK | https://openrouter.ai/docs |
| API reference (request/response, params) | https://openrouter.ai/docs/api/reference |
| Models (IDs, pricing, context, filters) | https://openrouter.ai/models |
| OpenAPI spec | https://openrouter.ai/openapi.json |
Integration checklist (OpenRouter):
https://openrouter.ai/api/v1POST .../chat/completionsAuthorization: Bearer <OPENROUTER_API_KEY>HTTP-Referer, X-Title for attributionopenai/gpt-4o, anthropic/claude-sonnet-4)For other APIs or SDKs:
https://<service>.com/docs or /developer).