fable

fable is a skill for Claude Code from tdimino/claude-code-minoan. It costs 65 tokens per session (2,899 once invoked), scanned A, original, MIT.

A skill for calling a separate Claude Fable 5 model when it is available and suitable for a task. It checks availability, model settings, and whether the task justifies the cost.

In plain words
What is it for?
Use it to route long or demanding tasks to Claude Fable 5, or to use another configured model through the command line when required.
Why use it?
It prevents failed calls when the model is unavailable and helps avoid sending routine work to a more expensive model.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: reads .claude/ paths; mentions subagents; positional $N argument.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/tomdimino/Desktop/Programming/Fable-Test.

Good fit Use it to route long or demanding tasks to Claude Fable 5…

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code.

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 fable

README.md
[![agentmods](https://agentmods.dev/badge/skills/tdimino/claude-code-minoan/fable.svg)](https://agentmods.dev/skills/tdimino/claude-code-minoan/fable)
Your own site
<a href="https://agentmods.dev/skills/tdimino/claude-code-minoan/fable"><img src="https://agentmods.dev/badge/skills/tdimino/claude-code-minoan/fable.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,899 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.00065 $0.02899
Opus 5 $0.00032 $0.01450
Sonnet 5 $0.00013 $0.00580
Haiku 4.5 $0.00006 $0.00290

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

Security

Grade A, and why

fable 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/fable-exec.sh, scripts/fable-probe.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/core-development/fable/SKILL.md · 189 lines

How it starts

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

Summon Fable 5 (or Opus 5)

Invoke Naos (ναός, √n-w-y)—Claude Fable 5, the visiting Mythos-class spirit—or, with --opus, Claude Opus 5 at half the cost and no availability window.

Model Selection

Parse the arguments before any pre-flight check: --opus selects claude-opus-5; its absence selects claude-fable-5. Every step below branches on that choice.

Fable 5 (default) Opus 5 (--opus)
Model ID claude-fable-5 claude-opus-5
Agent tool alias fable opus
Pricing $10/M in, $50/M out $5/M in, $25/M out
Context / max output 1M / 128K 1M / 128K
Availability permanent subscription access since 2026-07-20—probe anyway generally available—no probe
Lane A subagent fable (Naos persona) claude (no daimon persona)
Output file .subdaimon-output/fable-*.md .subdaimon-output/opus-*.md

claude-opus-5 is the complete model ID—it takes no date suffix, and 1M context is both its default and its maximum, so there is no separate long-context variant to request.

Pre-Flight Checks

1. Availability Probe (Fable only)

Skip this entirely in Opus mode—Opus 5 is generally available, so a probe burns tokens on a foregone answer.

Fable 5 has been permanently included in Max/Team Premium subscriptions since July 20, 2026 (at 50% of plan usage limits)—but its history (export-control pause June 2026, restored July 1, extended twice, made permanent July 20) is exactly why availability is probed empirically, never assumed:

bash ~/.claude/skills/fable/scripts/fable-probe.sh

The verdict is three-way, and only definitive verdicts are cached per-day in ~/.claude/cache/fable-availability.json:

  • Exit 0—available. Proceed.
  • Exit 1—confirmed unavailable: the CLI affirmatively denied access, or another model answered the probe. Say so, and offer --opus as the standing alternative rather than stopping cold. If the user disputes a cached verdict, re-probe with --force.
  • Exit 2—probe error (empty reply, transient CLI failure): indeterminate and never cached. Do NOT reroute to Opus on this—proceed with Lane B, which attempts Fable regardless and self-verifies via the MODEL: line, with its own fallback on genuine failure.

Read the full file on GitHub · 189 lines

Files

What ships with it

3 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 Changed · +73 lines · +21 tokens per session f8129dcee8d7
  2. 7d ago First seen · 116 lines · 44 tokens per session scan A 5974756e0926

Subscribe to this mod's changes

fable is a skill published in the GitHub repository tdimino/claude-code-minoan (41 stars, last pushed 2d ago), licensed MIT. It adds 65 tokens to every session and 2,899 once invoked, about $0.0003 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

manager

A session-to-GitHub tracker that creates, updates, and reads issues across repositories, including their labels, parent epics, and project-board placement.

serejaris/personal-corp-os · 63 tokens

weekly-retro

A structured weekly retrospective for a one-person business run with AI agents. It gathers evidence from code, project tools, and canonical business files, then records findings and outcomes.

serejaris/personal-corp-os · 49 tokens

art-director

Orchestrate iterative visual style searches with branch prompts, decision graphs, feedback loops, and final direction selection.

serejaris/personal-corp-os · 26 tokens

corp-doctor

A guided maintenance and setup tool for a Personal Corp system, meaning a business workflow built from AI agents, department repositories, and shared rules. It checks what exists before making changes.

serejaris/personal-corp-os · 102 tokens

html-draft

Use when user wants a standalone HTML diagram in flat engineering blueprint style — architecture diagrams, system flows, technical spec sheets, component maps. Generates one HTML file using Tailwind v4 (browser CDN) for layout and D3 v7 (CDN) for SVG diagrams. User-invoked only — do NOT auto-trigger. Triggers on…

serejaris/personal-corp-os · 130 tokens

idea

Use when capturing ONE new idea the user voices and wants recorded — "save this idea", "I have an idea", "log this idea", "/idea", "idea: ...". Creates a provenance-tracked folder (one folder per idea) in your ideas repo, dedups against an index, optionally mirrors to a GitHub Project view filtered by label:idea. NOT…

serejaris/personal-corp-os · 135 tokens