Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

clawlerclawler 搜索

Agent Skill

clawler 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,561

周安装

343

GitHub Stars

公开资料未说明

下载量

2,771
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:clawler(clawler 搜索)
来源仓库:https://github.com/maxpetretta/clawler
安装命令:
openclaw skills install clawler
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install clawler

简介

clawler 用于在 OpenClaw 中获取当前网络信息。

  • 适合需要实时网络数据支持的检索任务。clawler 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 通过 clawhub 安装,需结合来源仓库核验 API 调用方式。
  • 安装前建议确认权限范围和联网行为,避免敏感操作。
  • 可参考原始 README 了解具体集成方法和参数说明。

SKILL.md

name
clawler
description
Use when you want current web information through the Clawler OpenClaw plugin.
read_when
metadata
openclaw
homepage
https://github.com/maxpetretta/clawler
requires
bins

Clawler Skill

Clawler is an optional web-search surface for this project. Use it when the plugin is installed and the operator wants Clawler to handle web search.

Setup

If Clawler is available in the current OpenClaw environment:

  1. Run the setup flow if the plugin CLI is available:

- openclaw clawler setup

  1. Choose one default provider and configure credentials for that provider.
  2. Verify availability:

- openclaw clawler status

Optional:

  • If you want Clawler to replace the built-in web_search tool for that OpenClaw installation, add web_search to tools.deny.
  • This changes installation-wide search behavior and should only be done deliberately.

If the setup CLI is not available, make sure OpenClaw is configured so:

  • the Clawler plugin is installed and enabled
  • one provider is selected
  • that provider API key is available through plugin config or environment variables
  • tools.deny includes web_search only when you intentionally want to disable the built-in search tool for that OpenClaw installation

Credentials

Clawler supports multiple providers. No single provider credential is universally required for this skill; configure one provider in plugin config or provide one of these env vars for the provider you choose:

  • BRAVE_API_KEY
  • EXA_API_KEY
  • TAVILY_API_KEY
  • PERPLEXITY_API_KEY
  • OPENROUTER_API_KEY
  • PARALLEL_API_KEY
  • GEMINI_API_KEY
  • GOOGLE_AI_API_KEY
  • OPENAI_API_KEY
  • ANTHROPIC_API_KEY

Provider-specific settings can also be stored in the Clawler plugin config inside the OpenClaw config file instead of environment variables. Because the operator chooses the provider, these env vars are optional alternatives rather than universally required metadata for the skill.

Tool

The default tool name is search_web.

Use it with:

{
  "query": "latest OpenAI web search docs",
  "provider": "openai",
  "count": 5,
  "freshness": "pm",
  "country": "us",
  "search_lang": "en",
  "topic": "general",
  "include_domains": ["developers.openai.com"],
  "exclude_domains": ["example.com"]
}

Supported parameters:

  • query: required search string
  • provider: optional per-call provider override such as exa, openai, brave, or anthropic
  • count: max number of results to request
  • freshness: relative or explicit date filter such as pd, pw, pm, py, or YYYY-MM-DDtoYYYY-MM-DD
  • country: country hint such as us
  • search_lang: language hint such as en
  • topic: provider-level topical hint such as general, news, or finance
  • include_domains: allow-list domains
  • exclude_domains: deny-list domains

Usage Rules

  1. Treat search_web as the preferred search tool only when Clawler has been intentionally configured as the active search surface.
  2. Use provider-neutral instructions unless the user explicitly wants a provider comparison or a specific backend.
  3. Use the per-call provider override when the query clearly benefits from a specific backend.
  4. For technical or doc-heavy queries, use domain allow-lists when official sources matter.
  5. If the query needs a synthesized answer with citations, prefer answer-native providers such as OpenAI, Anthropic, Gemini, Tavily, or Perplexity.
  6. If the query mainly needs fast retrieval of links, traditional search providers such as Exa, Brave, or Parallel can be enough.
  7. Treat changes to tools.deny as an optional installation-wide behavior change, not a routine default. Only recommend it when the operator explicitly wants Clawler to replace the built-in search surface.

Provider Notes

  • auto picks the first available configured provider.
  • API keys can come from plugin config or environment variables.
  • Shared filters are applied at the plugin level and translated per provider when native support exists.
  • Some providers enforce domain filters natively; others treat them as best-effort guidance.

适合场景

01

调用多模型

02

代码和文本生成

03

Agent 推理流程

04

OpenRouter 模型接入

能力概览

能力 1

统一调用多种 LLM

能力 2

支持 Claude、Gemini、Kimi 等模型

能力 3

适合聊天、代码和推理任务

能力 4

可作为 Agent 模型调用入口

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.49%
按下载量换算1,953

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills