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.
npx skills add lunchpaillola/pipa-skills --skill pipa-time-trackinggit clone --depth 1 https://github.com/lunchpaillola/pipa-skillsWrote 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.
[](https://agentmods.dev/skills/lunchpaillola/pipa-skills/pipa-time-tracking)<a href="https://agentmods.dev/skills/lunchpaillola/pipa-skills/pipa-time-tracking"><img src="https://agentmods.dev/badge/skills/lunchpaillola/pipa-skills/pipa-time-tracking/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.
<a href="https://agentmods.dev/skills/lunchpaillola/pipa-skills/pipa-time-tracking"><img src="https://agentmods.dev/badge/skills/lunchpaillola/pipa-skills/pipa-time-tracking.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00042 | $0.03299 |
| Opus 5 | $0.00021 | $0.01649 |
| Sonnet 5 | $0.00008 | $0.00660 |
| Haiku 4.5 | $0.00004 | $0.00330 |
Grade A, and why
pipa-time-tracking 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.
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.
How it starts
The opening of the file, as written. The whole thing — 305 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Pipa Time Tracking
User time-tracking req -> Pipa creds -> generic time_tracking/time_entry utility records.
CRITICAL: Use only Toggl-style time entries via generic Pipa agent utility records API. Do not use Clockify, Toggl, screenshots, payroll, invoicing, productivity scoring, passive activity reconstruction, or /v1/time-tracking/* wrapper endpoints.
Keep short todo list: mode, creds, missing question, payload validation, API call, final response.
Workflow
-
Pick mode. Choose exactly one.
- Start timer: "start tracking this", "start timer for Acme", "track time on frontend fixes" -> start.
- Switch work: "switch to Acme QA" -> switch.
- Stop current timer -> stop.
- Ask what is running -> current.
- Log past time: "log 45 minutes from 9 to 9:45" -> backfill.
- Show entries / summarize time -> review.
- Update/delete/cancel/archive entry -> update/archive.
- Buy credits/top up, check credit balance, or mutating req fails with
insufficient_credits-> top-up. - Payroll, invoicing, screenshots, passive reconstruction, external tracker sync, recurring timers, auto idle detection -> explain V1 unsupported, stop.
If conversation already has successful API response and user asks about that result, answer from known response. Do not call unsupported reporting endpoints.
-
Load creds. Required before API calls:
PIPA_API_BASE_URLPIPA_API_KEYPIPA_EMAILPIPA_USER_TIMEZONE
Aliases:
PIPA_FOLLOW_UP_API_KEY->PIPA_API_KEYPIPA_FOLLOW_UP_EMAIL->PIPA_EMAIL- If canonical and alias values both exist in the same source, canonical wins.
Lookup order:
- Gateway-injected values.
- Env vars.
- Repo-local
.pipa/credentials. - User-global
~/.pipa/credentials.
Hidden-path rule:
- Do not trust glob/file-search for
.pipa/credentials; hidden dirs can be skipped/mishandled. - Check explicit paths directly:
<workspace-root>/.pipa/credentials, then~/.pipa/credentials. - Shell helper: resolve root from cwd or
git rev-parse --show-toplevel; readPath(root) / ".pipa" / "credentials". No files foundfrom glob for.pipa/credentialsis inconclusive. Direct-read before asking user for creds.
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.
- 12d ago First seen · 305 lines · 42 tokens per session scan A 265b9c988fd5
pipa-time-tracking is a skill published in the GitHub repository lunchpaillola/pipa-skills (3 stars, last pushed 3d ago), licensed MIT. It adds 42 tokens to every session and 3,299 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.
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.
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…
anti-sleep
Keep a Mac awake with caffeinate during long builds, downloads, or supervised automation runs.
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.
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…
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.