ponytail-help

ponytail-help is a skill for Claude Code from Wenaixi/dsh-ponytail. It costs 56 tokens per session (843 once invoked), scanned A, original, MIT.

A quick reference card for the Ponytail set of commands, which focuses on using the simplest workable implementation. It explains the available modes and related commands in Chinese and English.

In plain words
What is it for?
Use it when you need the Ponytail commands, modes, activation rules, or exit instructions. It is a reference display rather than a coding or review task.
Why use it?
It lets users see how Ponytail behaves without changing settings, creating files, or saving anything. It also explains how to switch modes or turn the behavior off.

Skill for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: mentions Claude Code; mentions Codex; mentions OpenCode.

Good fit Use it when you need the Ponytail commands, modes, activation rules, or exit instructions. It is a reference display rather than a coding or review task.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wenaixi/dsh-ponytail/ponytail-help
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 Wenaixi/dsh-ponytail --skill ponytail-help
Clone the repo
git clone --depth 1 https://github.com/Wenaixi/dsh-ponytail

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 ponytail-help

README.md
[![agentmods](https://agentmods.dev/badge/skills/wenaixi/dsh-ponytail/ponytail-help/github.svg)](https://agentmods.dev/skills/wenaixi/dsh-ponytail/ponytail-help)
Your own site
<a href="https://agentmods.dev/skills/wenaixi/dsh-ponytail/ponytail-help"><img src="https://agentmods.dev/badge/skills/wenaixi/dsh-ponytail/ponytail-help/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ponytail-help

Your own site · 80×15
<a href="https://agentmods.dev/skills/wenaixi/dsh-ponytail/ponytail-help"><img src="https://agentmods.dev/badge/skills/wenaixi/dsh-ponytail/ponytail-help.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 843 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.
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.00056 $0.00843
Opus 5 $0.00028 $0.00421
Sonnet 5 $0.00011 $0.00169
Haiku 4.5 $0.00006 $0.00084

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

Security

Grade A, and why

ponytail-help 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 12d 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/ponytail-help/SKILL.md · 66 lines

What it actually says

Ponytail Help · 速查卡

被调用时展示此速查卡。一次性展示,不要切换模式、写 flag 文件或做任何持久化。

等级

等级 触发 变化
Lite /ponytail lite 按要求构建,但在同一行里点出更懒的替代方案。
Full /ponytail 强制走梯子:YAGNI → 标准库 → 原生 → 一行 → 最小实现。默认。
Ultra /ponytail ultra YAGNI 极端派,先删后加,在构建前先挑战需求本身。

等级会保持到被修改或会话结束。

技能

技能 触发 作用
ponytail /ponytail 懒人模式本体,用最简可用的解法。
ponytail-review /ponytail-review 过度设计评审:L42: yagni: 工厂只有一个产品,直接内联。
ponytail-audit /ponytail-audit 全仓过度设计审计:按可删行数排序的清单。
ponytail-debt /ponytail-debt 收割 ponytail: 捷径注释,生成待办台账。
ponytail-gain /ponytail-gain 实测收益看板:更少代码、更低成本、更快速度。
ponytail-help /ponytail-help 本卡片。

Codex 使用 @ponytail@ponytail-review@ponytail-help;Claude Code 与 OpenCode 使用上述斜杠形式(OpenCode 将六个技能均作为斜杠命令提供)。

退出

说「stop ponytail / 正常模式」即可退出,随时用 /ponytail 恢复。 /ponytail off 同样可用。

配置默认等级

默认等级为 full,每会话自动激活。修改方式:

环境变量(优先级最高):

export PONYTAIL_DEFAULT_MODE=ultra

配置文件~/.config/ponytail/config.json,Windows:%APPDATA%\ponytail\config.json):

{ "defaultMode": "lite" }

设为 "off" 可关闭会话启动时的自动激活,需要时再用 /ponytail 手动开启。

优先级:环境变量 > 配置文件 > full

更新

启用一次自动更新:打开 /plugin,进入 Marketplaces,选择 ponytail,开启 Enable auto-update。Claude Code 会在启动时拉取新版本(提示时执行 /reload-plugins)。手动刷新:/plugin marketplace update ponytail 然后 /reload-plugins

若无法识别 /plugin,说明 Claude Code 过旧,请先更新(npm install -g @anthropic-ai/claude-code@latestbrew upgrade claude-code)并重启。其他宿主请走各自的更新流程。

更多

完整文档与示例:https://github.com/DietrichGebert/ponytail

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. 12d ago First seen · 66 lines · 56 tokens per session scan A 22fda3987bbb

Subscribe to this mod's changes

ponytail-help is a skill published in the GitHub repository Wenaixi/dsh-ponytail (7 stars, last pushed 21d ago), licensed MIT. It adds 56 tokens to every session and 843 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-31.

Related

Other skills, from other repositories

dsh-web-skin-developer

Build a new skin for the dsh-web skin collection (DSH Web GUI) and publish it into the Skin Center — the first-level settings section — scaffold with scripts/dsh-skin-new, author the v2 skin.json manifest plus skin.css token remap (pure asset directory, no package.json, no build step), validate with scripts/dsh-skin…

zhu1090093659/dsh-web · 120 tokens

dsh-web-pet-developer

Create a pet for the dsh-pet plugin and integrate it into the dsh web GUI — author a v2 pet.json manifest plus an 8-column x 9-row atlas per the Codex/hatch-pet contract (live2d pets, voice packs and status decorations included), drop it into the pet-center user directory or contribute it as a built-in asset under…

zhu1090093659/dsh-web · 162 tokens

manage-taskboard

Manage work in the native DeepSeek Harness Taskboard with exact task ids and optimistic versions. Use when an Agent must inspect project work, claim an eligible todo, record progress or blockers, verify an implementation, submit it for human review, or release its own claim; also use when a human asks how to accept…

shengsheng90/DSH-taskboard · 88 tokens

company-research-method

A documented process for researching a company using supplied files and selected public sources. It produces a company overview with business details, sourced financial figures, and stated risks.

PerryLink/dsh-industry-research · 83 tokens

dsh-plugin-guide

Use when developing, reviewing, packaging, debugging, or answering questions about DeepSeek Harness (DSH) plugins — the plugin-based agent harness on vendored Cordis. Applies the official plugin-development constraints (plugin contract, cordis.yml layers, services/events/effects, tool DSL, bundles/profiles) backed by…

PerryLink/dsh-plugin-guide · 76 tokens

playlet-wechat-feed

A daily report of popular short-drama articles from WeChat public accounts, a Chinese publishing platform, grouped by story themes and accompanied by writing insights.

redfox-data/redfox-community-dsh · 269 tokens