peon-ping-log

peon-ping-log is a skill for Claude Code from PeonPing/peon-ping. It costs 64 tokens per session (322 once invoked), scanned A, original, MIT.

A small exercise log that records completed push-ups or squats for the Peon Trainer. It updates the trainer's stored repetition count and can report progress.

In plain words
What is it for?
Use it to log push-ups or squats and, when requested, check the current training status.
Why use it?
It keeps exercise totals up to date from a simple number-and-exercise entry, while explaining what to enable if the trainer is turned off.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: reads .claude/ paths.

Good fit Use it to log push-ups or squats and, when requested, check the current training status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/peonping/peon-ping/peon-ping-log
About the project

PeonPing/peon-ping is a notification tool that alerts users with game-character voice lines and on-screen banners when an AI coding agent needs attention or finishes work. It helps people monitor terminal-based agents without constantly watching the terminal. Its catalogue add-ons configure or extend these notifications for coding agents and MCP clients.

PeonPing/peon-ping · 5,021 stars · on GitHub · peonping.com

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.

Any agent
npx skills add PeonPing/peon-ping --skill peon-ping-log
Clone the repo
git clone --depth 1 https://github.com/PeonPing/peon-ping

Made for: Claude Code.

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 peon-ping-log

README.md
[![agentmods](https://agentmods.dev/badge/skills/peonping/peon-ping/peon-ping-log.svg)](https://agentmods.dev/skills/peonping/peon-ping/peon-ping-log)
Your own site
<a href="https://agentmods.dev/skills/peonping/peon-ping/peon-ping-log"><img src="https://agentmods.dev/badge/skills/peonping/peon-ping/peon-ping-log.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 322 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00064 $0.00322
Opus 5 $0.00032 $0.00161
Sonnet 5 $0.00013 $0.00064
Haiku 4.5 $0.00006 $0.00032

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

Security

Grade A, and why

peon-ping-log 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 8d 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.

skills/peon-ping-log/SKILL.md · 43 lines

What it actually says

peon-ping-log

Log exercise reps for the Peon Trainer.

Usage

The user provides a number and exercise type. Run the following command using the Bash tool:

bash ~/.claude/hooks/peon-ping/peon.sh trainer log <count> <exercise>

Where:

  • <count> is the number of reps (e.g. 25)
  • <exercise> is pushups or squats

Examples

bash ~/.claude/hooks/peon-ping/peon.sh trainer log 25 pushups
bash ~/.claude/hooks/peon-ping/peon.sh trainer log 30 squats

Report the output to the user. The command will print the updated rep count and play a trainer voice line.

If trainer is not enabled

If the output says trainer is not enabled, tell the user to run /peon-ping-toggle or peon trainer on first.

Check status

If the user asks for their progress after logging, also run:

bash ~/.claude/hooks/peon-ping/peon.sh trainer status
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. 8d ago First seen · 43 lines · 64 tokens per session scan A a89adb051284

Subscribe to this mod's changes

peon-ping-log is a skill published in the GitHub repository PeonPing/peon-ping (5,021 stars, last pushed 8d ago), licensed MIT. It adds 64 tokens to every session and 322 once invoked, about $0.0003 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