huberman-notes

huberman-notes is a skill for Claude Code, Codex from Ankit-Cherian/huberman-notes-plugin. It costs 95 tokens per session (2,150 once invoked), scanned A, original, MIT.

A study-guide tool for Huberman Lab podcast episodes. Huberman Lab is a podcast about neuroscience, health, and related research hosted by Andrew Huberman.

In plain words
What is it for?
Use it when working with a Huberman Lab episode, including finding the episode, summarizing it, or creating study notes and actionable protocols.
Why use it?
It turns an episode and its transcript or notes into organized material that is easier to study and refer back to. The input does not specify more exact output details.

Skill for Claude CodeCodex

Part of the huberman-notes plugin — 1 skill shipped together

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.

agentmods
npx agentmods add skills/ankit-cherian/huberman-notes-plugin/huberman-notes
Any agent
npx skills add Ankit-Cherian/huberman-notes-plugin --skill huberman-notes
Clone the repo
git clone --depth 1 https://github.com/Ankit-Cherian/huberman-notes-plugin

Made for: Claude Code, Codex.

Or install huberman-notes, the plugin that ships this one along with the rest of its 1 skill.

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 huberman-notes

README.md
[![agentmods](https://agentmods.dev/badge/skills/ankit-cherian/huberman-notes-plugin/huberman-notes.svg)](https://agentmods.dev/skills/ankit-cherian/huberman-notes-plugin/huberman-notes)
Your own site
<a href="https://agentmods.dev/skills/ankit-cherian/huberman-notes-plugin/huberman-notes"><img src="https://agentmods.dev/badge/skills/ankit-cherian/huberman-notes-plugin/huberman-notes.svg" alt="Measured on agentmods" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,150 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00095 $0.02150
Opus 5 $0.00048 $0.01075
Sonnet 5 $0.00019 $0.00430
Haiku 4.5 $0.00010 $0.00215

Measured 3d ago against content hash 1b27a82296e5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

huberman-notes 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 3d 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/huberman-notes/SKILL.md · 279 lines

How it starts

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

Huberman Lab Study Guide Skill

Creates detailed, actionable study guides from Huberman Lab podcast episodes - designed for mastery-oriented learning with concrete protocols and science-backed insights you can reference and apply.

Core References

Load these as needed:

Transcript Sources (Priority Order)

  1. HubermanTranscripts.com - Best quality AI transcriptions (Whisper-based)

    • URL pattern: https://www.hubermantranscripts.com/
  2. PodScript.ai - Free searchable transcripts

    • URL: https://podscript.ai/podcasts/huberman-lab-podcast/
  3. Official Huberman Lab - Episode details and show notes

    • URL: https://www.hubermanlab.com/episode/{slug}
  4. Podcast Notes - Community summaries with key takeaways

    • URL: https://podcastnotes.org/huberman-lab/
  5. YouTube - Video with auto-generated captions

    • Search: Huberman Lab {episode title or number}

Execution Workflow

Step 1: Identify the Episode

Parse user input to identify:

  • Episode number (e.g., "episode 123", "#123")
  • Episode title (e.g., "the dopamine episode", "sleep protocols")
  • Guest name (e.g., "the Attia episode", "with Jocko")
  • Topic (e.g., "the one about cold exposure")

If unclear, ask: "Which Huberman Lab episode? I can search by episode number, title, topic, or guest name."

Step 2: Fetch Episode Information

Search and fetch from multiple sources in parallel:

1. WebSearch: "Huberman Lab {episode identifier} transcript"
2. WebSearch: "Huberman Lab {episode identifier} summary notes"
3. WebSearch: "Andrew Huberman {topic} protocols"
4. WebFetch: hubermanlab.com episode page for show notes

Extract:

  • Full episode title and number
  • Guest (if any)
  • Original air date
  • Episode duration
  • Official show notes/timestamps
  • Full transcript (from transcript sources)
  • Scientific papers mentioned

Read the full file on GitHub · 279 lines

Files

What ships with it

2 files 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. 3d ago First seen · 279 lines · 95 tokens per session scan A 1b27a82296e5

Subscribe to this mod's changes

huberman-notes is a skill published in the GitHub repository Ankit-Cherian/huberman-notes-plugin (2 stars, last pushed 7mo ago), licensed MIT. It adds 95 tokens to every session and 2,150 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

create-skill

Creates new skills from the user's repeating patterns. Interview-driven: discovers the task, analyzes failure modes, generates a production SKILL.md, installs it, tests it on a real target, and teaches the user how to use it. Use when a user wants to encode a repeating workflow; do NOT use for one-off tasks or…

SethGammon/Citadel · 73 tokens

learn

Learn any topic properly — first-principles curriculum, generation-first tutoring, verified free recall, FSRS scheduling. Use when the user wants to learn, understand, study, or continue studying something.

nagisanzenin/engram · 42 tokens

engineering-onboarding

Create an onboarding guide for an engineer joining a team that consumes the design system. Trigger when someone says: onboard new engineer, developer getting started guide, new engineer guide, engineering onboarding, first day for developers, frontend onboarding, or anything about helping an engineer new to the team…

murphytrueman/design-system-ops · 68 tokens

zapier-demo

Walk a new user through setting up their first Zapier action and running it live — the smallest possible win. Asks what app they use, recommends one read action to enable, guides them to mcp.zapier.com to add it, then demonstrates it working in the same chat. Use when the user asks "show me how Zapier works", "set up…

zapier/zapier-mcp · 121 tokens

top-one-percent

Teach any topic deeply from first principles and build evidence-based paths toward exceptional capability. Use when a user asks to understand, explain, learn, or deep-dive into a topic; asks why or how something works, why it matters, how alternatives compare, or what different perspectives reveal; requests current…

tamdogood/builder-essential-skills · 111 tokens

async-learning-teacher

Transform saved links, papers, articles, posts, videos, and reference collections into approachable AI teaching artifacts for later study. Use when a user wants to queue learning material, create a readable explanation from a source, teach a paper or post step by step, or run an interactive tutor that validates…

tamdogood/builder-essential-skills · 68 tokens