peon-ping-log

Log pushup or squat repetitions via the Peon Trainer Bash script.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/paulovictor237/PeveAgent --skill peon-ping-log-paulovictor237
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: peon-ping-log
Source: https://github.com/paulovictor237/PeveAgent/tree/main/.agents/skills/peon-ping-log
Command: npx skills add https://github.com/paulovictor237/PeveAgent --skill peon-ping-log-paulovictor237

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tracking exercise repetitions manually can be tedious and error‑prone. This skill lets users instantly log pushup or squat reps to the Peon Trainer, keeping a reliable record.

Core Features & Use Cases

  • Log Reps: Users provide a number and either “pushups” or “squats”; the skill runs the Peon Trainer logging script to update the count.
  • Check Progress: Users can ask for their current progress, prompting the skill to run the trainer status command.
  • Enable Trainer: If the trainer is disabled, the skill advises the user to activate it with the appropriate toggle command.

Quick Start

Ask the assistant to log 25 pushups using “/peon-ping-log 25 pushups”.

Frequently Asked Questions about peon-ping-log

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log pushups and squats using a command line tracker?

To log pushups and squats, you provide a rep count and exercise type to execute the Peon Trainer Bash logging script, instantly updating your repetition record. The skill requires the Peon Trainer to be enabled.

How can I check my pushup and squat progress history?

You can check your pushup and squat progress by prompting the skill to run the Peon Trainer status command, which retrieves your current repetition counts. This requires the trainer to be active.

Do I need to install anything to track exercise reps with Bash?

You need to enable the Peon Trainer and have the Bash script located at ~/.claude/hooks/peon-ping/peon.sh available. If the trainer is disabled, the skill will advise you to activate it using a toggle command.

What's the best way to record bodyweight exercise repetitions automatically?

Recording bodyweight exercise repetitions is best handled by executing the Peon Trainer logging script via Bash, which takes a rep count and exercise name to reliably update your fitness progress record.

Why does my command to record squats not work?

Your command to record squats may not work if the Peon Trainer is disabled. You must enable the trainer using its toggle command, and ensure the Bash script at ~/.claude/hooks/peon-ping/peon.sh is properly installed.