us

27 mods across 2 repositories, 884 stars between them.

crw

01

us/crw

Plugin Claude Code

Plugin marketplace listing 1 plugin: fastcrw.

882 2d ago A tokens not measured AGPL-3.0

crw

02

us/crw

Plugin Claude Code

Scrape, crawl, map, search, parse, extract, and change-track the web with fastCRW, the open-source, self-hostable Firecrawl alternative. Single Rust binary, 6.6 MB idle RAM, Firecrawl-compatible /v1 + /v2 API, built-in web search.

882 2d ago A tokens not measured AGPL-3.0

crw

03

us/crw

MCP server Claude CodeCodexCursor +2

MCP server for CRW web scraper — scrape, crawl, map, extract, search, and PDF-parse tools for AI agents. Runs locally from the crw-mcp npm package.

882 2d ago A tokens not measured AGPL-3.0

crw AGENTS.md

04

us/crw

Instructions file CodexOpenCode

AGENTS.md instructions for us/crw, covering agents.md, two-minute system map, source-of-truth matrix, if you are changing x and verification.

882 2d ago A 2,009 tokens AGPL-3.0

crw

05

us/crw

Skill Claude CodeCodex

Scrape, crawl, map, and search the web using fastCRW's native /v1 API. Use when the user needs web page content, site-wide extraction, URL discovery, or web search results. Single binary, 14 MB RAM; /v2 exists separately for Firecrawl migration.

882 2d ago A 64 tokens AGPL-3.0

crw

06

us/crw

Skill Claude CodeCodex

Scrape, crawl, map, and search the web using fastCRW's native /v1 API. Use when the user needs web page content, site-wide extraction, URL discovery, or web search results. Single binary, 14 MB RAM; /v2 exists separately for Firecrawl migration.

882 2d ago A 64 tokens AGPL-3.0

crw-best-practices

07

us/crw

Skill Claude CodeCodex

Reference skill for building production-ready crw integrations. Covers verb selection, call surfaces (CLI/MCP/REST), post-filtering strategies, context-window hygiene, Hybrid RAG patterns, common pitfalls, and crw-specific operational considerations (search backend limits, renderer pool, proxy rotation). Load this…

882 2d ago A 99 tokens AGPL-3.0

crw-crawl

08

us/crw

Skill Claude CodeCodex

Crawl an entire website or section and extract content from every page. Use when you need content from many pages under a common URL prefix: "crawl the whole site", "get all docs pages", "scrape every blog post", "download the full docs for RAG", "extract all pages under /api". Async BFS — starts a job and polls for…

882 2d ago A 92 tokens AGPL-3.0

crw-dynamic-search

09

us/crw

Skill Claude CodeCodex

Programmatic web search and scrape with context isolation. Use for any research task where you need to search the web, filter results, and extract specific information — without flooding your context window with raw HTML and boilerplate. This is the single biggest token-saver in the crw skill set. Triggered by "search…

882 2d ago A 143 tokens AGPL-3.0

crw-extract

10

us/crw

Skill Claude CodeCodex

Extract a typed JSON object from one or more web pages against a JSON Schema with fastCRW. Use when you need structured data — "get the price and stock status", "extract all job listings as JSON", "pull structured fields from this page". Step 6 of the crw workflow ladder.

882 2d ago A 69 tokens AGPL-3.0

crw-map

11

us/crw

Skill Claude CodeCodex

Discover all URLs on a website without fetching content — fast, low-cost URL inventory via sitemap.xml + link extraction BFS. Use when you need to know which pages exist before deciding what to scrape or crawl: "list all pages", "find URLs on this site", "discover links", "what pages does this site have", "map the…

882 2d ago A 88 tokens AGPL-3.0

crw-migrate

12

us/crw

Skill Claude CodeCodex

