Firecrawl Claude plugin
What it is
Firecrawl's official plugin bringing its web scraping natively into Claude Code.
Visit Firecrawl Claude plugin →
Featured in
Issue #1 — Everyone's juggling coding agents now · — the full issue has that week's other tools, reads, and big-lab releases.
More infra tools we've covered
- OpenBot CopilotKit's agent platform for your own infrastructure: Docker Compose brings it up, data sits in your Postgres, no model ships in the box, and the admin's credential is encrypted at rest. Each bot gets a computer of its own — a real browser with its own logins, its own files, and only the tools you grant — and anything it does to a computer, file, or MCP server passes through a single gateway that decides before and records after. Any AG-UI agent can be dropped in as a coworker.
- Cloudflare Computer A virtual filesystem that lives inside a Durable Object: SQLite holds the authoritative state, and three pluggable backends — a FUSE-mounted container, a bash isolate, and a JavaScript isolate — run behind a single workspace.runtime.exec() entry point. MIT, 7.9K stars, explicitly preview-only.
- pdf-inspector Rust library that classifies a PDF as text-based, scanned, image, or mixed in milliseconds, then extracts position-aware text and clean Markdown without OCR. Bindings for Python, Node, and Wasm, plus a CLI.
- TencentDB Agent Memory Team-level memory hub for AI agents — turns conversations, docs, and code into shared, reusable memory assets across agents and frameworks.