Skill Vetter
一个面向 Security 场景的 Agent 技能。原始说明:Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
name: docs-bot
displayName: Docs Bot
description: Scans and fetches the most up-to-date documentation for coding tasks. Use when building integrations (e.g. OpenRouter), implementing third-party APIs, or when the user asks for current docs, model lists, or API reference for a service.
When 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).