用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/oyi77/1ai-skills --skill help命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Android and mobile application security testing — emulators, rooting, traffic interception, dynamic instrumentation. Use when testing mobile apps for vulnerabilities, reversing APKs, or bypassing security controls on Android.
Self-reflection + Self-criticism + Auto-learning from corrections + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when working with self improving.
Plan and execute a comprehensive red team engagement covering reconnaissance through post-exploitation using MITRE ATT&CK-aligned TTPs to evaluate an organization's detection and response capabilities. Use when working with conducting full scope red team engagement.
基于 SOC 职业分类
正在显示 SKILL.md
| name | help |
| description | Use when quick reference for ponytail modes, skills, and commands. One-shot display. |
| domain | mindset |
| author | oyi77 |
| license | Apache-2.0 |
| subdomain | mindset |
| tags | ["help","mindset","ponytail","reference"] |
| version | 1.0.0 |
One-shot display of ponytail modes, key commands, and skill discovery. Never changes mode, writes files, or persists anything. Pure reference.
Help mode prints a concise reference card covering all four ponytail modes (audit, debt, review, help) and their commands, options, and output formats. It is the fastest way to learn the tools without reading the full parent skill. Designed for the moment you know what you want to do but cannot remember the exact flag.
Scope: session only. Output: reference card. Best outcome: developer finds the answer in 5 seconds.
ponytail help — prints the full reference cardponytail help --mode audit — shows only audit commandsponytail help --examples — includes usage examples for each modeponytail help # full reference card
ponytail help audit # specific mode details
ponytail help --json # machine-readable output for tooling
~ ponytail commands ~
audit — Ranked list of what to delete/simplify repo-wide
debt — Collect ponytail: comments into a tracked ledger
help — This reference card
review — One-line-per-finding diff over-engineering check
Options:
--path <dir> Scope to directory
--diff <text> Diff text for review
--output <file> Write results to file
--stdin Read input from stdin
--scan Scan mode for debt
--rank-by-impact Sort audit findings by LOC savings
--require-no-findings Fail review if any issues found
Use when quick reference for ponytail modes, skills, and commands. One-shot display.
Execute these steps sequentially:
ponytail help — prints the full reference cardponytail help --mode audit — shows only audit commandsponytail help --examples — includes usage examples for each mode| Rationalization | Reality |
|---|---|
| "I'll just read the source" | Help is faster than grepping source. It is the single entry point — use it first |
| "I already know the commands" | Flags change, options get added. A 5-second help check prevents stale assumptions |
| "I can guess the flag names" | --rank-by-impact vs --sort-by-size — guessing wastes more time than reading help once |