Agent Ping — AI skill for Claude Code
When your AI agent needs an answer or approval, it pings you and waits.
How to install Agent Ping
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Kevin-Liu-01/Agent-Ping and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agent Ping does
When your AI agent needs an answer or approval, it pings you and waits. One-file Python CLI — works from Cursor, Claude Code, Codex, and any shell.
Alternatives in AI
- Ante — Ghost in your shell 1.9k ★
- Iai Personal Memory Engine — A cyber brain for your AI 866 ★
- CoreCoder — Minimal AI coding agent (~1,400 LoC Python) inspired by Claude Code 616 ★
README
Agent Ping
Let any AI agent tap you on the shoulder.
Install · Verbs · Channels · MIT
When an agent is blocked and needs your approval, an answer, or a decision, it pings you through your normal notification settings and waits for your reply. No more coming back to a chat that has been idle for an hour because the agent was too polite to interrupt.
One file, no dependencies (Python 3.8+ standard library only), works from any agent that can run a shell command: **Cursor, Claude Code, Codex, OpenClaw, Hermes**, or your own scripts.
# the agent runs this and blocks until you tap a button on your Mac/Linux/Windows:
agentping confirm "Run the destructive migration on prod?" && ./migrate.sh
Why
Agents stall silently or, worse, guess. Both are bad. Agent Ping gives them a reliable out-of-band channel to you:
- Approval gates. Pause before anything risky or irreversible.
- Real questions. Get the one answer the agent genuinely cannot infer.
- Sign-off. "The long job finished; what next?"
- Away from the keyboard? Route the ping to your phone and reply from there.
The agent always calls the same four verbs. **You** decide where the ping lands: desktop, phone, Slack, or a command of your own. That indirection is the whole idea: the *notification linkup* lives in your config, not in the agent.
Install
**npm** (one command; gives you the `agentping` command):
npm install -g agentping
Agent Ping is one Python file, and the npm package is a thin launcher around it, so you need **Python 3.8+** on your `PATH` (point `AGENTPING_PYTHON` at a specific interpreter if `python3`/`python` isn't it). No Pyth
Related Skills
Aegis Shellguard
Aegis — the shell guard for AI coding agents. Destructive commands from Claude Code, Codex, or Cursor pause fo
Deterministic Agent Control Protocol
Governance gateway for AI agents — bounded, auditable, session-aware control with MCP proxy, shell proxy & HTT
Gentle Agent State
See which AI coding agent needs you — right in your tmux tab bar. A colored dot per window (working/blocked/id
Pixcode
Self-hosted AI coding agent control plane — Claude Code, Codex, Gemini CLI, Cursor, Qwen & OpenCode in one wor
AI Multi Instance
Local dashboard for running Claude Code, Codex CLI, Cursor Agent, custom commands, and shell sessions in paral
Agent Roadmap
Quick-and-dirty release roadmap for working with AI coding agents (Claude Code, Codex, Cursor). One HTML file
Related Agents
Async Code
Use Claude Code or CodeX CLI to perform multiple tasks in parallel with a Codex-style UI, functioning as a per
Monk Installer
Install, upgrade, and troubleshoot monk-agent plus Monk CLI/daemon for Claude, Codex, and Cursor users.
Local Review
Starts the local dev server, opens the browser, takes a screenshot, and waits for human approval before the ch