← 返回
开发者工具 中文

Docs Lookup

Search pre-indexed developer documentation across 10 platforms — Cloudflare, Stripe, Anthropic, OpenAI, Next.js, and more.
搜索已预先索引的10个平台开发者文档,涵盖 Cloudflare、Stripe、Anthropic、OpenAI、Next.js 等。
cutthemustard
开发者工具 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 566
下载
💾 7
安装
1
版本
#latest

概述

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

PlatformIDWhat's covered
------------------------------
Cloudflare Workerscloudflare-workersWorkers API, KV, D1, Durable Objects, R2, Queues
Stripe APIstripe-apiPayment intents, subscriptions, webhooks, Connect
Anthropic APIanthropic-apiMessages API, tool use, streaming, vision
OpenAI APIopenai-apiChat completions, assistants, embeddings, function calling
Next.jsnextjsApp router, server components, data fetching, middleware
Tailwind CSStailwindcssUtility classes, configuration, plugins, responsive design
HTMXhtmxAttributes, extensions, events, server-side patterns
Shopify Admin GraphQLshopify-admin-graphqlProducts, orders, customers, metafields, bulk operations
x402 Protocolx402Payment flow, EIP-3009, facilitators, discovery
JessejesseTrading 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

HTTP:

curl -X POST https://docs.agentutil.net/v1/query \
  -H "Content-Type: application/json" \
  -d '{"platform": "cloudflare-workers", "query": "how to bind a KV namespace"}'

Optional parameters:

  • category — filter by doc section (e.g., "api-reference", "guides")
  • max_chunks — number of results (default 5, max 20)

Step 3: Direct page lookup (if you know the page)

curl -X POST https://docs.agentutil.net/v1/lookup \
  -H "Content-Type: application/json" \
  -d '{"platform": "stripe-api", "page": "create-payment-intent"}'

Step 4: Use the results

  • Cite source URLs — each result includes the original documentation URL
  • Use relevance_score — results above 0.85 are strong matches; below 0.7, treat as supplementary
  • Combine chunks — multiple results may cover different aspects of the same topic
  • Fall back gracefully — if no good results, say "I couldn't find specific docs on this" rather than guessing

Response Format

{
  "platform": "cloudflare-workers",
  "results": [
    {
      "content": "To bind a KV namespace to your Worker...",
      "source_url": "https://developers.cloudflare.com/workers/runtime-apis/kv/",
      "page_title": "KV Bindings",
      "relevance_score": 0.92
    }
  ],
  "chunks_returned": 3,
  "request_id": "abc-123",
  "service": "https://docs.agentutil.net"
}

Browsing available platforms

curl https://docs.agentutil.net/platforms

Request new platform indexing

curl -X POST https://docs.agentutil.net/v1/request \
  -H "Content-Type: application/json" \
  -d '{"platform": "fastapi", "reason": "Popular Python framework"}'

Data Handling

This skill sends search queries (short text strings) to an external API. No documents, file contents, or user data are transmitted. Queries are not stored beyond the immediate response.

Pricing

  • Free tier: GET /platforms, GET /schema (platform listing)
  • Paid tier: $0.003/query, $0.002/lookup via x402 protocol (USDC on Base)

Privacy

No authentication required for free endpoints. Query content is not stored. Rate limiting uses IP hashing only.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-30 16:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,740
ai-intelligence

Clawhub Skill

cutthemustard
对照实时数据源核实事实陈述,返回带有置信度的结构化判定结果。
★ 0 📥 1,074
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,877