← 返回 Skills 市场
crawleo

Crawleo Web Search

作者 Crawleo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
99
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install crawleo
功能描述
Use when OpenClaw needs Crawleo-powered web search, Google Search SERP data, Google Maps place data, URL crawling/content extraction, or headful browser craw...
使用说明 (SKILL.md)

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:

  • /search mapped to MCP tool search_web
  • /google-search mapped to MCP tool google_search
  • /google-maps mapped to MCP tool google_maps
  • /crawl mapped to MCP tool crawl_web
  • /headful-browser mapped to MCP tool headful_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:

  1. CRAWLEO_API_KEY
  2. CRAWLEO_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_web for Bing-powered web search with optional auto-crawling and content extraction for LLM/RAG workflows.
  • Use /google-search / google_search for Google SERP data, including web, news, images, places, shopping, knowledge graph, People Also Ask, related searches, and answer boxes.
  • Use /google-maps / google_maps for structured place/business/landmark data from Google Maps.
  • Use /crawl / crawl_web for direct URL crawling and content extraction. Try this before headful browser to reduce credit usage.
  • Use /headful-browser / headful_browser only 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.

安全使用建议
Install only if you trust Crawleo and are comfortable sending search queries, map queries, and selected URLs to api.crawleo.dev. Configure CRAWLEO_API_KEY carefully, monitor credit usage—especially for headful browser calls—and ask the agent to confirm before crawling sensitive, protected, or high-cost targets.
功能分析
Type: OpenClaw Skill Name: crawleo Version: 1.0.0 The 'crawleo' skill bundle is a well-structured and legitimate wrapper for the Crawleo REST API, providing web search, Google SERP data, and web crawling capabilities. The implementation in `src/client.js` and `src/errors.js` includes proactive security measures, such as a `redactSecret` function designed to prevent the accidental leakage of the `CRAWLEO_API_KEY` in logs or error messages. The `SKILL.md` instructions for the AI agent are strictly aligned with the tool's purpose and include explicit warnings against persisting or echoing sensitive credentials. No evidence of data exfiltration, malicious execution, or prompt injection was found across the code, documentation, or verification scripts.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose—Crawleo-backed search, Google data lookup, crawling, and headful-browser crawling—matches the provided REST wrapper code and documented endpoints.
Instruction Scope
Instructions allow agent use of external search/crawl/headful-browser workflows, including credit-consuming operations, but they are disclosed and purpose-aligned.
Install Mechanism
No automatic install script or runtime dependency package is declared; setup guidance is standard npm/local-copy documentation.
Credentials
Live use requires CRAWLEO_API_KEY and sends requests to Crawleo. The registry requirements list no env vars, but SKILL.md and skill.json disclose the live API key requirement.
Persistence & Privilege
The provided runtime code does not show background workers, persistent local storage, broad local file access, cookie/session access, or protected-path writes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install crawleo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /crawleo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Crawleo OpenClaw Skill. - Provides offline-tested REST API wrapper helpers for all five Crawleo endpoints: `/search`, `/google-search`, `/google-maps`, `/crawl`, `/headful-browser` - Implements clear, contract-based mapping for each endpoint with MCP tool integration - Enforces offline-safe behavior by default; live API calls require both `CRAWLEO_API_KEY` and explicit opt-in - Documents thorough usage guidance, authentication requirements, and endpoint-specific details - Establishes verification commands for offline contract and example checking
元数据
Slug crawleo
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论