# OpenCLI Agent Pack: Firecrawl

Use this when an AI agent needs to work with `firecrawl`.

## What this CLI is for
Web extraction, crawling, and llm-ready markdown from the terminal. Built by Firecrawl.

Best for: web extraction, crawling, and llm-ready markdown from the terminal.

## Agent readiness
Usable with guardrails (50/100)
- Supports non-interactive/scripted use.
- Works well in CI or repeatable automation.

## Install
```sh
npm i -g firecrawl
```

## Verify before real work
```sh
firecrawl --help
```
Expected signal: firecrawl responds locally; authenticate before real work.

## Safe starting commands
```sh
firecrawl --help
```

```sh
firecrawl search 'open source CLI tools' --limit 3
```

## Guardrails for agents
- Prefer small commands and ask the agent to summarize plain text output.
- Verify identity/account before running task commands.
- Network access is required; avoid leaking secrets in logs.
- Start read-only, then ask before mutations.

## Suggested agent instruction
You may use Firecrawl (`firecrawl`) for web extraction, crawling, and llm-ready markdown from the terminal.. First install it if missing, then run the verify command. Start with read-only or inspection commands. Summarize what you found before changing anything. Ask for confirmation before commands that mutate remote state, spend money, deploy, delete data, merge code, or expose secrets.

Source: OpenCLI
