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/xuzhougeng/wispterm/wispterm-notify-setupnpx skills add xuzhougeng/wispterm --skill wispterm-notify-setupgit clone --depth 1 https://github.com/xuzhougeng/wisptermWrote 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/xuzhougeng/wispterm/wispterm-notify-setup)<a href="https://agentmods.dev/skills/xuzhougeng/wispterm/wispterm-notify-setup"><img src="https://agentmods.dev/badge/skills/xuzhougeng/wispterm/wispterm-notify-setup.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.00073 | $0.01349 |
| Opus 5 | $0.00036 | $0.00674 |
| Sonnet 5 | $0.00015 | $0.00270 |
| Haiku 4.5 | $0.00007 | $0.00135 |
Grade A, and why
wispterm-notify-setup 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 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.
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 — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.
WispTerm Notify Setup
Overview
Install a small notifier that makes Claude Code and Codex surface a WispTerm notification (OSC 777 toast + terminal bell badge) when a turn finishes or a confirmation is needed. The notifier is agent-agnostic and the installers are idempotent — safe to re-run.
Workflow
-
Determine the target from the user's words and WispTerm state.
- If the user names an existing WispTerm tab/server/profile (for example
CPU3), callterminal_listfirst and match bytitle/kind. - If a saved SSH profile is named but no SSH tab is already open, call
ssh_profile_connect {"profile_name":"<name>"}and use the returnedsurface_id. - Never ask the user to re-provide SSH host/user/port/password when the target is an existing saved WispTerm profile. Ask only if the profile is missing or authentication fails.
- If the user names an existing WispTerm tab/server/profile (for example
-
Install using the target-specific transfer path.
-
Local POSIX / macOS / WSL: copy the bundled POSIX scripts directly to the target shell, then run:
sh ./install-wispterm-notify.shWhen targeting an already-open WSL surface, use
wsl_session_execto run commands in that surface. Do not usescpfor WSL. -
Local Windows PowerShell: copy the bundled PowerShell scripts directly to the Windows profile and run
install-wispterm-notify.ps1withpowershell_exec:powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\install-wispterm-notify.ps1 -
Remote saved SSH profile: use
scp, not pasted heredocs, to transfer the bundled POSIX scripts to the remote server, then run the POSIX installer in that SSH session. From Windows/WispTerm, prefer the bundled profile-aware helper because it reads%APPDATA%\wispterm\ssh_hosts, decodes the saved profile, supports saved-password profiles viaSSH_ASKPASS, and usesscp.exe/ssh.exewithout connection sharing:powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\install-wispterm-notify-remote.ps1 -ProfileName "CPU3"
-
What ships with it
7 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.
- agents/openai.yaml 275 B
- scripts/install-wispterm-notify-remote.ps1 5.9 KB runs code
- scripts/install-wispterm-notify.ps1 4.8 KB runs code
- scripts/install-wispterm-notify.sh 3.5 KB runs code
- scripts/test-install.sh 9.2 KB runs code
- scripts/wispterm-notify.ps1 3.1 KB runs code
- scripts/wispterm-notify.sh 3.2 KB runs code
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 · 116 lines · 73 tokens per session scan A 1a93e285d239
wispterm-notify-setup is a skill published in the GitHub repository xuzhougeng/wispterm (402 stars, last pushed today), licensed MIT. It adds 73 tokens to every session and 1,349 once invoked, about $0.0004 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-30.
Other skills, from other repositories
liney-cli
Use the Liney CLI (liney) to inspect or control a running Liney terminal workspace and the agent sessions it hosts. Liney runs several coding agents in parallel, each in its own pane/tab/worktree, so reach for this whenever the user wants to act on a pane other than the current one — check on, coordinate, read from…
terminal-setup-install
Idempotent macOS terminal installer for Ghostty, Oh My Zsh, Powerlevel10k, Glow, MesloLGS Nerd Font, plus optional markdown preview and clickable-path extras.
orchestration
Use Orca orchestration for structured multi-agent coordination: threaded messages, blocking ask/reply flows, task dispatch, workerdone/escalation waits, task DAGs, decision gates, or coordinator loops. Use orca-cli instead for full ownership handoffs, including requests phrased as "hand off", "handoff", "handover"…
computer-use
Use Orca's computer-use CLI for OS/window-level inspection and input in visible local app windows. Use when a task must read or operate a native app or an external browser window (for example, Chrome, Edge, or Safari) or an app webview. Do not use for Orca's embedded browser or page-only browser automation. Use…
linear-tickets
Use Orca's Linear CLI through orca linear ... commands to read linked ticket context with orca linear issue --current --full --json, post completion updates, move work forward through Linear workflow states, attach PR/MR links with orca linear attach --current --url --title "PR/MR link" --json, and triage Linear tasks…
orca-cli
Use the public orca CLI to operate Orca-managed worktrees, folder contexts, terminals, repos, automations, artifacts, skill sharing, worktree comments, and the browser embedded inside the Orca app. Use when the user says "$orca-cli", "use orca cli", "Orca worktree", "child worktree", "cardStatus", "spawn codex/claude…