pipa-huddle-beta

pipa-huddle-beta is a skill for Claude Code, Codex from lunchpaillola/pipa-skills. It costs 105 tokens per session (1,857 once invoked), scanned A, original, MIT.

A beta feature for starting a live voice conversation with Pipa or the current agent, with the agent's available context. It can also prepare a short handoff for continuing the work afterward.

In plain words
What is it for?
Use it for voice planning, walking through active work, discussing a problem out loud, or handing spoken-session decisions back into the next execution step.
Why use it?
It lets you think through work aloud when typing is inconvenient or when a spoken discussion is more natural. The workflow also makes session limits, context retention, and blockers explicit.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions OpenCode.

Good fit Use it for voice planning, walking through active work, discussing a problem out loud, or handing spoken-session decisions back into the next execution step.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/lunchpaillola/pipa-skills/pipa-huddle-beta"><img src="https://agentmods.dev/badge/skills/lunchpaillola/pipa-skills/pipa-huddle-beta.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,857 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.00105 $0.01857
Opus 5 $0.00053 $0.00928
Sonnet 5 $0.00021 $0.00371
Haiku 4.5 $0.00011 $0.00186

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

Security

Grade A, and why

pipa-huddle-beta 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 12d ago.

The scan reads SKILL.md. This mod also ships 9 executable files (cloudflare/hosted-session-template.mjs, cloudflare/worker-lifecycle.test.mjs, cloudflare/worker.mjs, …), 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/pipa-huddle-beta/SKILL.md · 137 lines

How it starts

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

Pipa Huddle Beta

Start a voice huddle with the user's current agent so they can talk through work out loud.

Output goal: start the hosted voice bridge, state context and retention clearly, and optionally produce a concise continuation handoff.

Communication style contract: apply ~/.pipa/communication-style.md when present; otherwise apply skills/pipa/references/communication-style.md when available. Presentation preferences never override this skill's workflow, output contract, privacy rules, or start gates.

Workflow

Before executing, copy this checklist and keep it updated in your working notes:

Voice Session Progress
- [ ] Step 1 complete: intent and voice-session scope confirmed
- [ ] Step 2 complete: available agent context and session limits stated
- [ ] Step 3 complete: local OpenCode voice bridge availability checked
- [ ] Step 4 complete: browser voice session started or blocker returned
- [ ] Step 5 complete: session notes synthesized without treating raw transcript as durable state
- [ ] Step 6 complete: optional handoff produced when the user wants to continue execution

Step 1: Confirm Intent

Use this skill when the user asks to talk with Pipa or the active agent by voice, including hosted or relay-backed sessions from another browser. Route audio artifacts to pipa-audio-brief, human video meetings elsewhere, and realtime voice coding or spoken approvals to a clear scope blocker.

Step 2: Frame The Session Contract

Follow references/session-contract.md.

At session start, state:

  • which agent/context is available
  • what the voice session can do now
  • what it cannot do in V1
  • whether raw audio/transcript is transient or saved

Do not imply that voice mode is a separate agent brain. The voice session is an interaction layer over the current agent context.

Step 3: Start The Local OpenCode Voice Bridge

Follow references/transport-prototype.md, references/hosted-relay.md, references/template-contract.md, and references/privacy-and-retention.md.

Read the full file on GitHub · 137 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. 12d ago First seen · 137 lines · 105 tokens per session scan A 9feb142c1abb

Subscribe to this mod's changes

pipa-huddle-beta is a skill published in the GitHub repository lunchpaillola/pipa-skills (3 stars, last pushed 3d ago), licensed MIT. It adds 105 tokens to every session and 1,857 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

obsidian-bases

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

lunchpaillola/lola-opencode · 63 tokens

obsidian-cli

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their…

lunchpaillola/lola-opencode · 102 tokens

anti-sleep

Keep a Mac awake with caffeinate during long builds, downloads, or supervised automation runs.

sickn33/agentic-awesome-skills · 22 tokens

minimal-code-discipline

YAGNI-ladder coding discipline for writing changes — existence-first, reuse before writing, dependency ladder, shortest correct diff, with non-negotiables that must never be minimized away.

Yeachan-Heo/oh-my-claudecode · 41 tokens

workflow

Use when a task is too large for turn-by-turn orchestration and should run through the big-task workflow lane: system-wide changes, large migrations, repo-wide audits, high-confidence verification, or tasks explicitly asking to run a workflow. Claude Code uses native dynamic workflows; Codex, OpenCode, and Grok use…

jeremylongshore/tons-of-skills-marketplace · 101 tokens

give-me-tips

Explains any senpi tip in depth, including Tip: lines in the TUI. Use when the user asks about a tip, what a tipped feature does, or which tips they can see.

code-yeongyu/oh-my-openagent · 45 tokens