Coming from Firecrawl? Switch to fastCRW in one line. Use when the user has existing Firecrawl SDK code (firecrawl-py, firecrawl-js, REST calls, or an MCP config) and wants to point it at fastCRW — managed or self-hosted. Covers the exact baseurl swap, which endpoints are drop-in, which have gaps, and how to verify…

882 2d ago A 91 tokens AGPL-3.0

crw-parse

13

us/crw

Skill Claude CodeCodex

Parse a local or remote FILE (PDF) into markdown or structured JSON with fastCRW. Use when the source is a file on disk — "parse this PDF", "extract text from this document", "read this report", "convert PDF to markdown". Routing rule: URL → use crw-scrape; file on disk → use crw-parse. Step 5 of the crw workflow…

882 2d ago A 92 tokens AGPL-3.0

crw-research

14

us/crw

Skill Claude CodeCodex

Find ALL the arXiv papers that answer a research question, using fastCRW's Firecrawl-compatible Research API. Use when the ask is to survey a literature, enumerate papers on a topic, find what a paper compares against or builds on, list the best models on a benchmark, or recover a paper from a vague description …

882 2d ago A 130 tokens AGPL-3.0

crw-scrape

15

us/crw

Skill Claude CodeCodex

Scrape a single known URL into clean markdown / HTML / links / structured JSON with fastCRW. Use when you already have the URL and want the page content — "scrape", "grab", "fetch", "pull", "read this page", "get the content of". Handles JavaScript-rendered SPAs automatically. Step 2 of the crw workflow ladder.

882 2d ago A 87 tokens AGPL-3.0

crw-search

16

us/crw

Skill Claude CodeCodex

Search the web with fastCRW and get titles, URLs, and descriptions. Use when you have a question or topic but not a URL — "search for", "find pages about", "look up", "what is", "who is", "latest news on", "find docs for". Own search backend: self-hosted, no API key, no per-query cost, high recall via meta-search…

882 2d ago A 100 tokens AGPL-3.0

crw-self-host

17

us/crw

Skill Claude CodeCodex

Stand up your own fastCRW API server — single binary, Docker, or docker-compose with a bundled search-backend sidecar. Use when the user wants to run crw locally or on their own infra, configure renderers/proxies/ auth/LLM extraction, or understand the embedded vs proxy MCP modes.

882 2d ago B 71 tokens AGPL-3.0

crw-watch

18

us/crw

Skill Claude CodeCodex

Detect what changed between two page snapshots with fastCRW — stateless diff as a REST primitive. Use when you need to track content changes, monitor a page for updates, or build a cron-based alert system: "has this page changed?", "alert me when pricing changes", "diff this week's scrape against last week's". Step 7…

882 2d ago A 81 tokens AGPL-3.0

crw

19

us/crw

Skill Claude CodeCodex

Scrape, crawl, map, search, parse, and extract web data with fastCRW — the open-source, self-hostable Firecrawl alternative (single Rust binary, 14 MB RAM, Firecrawl-compatible /v1 + /v2 API). Use whenever the user needs page content, site-wide extraction, URL discovery, web search, PDF parsing, structured JSON from…

882 2d ago A 139 tokens AGPL-3.0

fastcrw

20

us/crw

MCP server Claude CodeCodexCursor +2

Scrape, crawl, map & search the web. Open-source, self-hostable Rust crawler & search for AI agents. Remote server at fastcrw.com.

882 2d ago A tokens not measured AGPL-3.0

wend

21

us/wend

Plugin Claude Code

wend: search, recover, and resume your past Claude Code sessions from local history.

2 17d ago A tokens not measured

wend

22

us/wend

Plugin Claude Code

Find, recover, and resume your past Claude Code sessions from local history — keyword search, pre-compaction recovery, and worktree topology.

2 17d ago A tokens not measured

search

23

us/wend

Command

Search your past Claude Code sessions by keyword.

2 17d ago A 9 tokens

SessionStart

24

us/wend

Hook

Runs when a session starts on startup, executing index-check.sh. From us/wend.

2 17d ago A tokens not measured