/install crawleo
Crawleo OpenClaw Skill
Use this skill when OpenClaw needs Crawleo-powered live web search, Google Search SERP data, Google Maps place data, URL crawling/content extraction, or headful browser crawling for protected and highly dynamic sites.
Current Implementation Status
This repository now includes offline-tested Crawleo REST wrapper helpers for all five documented endpoints. Live Crawleo calls require CRAWLEO_API_KEY; user-facing examples and optional live verification are expanded in later slices. Do not claim live behavior was verified unless an explicitly enabled live test has run.
Source of Truth
Use contracts/crawleo-endpoints.json as the machine-readable endpoint contract, contracts/crawleo-endpoints.md as the human-readable contract, and contracts/coverage-checklist.md as the endpoint-to-wrapper/test/example coverage checklist. These files cover:
/searchmapped to MCP toolsearch_web/google-searchmapped to MCP toolgoogle_search/google-mapsmapped to MCP toolgoogle_maps/crawlmapped to MCP toolcrawl_web/headful-browsermapped to MCP toolheadful_browser
Crawleo endpoint-specific docs take precedence over the local OpenAPI snapshot when sources conflict. If a default, limit, response field, error table, or parameter is unclear, write not specified in Crawleo docs rather than inventing behavior.
Authentication and Secret Handling
Live Crawleo REST calls require CRAWLEO_API_KEY. Send it with Crawleo's documented x-api-key header by default. Crawleo also documents Authorization: Bearer YOUR_API_KEY as an alternate authentication style.
Create a client with createCrawleoClient({ apiKey: process.env.CRAWLEO_API_KEY }), then call client.search, client.googleSearch, client.googleMaps, client.crawl, or client.headfulBrowser with endpoint parameters from contracts/crawleo-endpoints.json.
Never print, echo, log, persist, or include API key values in errors, examples, test output, or debug output.
Offline-First Behavior
Default commands, examples, and tests must be offline-safe. They must not call https://api.crawleo.dev, require CRAWLEO_API_KEY, or consume Crawleo credits unless explicitly marked as live tests.
Live tests must require both:
CRAWLEO_API_KEYCRAWLEO_ENABLE_LIVE_TESTS=1
Run optional live verification with:
CRAWLEO_API_KEY=... CRAWLEO_ENABLE_LIVE_TESTS=1 npm run test:live
Without both variables, the live test skips safely and exits 0.
Endpoint Use Guidance
- Use
/search/search_webfor Bing-powered web search with optional auto-crawling and content extraction for LLM/RAG workflows. - Use
/google-search/google_searchfor Google SERP data, including web, news, images, places, shopping, knowledge graph, People Also Ask, related searches, and answer boxes. - Use
/google-maps/google_mapsfor structured place/business/landmark data from Google Maps. - Use
/crawl/crawl_webfor direct URL crawling and content extraction. Try this before headful browser to reduce credit usage. - Use
/headful-browser/headful_browseronly when standard crawling is blocked or a headed browser/screenshot path is required. Crawleo docs say this costs 50 credits per URL and failed requests cost 0 credits.
Verification
Run offline verification with:
npm test
npm run verify:contracts
npm run verify:examples
npm run verify:scaffold
At this stage, npm run verify:scaffold proves the self-contained package files exist, point to the Crawleo contract inventory, and export the runtime wrapper surface. Later slices add richer examples, documentation, and optional live-test gating.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install crawleo - 安装完成后,直接呼叫该 Skill 的名称或使用
/crawleo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Crawleo Web Search 是什么?
Use when OpenClaw needs Crawleo-powered web search, Google Search SERP data, Google Maps place data, URL crawling/content extraction, or headful browser craw... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 Crawleo Web Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install crawleo」即可一键安装,无需额外配置。
Crawleo Web Search 是免费的吗?
是的,Crawleo Web Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Crawleo Web Search 支持哪些平台?
Crawleo Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Crawleo Web Search?
由 Crawleo(@crawleo)开发并维护,当前版本 v1.0.0。