pipa-tools

pipa-tools is a skill for Claude Code, Codex from lunchpaillola/pipa-skills. It costs 40 tokens per session (311 once invoked), scanned A, original, MIT.

A router for standalone Pipa utilities, such as audio briefs, live voice huddles, reminders, and time-record management.

In plain words
What is it for?
Use it to choose the correct utility, identify required inputs and blockers, and require confirmation before sending reminders, publishing audio, starting huddles, or changing time records.
Why use it?
It helps direct small utility requests to the right tool without treating them as broader business work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to choose the correct utility, identify required inputs and blockers, and require confirmation before sending reminders, publishing audio, starting huddles, or changing time records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lunchpaillola/pipa-skills/pipa-tools
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-tools
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-tools

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/lunchpaillola/pipa-skills/pipa-tools"><img src="https://agentmods.dev/badge/skills/lunchpaillola/pipa-skills/pipa-tools.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 311 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.00040 $0.00311
Opus 5 $0.00020 $0.00156
Sonnet 5 $0.00008 $0.00062
Haiku 4.5 $0.00004 $0.00031

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

Security

Grade A, and why

pipa-tools 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 11d 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/pipa-tools/SKILL.md · 37 lines

What it actually says

Pipa Tools

Route standalone utilities without turning them into business lanes.

Tool Routes

  • Audio/listenable/phone-friendly brief -> pipa-audio-brief.
  • Live voice conversation or huddle -> pipa-huddle-beta.
  • One-shot self-email reminder -> pipa-follow-up-reminders.
  • Start/stop/switch/backfill/update/archive/summarize time records -> pipa-time-tracking.

Output Contract

  • Selected tool.
  • Why this is a utility instead of a business lane.
  • Required inputs and blockers.
  • Confirmation gate before publishing, reminders, huddles, or time-record changes.
  • Source/provenance when connected tools are used.

Boundaries

  • Business outcome requests route to the six business lane skills first.
  • Tool setup, connectors, automations, and company brain configuration go to pipa-manage.

Gotchas

  • brief this is not an audio brief unless audio/listenable/spoken/phone-friendly wording is explicit.
  • talk through is not a voice huddle unless live voice wording is explicit.
  • External writes, published audio pages, reminders, huddles, and time-record changes require the destination skill's confirmation gate.
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. 11d ago First seen · 37 lines · 40 tokens per session scan A f7b6a6c28c0c

Subscribe to this mod's changes

pipa-tools is a skill published in the GitHub repository lunchpaillola/pipa-skills (3 stars, last pushed 3d ago), licensed MIT. It adds 40 tokens to every session and 311 once invoked, about $0.0002 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