AgentSkillsCN

chippery-mode

设置或查看当前的 Chippery 令牌保存模式——均衡模式、均衡增强模式、节俭模式。

SKILL.md
--- frontmatter
name: chippery-mode
description: Set or view the current Chippery token-saving mode (balanced, balanced-pro, frugal)
disable-model-invocation: true
allowed-tools: Bash

Token Mode Manager

Set or view the current token-saving mode.

Usage

View current mode:

bash
cat ~/.chippery/mode 2>/dev/null || echo "balanced"

Set mode:

bash
~/.claude/skills/chippery-mode/scripts/set-mode.sh $ARGUMENTS

Available Modes

ModeBehaviorLicense
balancedStandard exploration, soft nudges on code readsFree
balanced-proConcise responses, stronger nudgesPro
frugalMinimal tokens, blocks raw code readsPro

Examples

  • /chippery-mode - Show current mode
  • /chippery-mode balanced - Set to balanced (free tier)
  • /chippery-mode balanced-pro - Set to balanced-pro (requires Pro license)
  • /chippery-mode frugal - Set to frugal (requires Pro license)

Pro Modes

balanced-pro and frugal modes require a Pro license. If you try to set a Pro mode without a license, it will tell you and fall back to balanced.

To unlock Pro modes, run /chippery-activate <your-license-key>.