@render-harness/cap-scrape-firecrawl
v0.8.2
Published
Firecrawl scrape capability pack with optional Postgres persistence.
Maintainers
Readme
@render-harness/cap-scrape-firecrawl
Wires Firecrawl into a Render harness entry, with optional Postgres persistence:
capabilities:
- pack: "@render-harness/cap-scrape-firecrawl"
config:
persist: true # defaultSet FIRECRAWL_API_KEY in the entry's environment.
The pack contributes:
- An MCP server
cap-scrape-firecrawl.firecrawl(stdio transport, runsnpx -y firecrawl-mcp). - A
LocalToolHandlercap-scrape-firecrawl.scrape_and_storethat calls Firecrawl's REST API and persists the rendered markdown to afirecrawl_scrapestable. - A skill (
firecrawl-scrape). - A
FIRECRAWL_API_KEYentry in the effective env schema.
The Postgres table is created on first call via CREATE TABLE IF NOT EXISTS, so no separate migration step is needed.
