ai-firecrawl
Firecrawl scrape/crawl data-source (self-hosted + API) for the togo AI kit
Extends ai
togo install togo-framework/ai-firecrawlStars0
LanguageGo
License—
Last push2026-06-25
- ai
- artificial-intelligence
- firecrawl
- go
- golang
- llm
- plugin
- togo
Readme
togo-framework/ai-firecrawl
Part of the togo framework.
Install
bash
ai-firecrawl
A togo AI data-source plugin — scrape/crawl web pages to clean markdown with Firecrawl, for ai-rag ingest and agents. Supports self-hosted and the hosted API.
togo install togo-framework/ai-firecrawl
- Self-hosted: set
FIRECRAWL_URL(defaulthttp://localhost:3002). - Hosted: set
FIRECRAWL_API_KEY(base defaults tohttps://api.firecrawl.dev).
Use
- Go:
firecrawl.FromKernel(k).Scrape(ctx, "https://example.com")→ markdown ·.Crawl(ctx, url) - REST:
POST /api/ai/firecrawl/scrape{"url":"…"}·POST /api/ai/firecrawl/crawl{"url":"…"}
Part of the togo AI kit. MIT.
Premium sponsors
text
Support togo — become a sponsor.