wispterm-notify-setup

wispterm-notify-setup is a skill for Codex from xuzhougeng/wispterm. It costs 73 tokens per session (1,349 once invoked), scanned A, original, MIT.

A setup skill for installing or repairing WispTerm notifications for Claude Code and Codex. WispTerm is a terminal application, and these notifications show when an agent turn finishes or needs confirmation.

In plain words
What is it for?
Use it to configure notifications on a local macOS, Linux, or WSL shell, a PowerShell shell, or a saved WispTerm SSH connection.
Why use it?
It prevents completed work or approval requests from being easy to miss while you are working elsewhere. The setup can be safely run again when the notification configuration needs repair.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex.

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/xuzhougeng/wispterm/wispterm-notify-setup
Any agent
npx skills add xuzhougeng/wispterm --skill wispterm-notify-setup
Clone the repo
git clone --depth 1 https://github.com/xuzhougeng/wispterm

Made for: 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 wispterm-notify-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/xuzhougeng/wispterm/wispterm-notify-setup.svg)](https://agentmods.dev/skills/xuzhougeng/wispterm/wispterm-notify-setup)
Your own site
<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>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,349 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00073 $0.01349
Opus 5 $0.00036 $0.00674
Sonnet 5 $0.00015 $0.00270
Haiku 4.5 $0.00007 $0.00135

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

Security

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.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/install-wispterm-notify-remote.ps1, scripts/install-wispterm-notify.ps1, scripts/install-wispterm-notify.sh, …), 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.

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.

plugins/skills/wispterm-notify-setup/SKILL.md · 116 lines

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

  1. Determine the target from the user's words and WispTerm state.

    • If the user names an existing WispTerm tab/server/profile (for example CPU3), call terminal_list first and match by title/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 returned surface_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.
  2. 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.sh
      

      When targeting an already-open WSL surface, use wsl_session_exec to run commands in that surface. Do not use scp for WSL.

    • Local Windows PowerShell: copy the bundled PowerShell scripts directly to the Windows profile and run install-wispterm-notify.ps1 with powershell_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 via SSH_ASKPASS, and uses scp.exe/ssh.exe without connection sharing:

      powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\install-wispterm-notify-remote.ps1 -ProfileName "CPU3"
      

Read the full file on GitHub · 116 lines

Files

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.

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 · 116 lines · 73 tokens per session scan A 1a93e285d239

Subscribe to this mod's changes

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.

Related

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…

everettjf/liney · 195 tokens

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.

YoungLeadersDotTech/young-leaders-tech-marketplace · 44 tokens

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

stablyai/orca · 218 tokens

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…

stablyai/orca · 99 tokens

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…

stablyai/orca · 160 tokens

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…

stablyai/orca · 249 tokens