tokenomics-handoff

tokenomics-handoff is a skill for Claude Code, Codex from slopstopper/tokenomics. It costs 77 tokens per session (1,690 once invoked), scanned A, original, no licence file.

A workflow guide for saving model-use tokens, which are units used to measure and pay for requests to AI models. It helps route tasks, write handoff instructions between sessions or agents, and update a usage record when work ends.

In plain words
What is it for?
Use it to choose a task’s work lane, create a handoff specification, check routing rules, and record the session’s token use.
Why use it?
It reduces repeated context and unclear handoffs when work moves between more and less expensive model options.

Skill for Claude CodeCodex

Part of the tokenomics plugin — 3 skills 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/slopstopper/tokenomics/tokenomics-handoff
Any agent
npx skills add slopstopper/tokenomics --skill tokenomics-handoff
Clone the repo
git clone --depth 1 https://github.com/slopstopper/tokenomics

Made for: Claude Code, Codex.

Or install tokenomics, the plugin that ships this one along with the rest of its 3 skills.

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 tokenomics-handoff

README.md
[![agentmods](https://agentmods.dev/badge/skills/slopstopper/tokenomics/tokenomics-handoff.svg)](https://agentmods.dev/skills/slopstopper/tokenomics/tokenomics-handoff)
Your own site
<a href="https://agentmods.dev/skills/slopstopper/tokenomics/tokenomics-handoff"><img src="https://agentmods.dev/badge/skills/slopstopper/tokenomics/tokenomics-handoff.svg" alt="Measured on agentmods" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,690 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00077 $0.01690
Opus 5 $0.00039 $0.00845
Sonnet 5 $0.00015 $0.00338
Haiku 4.5 $0.00008 $0.00169

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

Security

Grade A, and why

tokenomics-handoff 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 5d 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/tokenomics-handoff/SKILL.md · 132 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 5d ago First seen · 132 lines · 77 tokens per session scan A 30eb17b54f03

Subscribe to this mod's changes

tokenomics-handoff is a skill published in the GitHub repository slopstopper/tokenomics (5 stars, last pushed 1mo ago), with no licence file. It adds 77 tokens to every session and 1,690 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.

Related

Other skills, from other repositories

deep-execution

Executes agent-enhanced council queries as one Workflow of parallel Claude analyst agents that each query a provider, evaluate response quality, ask follow-up questions, and return a schema-enforced analysis with confidence ratings and blind spot analysis. Invoked when the --agents flag is used or when complex…

hex/claude-council · 66 tokens

update-lid

Configure or reconcile a project for linked-intent development (LID). Dispatches on project state — fresh bootstrap, append directives to an existing agent-instructions file (AGENTS.md or CLAUDE.md), add missing mode marker, reconcile convention drift, or run mode transitions. Invoked as /update-lid. For fresh…

jszmajda/lid · 105 tokens

map-codebase

Bootstrap LID in an existing (brownfield) codebase. Deep-reads every file in the declared scope, offers lens-based clustering options, generates skeleton LLDs/HLD/EARS bottom-up, then creates arrow docs and prompts the user to flesh out the skeletons. Token-intensive by design. Use when asked to map a codebase…

jszmajda/lid · 92 tokens

superbrain-distill

Internal SuperBrain skill — run by the detached capture child to distill a session-event delta into routed Obsidian notes. Not for direct user invocation.

m3talux/superbrain · 36 tokens

recursive-decomposition

Handle tasks that exceed the context window by decomposing them: size and filter the input, chunk it, run recursive sub-agents on independent parts, verify on small windows, and synthesise programmatically, following the Recursive Language Models (RLM) research by Zhang, Kraska and Khattab (2025). Use when a task…

massimodeluisa/recursive-decomposition-skill · 151 tokens

agent-definition-guide

创建、修改、删除或排查 DeterminFlow Agent Definition 时必须加载此技能;也适用于选择 agenttype、最小工具权限、Prompt 模板绑定、模型覆盖、Skill/Rule 可见分组、子会话可用性与 Workflow Agent 节点配置。.

alikon-art/DeterminFlow · 65 tokens