Workflows · Firecrawl…
29 skills · 57 min
Workflows
Skill 19 of 29
Build a knowledge base from web content with Firecrawl.
1 minute · 184 words · 6 sections
Install
npx skills add firecrawl/skills --skill firecrawl-knowledge-basenpx skills add firecrawl/skills/plugin marketplace add firecrawl/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Use this to turn URLs or topics into organized LLM-ready content.
Infer the source, goal, depth, and output location from context. If the source and goal are clear, proceed immediately.
Ask at most 1-3 concise questions only if blocked, such as the source URL/topic, whether the output is reference/RAG/training/docs, or training format if training is requested.
Use Firecrawl map for documentation sites, search for topic-based corpora, scrape pages into markdown, and preserve code examples and tables.
For files, follow the Firecrawl download-style convention:
.firecrawl/
<hostname>/
<path>/
index.mdIf appropriate, use sub-agents or equivalent parallel task runners:
index.md, and sources.json.manifest.json.training-data.jsonl and training-metadata.json.# Knowledge Base: [Source]
## Summary
[What was collected and why]
## Output Structure
[Files/directories created]
## Coverage
[Sections, source types, counts]
## Usage Notes
[How to use in RAG, docs, training, or agent context]
## Sources
[URLs collected]
## Rerun Inputs
workflow: firecrawl-knowledge-base
source: [
Build a knowledge base from web content with Firecrawl. Use for local reference docs, RAG-ready chunks, fine-tuning datasets, documentation mirrors, topic corpora, or LLM-ready markdown organized from web sources.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
skills/workflows/firecrawl-knowledge-base/SKILL.mdmain, last pushed 22 September 2026.SKILL.md, not by matching a directory convention. 2 distinct layouts observed: skills/core/*/SKILL.md, skills/workflows/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json/firecrawl/skills.md, and each skill at its own .md URL.