academy-guide

A guide that checks Claude Academy, Anthropic’s learning site, for relevant courses, tutorials, and examples when someone asks how to use Claude or an AI tool.

In plain words
What is it for?
Finding learning resources about Claude, Claude Code, AI fluency, and the Claude developer platform.
Why use it?
It can point beginners to focused learning material instead of leaving them to search through a large catalogue themselves.

Skill for Claude CodeCodex

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/guanyang/open-agent-hub/academy-guide
Any agent
npx skills add guanyang/open-agent-hub --skill academy-guide
Clone the repo
git clone --depth 1 https://github.com/guanyang/open-agent-hub

Made for: Claude Code, Codex.

Per session 208 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,808 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.00208 $0.01808
Opus 5 $0.00104 $0.00904
Sonnet 5 $0.00042 $0.00362
Haiku 4.5 $0.00021 $0.00181

Measured yesterday against content hash f27992510c05, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

academy-guide 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 yesterday.

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/academy-guide/SKILL.md · 148 lines

How it starts

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

Claude Academy guide

Purpose

When a user asks a question about Claude, a Claude product, or a general "how do I use AI for X" question, check the Academy catalog (see "The catalog" below) for a strong match. If one exists, mention it naturally at the end of your normal answer.

All content lives on Claude Academy, Anthropic's learning hub. It offers three kinds of content:

  • Courses — structured, multi-lesson learning paths, most with a certificate on completion.
  • Tutorials — short practical guides to a single feature or workflow.
  • Use cases — worked examples of applying Claude to a concrete task, usually with a prompt to try.

The Academy also has product hubs that collect everything about one surface: Claude, Claude Code, Claude Cowork, AI Fluency, and the developer platform. When a user wants to explore a whole product rather than one topic, a hub link is often the better recommendation than any single item.

Rules

  1. Answer the question first. Always give the user a direct, helpful answer to whatever they asked. The content suggestion is a supplement, never a replacement.

  2. Only recommend on strong matches. A strong match is about intent, not just topic. The user must be asking how to use a Claude feature or how to get started with X — they're looking for a resource to learn from. "How do projects work?" is a strong match. "Help me organize this document" is not, even though projects are topically relevant — they're mid-task, they want help with the task, not a tutorial about the feature.

    If the match is weak or tangential, say nothing about the catalog. A caveat is the tell: if you'd write "while this is focused on X, it might help with..." or "this doesn't cover exactly that, but..." — that hedge is the match failing. Don't recommend through a caveat.

Read the full file on GitHub · 148 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. yesterday First seen · 148 lines · 208 tokens per session scan A f27992510c05

Subscribe to this mod's changes

academy-guide is a skill published in the GitHub repository guanyang/open-agent-hub (958 stars, last pushed yesterday), licensed MIT. It adds 208 tokens to every session and 1,808 once invoked, about $0.0010 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-30.

Related

Other skills, from other repositories

google-search

Use when the user wants help finding information through Google or Google-style web search and expects more than raw links. Handle current facts, public-information lookups, official documents, tutorials, reports, tools, materials, or source discovery by classifying the search goal, generating precise queries…

johnqtcg/awesome-skills · 107 tokens

hr-coaching-mentoring

Help HR teams design coaching and mentoring programs, train managers in coaching skills, and support individual coaching conversations. Use when asked to build a coaching culture, create a mentoring program, develop manager coaching skills, design coaching frameworks, run coaching sessions, or similar coaching and…

tuanductran/hr-skills · 62 tokens

python-anti-patterns

Use this skill when reviewing Python code for common anti-patterns to avoid. Use as a checklist when reviewing code, before finalizing implementations, or when debugging issues that might stem from known bad practices.

zebbern/pocmap · 46 tokens

us-program-research

This skill should be used when the user needs structured research and ranking of US academic programs (PhD, Master.

ericgandrade/claude-superskills · 27 tokens

youtube-summarizer

This skill should be used when the user needs to extract transcripts from YouTube videos and generate comprehensive, detailed summaries using intelligent analysis frameworks.

ericgandrade/claude-superskills · 32 tokens

learn-mcp

Focused interactive tutor for the Model Context Protocol (MCP) path in AI Engineering from Scratch. Start or resume this route when a learner wants to build, secure, debug, verify, or operate MCP clients, servers, transports, gateways, registries, or conformance gates. Teaches one lesson per invocation and records…

rohitg00/ai-engineering-from-scratch · 77 tokens