← 返回 Skills 市场
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install firecrawl-build-search
功能描述
Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query...
使用说明 (SKILL.md)
Firecrawl Build Search
Use this when the application starts with a query, not a URL.
Use This When
- the user asks a question and the product must discover sources first
- the feature needs current web results
- you want to turn a search query into a shortlist of pages for later scraping
Default Recommendations
- Use
/searchfirst when URL discovery is part of the product behavior. - Keep search and extraction conceptually separate unless scraping search results is clearly required.
- Prefer selective follow-up extraction over broad hydration when cost or latency matters.
Common Product Patterns
- answer generation with cited sources
- company, competitor, or topic discovery
- research workflows that produce a shortlist before deeper extraction
- query-to-URL pipelines for later
/scrapeor/interact
Escalation Rules
- If you already have the URL, use firecrawl-build-scrape.
- If the result page then requires clicks or form interaction, escalate to firecrawl-build-interact.
Implementation Notes
- Treat
/searchas discovery, ranking, and source selection. - Be explicit about whether the product needs snippets, URLs, or full result content.
- Keep the query contract stable so downstream scraping logic stays predictable.
Docs (Source of Truth)
Read the source-of-truth page for your project language before writing integration code:
- Node / TypeScript: docs.firecrawl.dev/agent-source-of-truth/node
- Python: docs.firecrawl.dev/agent-source-of-truth/python
- Rust: docs.firecrawl.dev/agent-source-of-truth/rust
- Java: docs.firecrawl.dev/agent-source-of-truth/java
- Elixir: docs.firecrawl.dev/agent-source-of-truth/elixir
- cURL / REST: docs.firecrawl.dev/agent-source-of-truth/curl
See Also
安全使用建议
Install this only if you want your agent to use Firecrawl for live web search. Do not put secrets, regulated personal data, customer records, or confidential internal project details into search queries unless your Firecrawl or self-hosted deployment is approved for that data and its logging and retention behavior are acceptable.
能力标签
能力评估
Purpose & Capability
The skill’s purpose is to help integrate Firecrawl `/search` for query-driven web discovery, ranking, source selection, and optional later extraction; the requested Firecrawl API capability fits that purpose.
Instruction Scope
Activation language covers questions, current web results, and research workflows, but it remains tied to cases where web discovery or query-to-URL behavior is needed.
Install Mechanism
The extracted artifact contains only `SKILL.md`; no install scripts, executable files, package dependencies, or automatic setup actions were found.
Credentials
The skill requires `FIRECRAWL_API_KEY` and optionally `FIRECRAWL_API_URL`, which is proportionate for a Firecrawl integration; the privacy implication that search queries leave the local environment should be treated as user guidance rather than hidden behavior.
Persistence & Privilege
No persistence, background workers, local indexing, credential-store access, privilege escalation, mutation authority, or destructive behavior was found.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install firecrawl-build-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/firecrawl-build-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of firecrawl-build-search skill.
- Enables integration of Firecrawl /search into product and agent workflows.
- Designed for use cases starting with a search query instead of a URL.
- Supports discovery, ranking, and source selection for query-driven features.
- Includes detailed usage guidelines and escalation rules for related Firecrawl skills.
元数据
常见问题
Firecrawl Build Search 是什么?
Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。
如何安装 Firecrawl Build Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install firecrawl-build-search」即可一键安装,无需额外配置。
Firecrawl Build Search 是免费的吗?
是的,Firecrawl Build Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Firecrawl Build Search 支持哪些平台?
Firecrawl Build Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Firecrawl Build Search?
由 eohmig(@eohmig)开发并维护,当前版本 v1.0.0。
推荐 Skills