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 agentmods add skills/pspdfkit-labs/pi-skills/task-notificationnpx skills add PSPDFKit-labs/pi-skills --skill task-notificationgit clone --depth 1 https://github.com/PSPDFKit-labs/pi-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/pspdfkit-labs/pi-skills/task-notification)<a href="https://agentmods.dev/skills/pspdfkit-labs/pi-skills/task-notification"><img src="https://agentmods.dev/badge/skills/pspdfkit-labs/pi-skills/task-notification.svg" alt="Measured on agentmods" 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.00085 | $0.02116 |
| Opus 5 | $0.00043 | $0.01058 |
| Sonnet 5 | $0.00017 | $0.00423 |
| Haiku 4.5 | $0.00009 | $0.00212 |
Grade B, and why
task-notification scanned grade B with 2 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 6d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
| Linux (Debian/Ubuntu) | `notify-send` → `gdbus` fallback | `sudo apt install libnotify-bin` | Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
`System.Windows.Forms.NotifyIcon` balloon tip. Uses `spawnSync` with The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 6d ago First seen · 244 lines · 85 tokens per session scan B b09b61cbd7fb
task-notification is a skill published in the GitHub repository PSPDFKit-labs/pi-skills (17 stars, last pushed 3mo ago), with no licence file. It adds 85 tokens to every session and 2,116 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
bearings
Generate a "pick up where I left off" status report across all active Pi sessions. Use when the user asks for bearings, a status report, morning brief, catch-up, "where did I leave off", or "what's in the works". Reads live session state, composes a scannable 4-section digest, and writes a dated report to…
decision-hold-lifecycle
Never lose an unresolved decision. Use when work discovers an open question that needs the user's input, before declaring that work complete. Persists decisions to /.pi/agent/decisions.json so they survive compaction and session restarts. Inspired by FirstMate's decision-hold-lifecycle.
tmux-interactive-processes
Use tmux instead of background bash for long-running, interactive, inspectable, or user-attachable terminal processes. Use for development servers, watch-mode tests, REPLs, debuggers, interactive CLIs, log tailing, and commands that may run indefinitely or need later input/inspection.
khal
Read calendar events with the khal CLI. Use when the user asks about meetings, schedule, upcoming events, or calendar searches.
notmuch
Search and read local email with the notmuch CLI. Use when the user asks to find messages, inspect threads, or review email tags.
setup-maintenance
Maintain and improve a Pi coding agent setup over time — prevent drift AND find new leverage. Use when auditing setup health, before adding a package/extension, before publishing, or when asked "is my setup healthy" / "audit my setup" / "how do I keep this sharp".