/install anycrawl-cli
AnyCrawl CLI
Web scraping, search, and crawling CLI. Returns clean markdown optimized for LLM context windows. Default engine: playwright.
Run anycrawl --help or anycrawl \x3Ccommand> --help for full option details.
Prerequisites
Must be installed and authenticated. Run anycrawl login or set ANYCRAWL_API_KEY.
If not ready, see rules/install.md. For output handling guidelines, see rules/security.md.
Commands
- Search - No specific URL yet. Find pages, answer questions. Use
--scrapeto get full page content with results. - Scrape - Have a URL. Extract its content directly.
- Map - Need to locate a specific page on a site. Discover URLs, then scrape the ones you need.
- Crawl - Need bulk content from a site or section. Use
crawldirectly — no need for map first.
| Need | Command | When |
|---|---|---|
| Find pages on a topic | search |
No specific URL yet |
| Get a page's content | scrape |
Have a URL |
| Find URLs within a site | map |
Need to locate a specific subpage |
| Bulk extract a site section | crawl |
Need many pages (e.g., all /docs/) |
For detailed command reference, run anycrawl \x3Ccommand> --help (e.g., anycrawl search, anycrawl scrape).
Avoid redundant fetches: search --scrape already fetches full page content. Don't re-scrape those URLs. Check .anycrawl/ for existing data before fetching again.
Output & Organization
Write results to .anycrawl/ with -o. Add .anycrawl/ to .gitignore. Always quote URLs in shell commands. Never read entire output files at once — use grep, head, or incremental reads.
Documentation
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install anycrawl-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/anycrawl-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Anycrawl 是什么?
Web scraping, search, crawling, and site mapping via the AnyCrawl CLI. Use when the user wants to search the web, scrape a page, find URLs on a site, or bulk... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 259 次。
如何安装 Anycrawl?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install anycrawl-cli」即可一键安装,无需额外配置。
Anycrawl 是免费的吗?
是的,Anycrawl 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Anycrawl 支持哪些平台?
Anycrawl 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Anycrawl?
由 QThans(@qthans)开发并维护,当前版本 v1.0.1。