# AGENTS.md instructions for 用于网页抓取和 Markdown 提取的 Firecrawl CLI

Use 用于网页抓取和 Markdown 提取的 Firecrawl CLI only for: 把网页提取为 Markdown 或结构化数据，适合 Agent 研究和检索流程。

## Default behavior

- Prefer non-interactive commands and stable output formats: markdown, json.
- Start with read-only inspection commands before changing state.
- Show the exact command before destructive or deployment actions.
- Require explicit user approval for commands marked `requires-review` or `destructive`.

## Useful commands

- requires-review: `npx firecrawl crawl https://example.com` — Fetches web content for downstream analysis.
- safe: `npx firecrawl scrape https://example.com` — Extracts a single page before broader crawling.

## Safety notes

- Respect robots, rate limits, and site terms before crawling.
- Agents should crawl a small target set first and store source URLs with extracted content.