ExtractWisdom

ExtractWisdom is a skill for Claude Code, Codex from ssmurfgg04-gif/context-m. It costs 72 tokens per session (3,183 once invoked), scanned A, original, Apache-2.0.

A workflow that extracts useful ideas and lessons from videos, podcasts, articles, and similar content, creating sections suited to the subjects actually discussed.

In plain words
What is it for?
Use it to analyze interviews, YouTube videos, podcasts, or articles and produce tailored takeaways, such as programming advice, business views, or security lessons.
Why use it?
It avoids forcing every piece of content into the same categories and helps surface insights relevant to that specific material.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it to analyze interviews, YouTube videos, podcasts, or articles and produce tailored takeaways, such as programming advice, business views, or security lessons.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ssmurfgg04-gif/context-m/extractwisdom
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ssmurfgg04-gif/context-m --skill extractwisdom
Clone the repo
git clone --depth 1 https://github.com/ssmurfgg04-gif/context-m

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ExtractWisdom

README.md
[![agentmods](https://agentmods.dev/badge/skills/ssmurfgg04-gif/context-m/extractwisdom/github.svg)](https://agentmods.dev/skills/ssmurfgg04-gif/context-m/extractwisdom)
Your own site
<a href="https://agentmods.dev/skills/ssmurfgg04-gif/context-m/extractwisdom"><img src="https://agentmods.dev/badge/skills/ssmurfgg04-gif/context-m/extractwisdom/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ExtractWisdom

Your own site · 80×15
<a href="https://agentmods.dev/skills/ssmurfgg04-gif/context-m/extractwisdom"><img src="https://agentmods.dev/badge/skills/ssmurfgg04-gif/context-m/extractwisdom.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,183 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00072 $0.03183
Opus 5 $0.00036 $0.01591
Sonnet 5 $0.00014 $0.00637
Haiku 4.5 $0.00007 $0.00318

Measured 9d ago against content hash ef3f8462b9d4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ExtractWisdom scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/contentanalysis/ExtractWisdom/SKILL.md · 230 lines

How it starts

The opening of the file, as written. The whole thing — 230 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Customization

Before executing, check for user customizations at: ~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/ExtractWisdom/

If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults.

ExtractWisdom — Dynamic Content Extraction

The next generation of extract_wisdom. Instead of static sections (IDEAS, QUOTES, HABITS...), this skill detects what wisdom domains actually exist in the content and builds custom sections around them.

A programming interview gets "Programming Philosophy" and "Developer Workflow Tips." A business podcast gets "Contrarian Business Takes" and "Money Philosophy." A security talk gets "Threat Model Insights" and "Defense Strategies." The sections adapt because the content dictates them.

When to Use

  • Analyzing YouTube videos, podcasts, interviews, articles
  • User says "extract wisdom", "what's interesting in this", "key takeaways"
  • Processing any content where you want to capture the best stuff
  • When standard extraction patterns miss the gems

Depth Levels

Extract at different depths depending on need. Default is Full if no level is specified.

Level Sections Bullets/Section Closing Sections When
Instant 1 8 None Quick hit. One killer section.
Fast 3 3 None Skim in 30 seconds.
Basic 3 5 One-Sentence Takeaway only Solid overview without the deep cuts.
Full 5-12 3-15 All three The default. Complete extraction.
Comprehensive 10-15 8-15 All three + Themes & Connections Maximum depth. Nothing left behind.

How to invoke: "extract wisdom (fast)" or "extract wisdom at comprehensive level" or just "extract wisdom" for Full.

Comprehensive extras:

  • Themes & Connections closing section: identify 3-5 throughlines that connect multiple sections. Not summaries — the deeper patterns the speaker may not even realize they're revealing.
  • Prioritize breadth. Every significant wisdom domain gets its own section.
  • No merging sections to save space. If the content supports 15 sections, use 15.

Read the full file on GitHub · 230 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 230 lines · 72 tokens per session scan A ef3f8462b9d4

Subscribe to this mod's changes

ExtractWisdom is a skill published in the GitHub repository ssmurfgg04-gif/context-m (1 stars, last pushed yesterday), licensed Apache-2.0. It adds 72 tokens to every session and 3,183 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.