Agent skill · Data & Analytics

bdistill-knowledge-extraction

Extract structured domain knowledge from AI models in-session or from local open-source models via Ollama. No API key needed.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorcopilotMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill bdistill-knowledge-extraction --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Declared author: FrancyJGLisboa
Path: skills/bdistill-knowledge-extraction/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Knowledge Extraction Extract structured, quality-scored domain knowledge from any AI model — in-session from closed models (no API key) or locally from open-source models via Ollama. ## Overview bdistill turns your AI subscription sessions into a compounding knowledge base. The agent answers targeted domain questions, bdistill structures and quality-scores the responses, and the output accumulates into a searchable, exportable reference dataset. Adversarial mode challenges the agent's claims — forcing evidence, corrections, and acknowledged limitations — producing validated knowledge entries. ## When to Use This Skill - Use when you need structured reference data on any domain (medical, legal, finance, cybersecurity) - Use when building lookup tables, Q&A datasets, or research corpora - Use when generating training data for traditional ML models (regression, classification — NOT competing LLMs) - Use when you want cross-model comparison on domain knowledge ## How It Works ### Step 1: Install ```bash pip install bdistill claude mcp add bdistill -- bdistill-mcp # Claude Code ``` ### Step 2: Extract knowledge in-session ``` /distill medical cardiology # Preset domain /distill --cust

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Step 1: Install
  5. Step 2: Extract knowledge in-session
  6. Step 3: Search, export, compound
  7. Output Format
  8. Tabular ML Data Generation
  9. Local Model Extraction (Ollama)
  10. Security & Safety Notes
  11. Related Skills
  12. Limitations
Commands it runs
pip install bdistill
claude mcp add bdistill -- bdistill-mcp   # Claude Code
bdistill kb list                               # Show all domains
bdistill kb search "atrial fibrillation"       # Keyword search
bdistill kb export -d medical -f csv           # Export as spreadsheet
bdistill kb export -d medical -f markdown      # Readable knowledge document
Install Ollama from https://ollama.com
ollama serve
ollama pull qwen3:4b
bdistill extract --domain medical --model qwen3:4b
More from agentic-awesome-skills
All skills →
About this skill
What does the bdistill-knowledge-extraction skill do?

Extract structured domain knowledge from AI models in-session or from local open-source models via Ollama. No API key needed.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill bdistill-knowledge-extraction --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going