handoff-pneuma

handoff-pneuma is a skill for Claude Code, Codex from pandazki/pneuma-skills. It costs 117 tokens per session (3,053 once invoked), scanned A, original, MIT.

A handoff skill that sends the current task to Pneuma, a workspace with a viewer and editing agent for formats such as webpages, slides, diagrams, boards, and videos.

In plain words
What is it for?
It is for opening the current project in Pneuma to create or edit a webpage, presentation, diagram, document, board, or video.
Why use it?
It moves a task into a format-specific workspace when the work is easier to view and edit there.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument; mentions Claude Code; mentions Codex.

Good fit It is for opening the current project in Pneuma to create or edit a webpage, presentation, diagram, document, board, or video.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pandazki/pneuma-skills/handoff-pneuma
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 pandazki/pneuma-skills --skill handoff-pneuma
Clone the repo
git clone --depth 1 https://github.com/pandazki/pneuma-skills

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/pandazki/pneuma-skills/handoff-pneuma/github.svg)](https://agentmods.dev/skills/pandazki/pneuma-skills/handoff-pneuma)
Your own site
<a href="https://agentmods.dev/skills/pandazki/pneuma-skills/handoff-pneuma"><img src="https://agentmods.dev/badge/skills/pandazki/pneuma-skills/handoff-pneuma/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 handoff-pneuma

Your own site · 80×15
<a href="https://agentmods.dev/skills/pandazki/pneuma-skills/handoff-pneuma"><img src="https://agentmods.dev/badge/skills/pandazki/pneuma-skills/handoff-pneuma.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,053 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00117 $0.03053
Opus 5 $0.00059 $0.01527
Sonnet 5 $0.00023 $0.00611
Haiku 4.5 $0.00012 $0.00305

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

Security

Grade A, and why

handoff-pneuma scanned grade A with 1 finding 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 8d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

enc() { python3 -c 'import sys,urllib.parse;print(urllib.parse.quote(sys.argv[1]))' "$1"; }
templates/agent-commands/handoff-pneuma.skill.md · 251 lines

How it starts

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

You are routing the user's request to Pneuma — a co-creation workspace that spins up a domain-specific viewer (a deck, a webpage, a board, a diagram, a video, …) plus an editing agent. Your job in this skill is to collect the minimum information needed, then call pneuma handoff-from-external, which mints the session and returns a URL.

The user's request that triggered this skill — whatever they asked you to hand off or build in Pneuma — is your INTENT. If they invoked you with a bare $handoff-pneuma and no description, treat INTENT as empty and ask for it in step 1.

Stop here if you are already inside a Pneuma session

This skill is for external agents (Codex / Claude Code running in the user's normal terminal) that want to hand off TO Pneuma. It is not the path for one Pneuma session to hand off to another.

If the environment variable PNEUMA_SESSION_ID is set (check echo "${PNEUMA_SESSION_ID:-}"), you are running INSIDE a Pneuma session. Do not proceed with the steps below — running pneuma handoff-from-external here spawns a brand-new external session, leaves your current session alive in "thinking" forever, and confuses the user with a second window.

Instead, in one short reply tell the user:

I should use Smart Handoff inside Pneuma, not the external handoff-pneuma flow. Trigger Smart Handoff from the UI (or just let me wait for the <pneuma:request-handoff> tag) and I'll prepare the handoff via $PNEUMA_CLI handoff.

Then end the turn. Do not call any bash commands, do not invoke pneuma handoff-from-external, do not call pneuma handoff on your own — the source for <pneuma:request-handoff> is always the user clicking Smart Handoff in the UI.

Steps

  1. Resolve INTENT and any options from the user's request:
    • INTENT — free-form text describing what the user wants built. May be empty.
    • mode (e.g. webcraft, slide, diagram) — optional, if the user named one.
    • project vs. quick — optional. A project initializes the current folder as a Pneuma Project (persistent, multi-session); quick skips project setup (one-off session).

Read the full file on GitHub · 251 lines

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. 8d ago First seen · 251 lines · 117 tokens per session scan A 02942d31139f

Subscribe to this mod's changes

handoff-pneuma is a skill published in the GitHub repository pandazki/pneuma-skills (161 stars, last pushed 2d ago), licensed MIT. It adds 117 tokens to every session and 3,053 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories