Ping banner
inprimex inprimex

Ping

Development community

Description

--- name: ping description: "Proactively notify the user via Telegram — use when you know you need input and can't rely on the Stop-hook heuristic catching it" model: haiku effort: low arguments: - name: message description: "What to tell the user (why they need to come back to the terminal)" required: true --- # /otaman:ping Post a Telegram notification to the user's phone immediately. Complements the automatic Stop-hook notification (which fires when a Claude response ends with `?`

Installation

Installs to ~/.claude/skills/inprimex-otaman-plugin-ping/SKILL.md

Terminal
mkdir -p ~/.claude/skills/inprimex-otaman-plugin-ping && curl -fsSL https://raw.githubusercontent.com/inprimex/otaman-plugin/HEAD/commands/ping.md -o ~/.claude/skills/inprimex-otaman-plugin-ping/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository