TopRank Skills

Home / Claw Skills / Intégration d'API / docs-lookup
Official OpenClaw rules 54%

docs-lookup

Search pre-indexed developer documentation across 10 platforms — Cloudflare, Stripe, Anthropic, OpenAI, Next.js, and more.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 docs-lookup 技能。 若已安装,则直接安装 docs-lookup 技能。

Overview

Skill Key
cutthemustard/docs-lookup
Author
cutthemustard
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/cutthemustard/docs-lookup
Latest Commit SHA
9e457c383ef59161ca982a8f52a9ac7294c68e07

Extracted Content

SKILL.md excerpt

# docs-lookup

When you need framework or API documentation, search across 10 pre-indexed platforms using semantic vector search. Returns relevant documentation chunks with source URLs — no web scraping needed.

## When to Activate

Use this skill when:

- You need to look up how a specific API or framework feature works
- A user asks about Cloudflare Workers, Stripe, Anthropic, OpenAI, or other indexed platform APIs
- You are writing code that uses an indexed platform and need accurate, current docs
- You need the exact parameter names, types, or behavior for an API call
- A user references a framework feature you are uncertain about

**Do NOT use for:** platforms not in the indexed list, general programming questions unrelated to specific APIs, or topics covered by your training data with high confidence.

## Indexed Platforms

| Platform | ID | What's covered |
|----------|----|----------------|
| Cloudflare Workers | `cloudflare-workers` | Workers API, KV, D1, Durable Objects, R2, Queues |
| Stripe API | `stripe-api` | Payment intents, subscriptions, webhooks, Connect |
| Anthropic API | `anthropic-api` | Messages API, tool use, streaming, vision |
| OpenAI API | `openai-api` | Chat completions, assistants, embeddings, function calling |
| Next.js | `nextjs` | App router, server components, data fetching, middleware |
| Tailwind CSS | `tailwindcss` | Utility classes, configuration, plugins, responsive design |
| HTMX | `htmx` | Attributes, extensions, events, server-side patterns |
| Shopify Admin GraphQL | `shopify-admin-graphql` | Products, orders, customers, metafields, bulk operations |
| x402 Protocol | `x402` | Payment flow, EIP-3009, facilitators, discovery |
| Jesse | `jesse` | Trading strategies, indicators, backtesting, live trading |

## Workflow

### Step 1: Identify the platform

Match the user's question to one of the 10 indexed platforms. If the platform isn't indexed, say so and fall back to your training knowledge.

### Step 2: Semantic search...

Related Claw Skills