peon-ping-use

Sets a specific character voice pack for the current Claude Code chat session via hooks and JSON edits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Users cannot easily assign a specific character voice to a Claude Code chat session, forcing them to rely on the default or random voice rotation.

Core Features & Use Cases

  • Voice Pack Selection: Choose a specific pack such as GLaDOS, Peon, or Kerrigan for the current conversation.
  • Session Override: Enables session_override mode so the chosen voice persists for the active session only.
  • Fallback Manual Procedure: Provides step‑by‑step instructions to achieve the same result if the hook fails.

Quick Start

Ask the assistant to set the voice pack by saying “/peon-ping-use glados” for this chat.

Frequently Asked Questions about peon-ping-use

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

FAQPage Schema
How do I set a specific character voice for a Claude Code chat session?

Setting a specific character voice for Claude Code involves enabling session_override mode by updating config.json and mapping the session ID to the chosen pack in .state.json. This overrides the default random rotation for the active chat session only.

Can I override the default voice rotation in Claude Code with a character pack like GLaDOS or Kerrigan?

Yes, you can override the default voice rotation in Claude Code with packs like GLaDOS, Peon, or Kerrigan. The Skill uses hook scripts to validate pack existence and modify configuration files, ensuring the chosen voice persists for the active session only.

How do I configure chat customization to use a voice pack without consuming model tokens?

Chat customization with a voice pack avoids consuming model tokens by relying on hook scripts instead of model inference. The scripts validate pack existence, modify config.json to enable session_override, and update .state.json to map the session ID to the selected pack.

What happens if the hook script fails to apply the character voice pack in Claude Code?

If the hook script fails to apply the character voice pack, a fallback manual procedure is available. This provides step-by-step instructions to directly modify config.json and .state.json to achieve the same session override result.