← Back to Skills Marketplace
eohmig

Firecrawl Build Search

by eohmig · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
41
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install firecrawl-build-search
Description
Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query...
README (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 /search first 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 /scrape or /interact

Escalation Rules

Implementation Notes

  • Treat /search as 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:

See Also

Usage Guidance
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install firecrawl-build-search
  3. After installation, invoke the skill by name or use /firecrawl-build-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug firecrawl-build-search
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 41 downloads so far.

How do I install Firecrawl Build Search?

Run "/install firecrawl-build-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Firecrawl Build Search free?

Yes, Firecrawl Build Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Firecrawl Build Search support?

Firecrawl Build Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Firecrawl Build Search?

It is built and maintained by eohmig (@eohmig); the current version is v1.0.0.

💬 Comments