task-notification

task-notification is a skill for Claude Code, Codex from PSPDFKit-labs/pi-skills. It costs 85 tokens per session (2,116 once invoked), scanned B, original, no licence file.

A workflow that sends a desktop notification when pi finishes a task on macOS, Windows, or Linux. On first use, it asks which notification preference to use.

In plain words
What is it for?
Receiving notifications after coding tasks finish, with a preference to always notify, ask each time, or never notify.
Why use it?
It lets you know when a task is complete without repeatedly checking the computer.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

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.

agentmods
npx agentmods add skills/pspdfkit-labs/pi-skills/task-notification
Any agent
npx skills add PSPDFKit-labs/pi-skills --skill task-notification
Clone the repo
git clone --depth 1 https://github.com/PSPDFKit-labs/pi-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 task-notification

README.md
[![agentmods](https://agentmods.dev/badge/skills/pspdfkit-labs/pi-skills/task-notification.svg)](https://agentmods.dev/skills/pspdfkit-labs/pi-skills/task-notification)
Your own site
<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>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,116 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. Scan, not verified.
Origin unknown 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.00085 $0.02116
Opus 5 $0.00043 $0.01058
Sonnet 5 $0.00017 $0.00423
Haiku 4.5 $0.00009 $0.00212

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

Security

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.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/diagnose.mjs, scripts/notify.mjs, scripts/select-preference.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.

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
skills/task-notification/SKILL.md · 244 lines

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.

Read it on GitHub

Files

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.

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. 6d ago First seen · 244 lines · 85 tokens per session scan B b09b61cbd7fb

Subscribe to this mod's changes

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.

Related

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…

romiluz13/auto-pi · 84 tokens

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.

romiluz13/auto-pi · 64 tokens

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.

adampoit/ai · 69 tokens

khal

Read calendar events with the khal CLI. Use when the user asks about meetings, schedule, upcoming events, or calendar searches.

adampoit/ai · 31 tokens

notmuch

Search and read local email with the notmuch CLI. Use when the user asks to find messages, inspect threads, or review email tags.

adampoit/ai · 33 tokens

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".

romiluz13/auto-pi · 62 tokens