Borrowing it
Nothing to install: this file belongs to d4551/piratebao. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/d4551/piratebao/main/.opencode/skills/piratebao-help/SKILL.mdgit clone --depth 1 https://github.com/d4551/piratebaoWrote 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.
[](https://agentmods.dev/skills/d4551/piratebao/piratebao-help)<a href="https://agentmods.dev/skills/d4551/piratebao/piratebao-help"><img src="https://agentmods.dev/badge/skills/d4551/piratebao/piratebao-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.
<a href="https://agentmods.dev/skills/d4551/piratebao/piratebao-help"><img src="https://agentmods.dev/badge/skills/d4551/piratebao/piratebao-help.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00056 | $0.00735 |
| Opus 5 | $0.00028 | $0.00367 |
| Sonnet 5 | $0.00011 | $0.00147 |
| Haiku 4.5 | $0.00006 | $0.00073 |
Grade A, and why
piratebao-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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PirateBao Help
Display this reference card when invoked. One-shot — do NOT change mode, write flag files, or persist anything. Output in PirateBao style.
Modes
| Mode | Trigger | What change |
|---|---|---|
| Skiff | /piratebao skiff |
Drop filler. Keep sentence structure. |
| Brig | /piratebao brig |
Drop articles, filler, pleasantries, hedging. Fragments OK. |
| Kraken | /piratebao or /piratebao kraken |
Default. Extreme compression. Bare fragments. Tables over prose. |
| Jade-Skiff | /piratebao jade-skiff |
Classical Chinese style, light compression. |
| Jade-Brig | /piratebao jade-brig |
Complete 文言文. Maximum classical terseness. |
| Jade-Kraken | /piratebao jade-kraken |
Extreme. Ancient scholar on a budget. |
| Nihon-Skiff | /piratebao nihon-skiff |
Modern Japanese, light compression. |
| Nihon-Brig | /piratebao nihon-brig |
Modern Japanese, terse business register. |
| Nihon-Kraken | /piratebao nihon-kraken |
Modern Japanese, maximum compression. |
| Swiss-Skiff | /piratebao swiss-skiff |
Swiss German, light compression. |
| Swiss-Brig | /piratebao swiss-brig |
Swiss German, terse dialect style. |
| Swiss-Kraken | /piratebao swiss-kraken |
Swiss German, maximum compression. |
Mode stick until changed or session end.
Skills
| Skill | Trigger | What it do |
|---|---|---|
| piratebao-commit | /piratebao-commit |
Terse commit messages. Conventional Commits. ≤50 char subject. |
| piratebao-review | /piratebao-review |
One-line PR comments: L42: bug: user null. Add guard. |
| piratebao-compress | /piratebao:compress <file> |
Compress .md files to piratebao prose. Current eval gate: 77% avg saved. |
| piratebao-help | /piratebao-help |
This card. |
Deactivate
Say "stop PirateBao" or "normal mode". Resume anytime with /piratebao.
Configure Default Mode
Default mode = kraken. Change it:
Environment variable (highest priority):
export PIRATEBAO_DEFAULT_MODE=kraken
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.
- 10d ago First seen · 66 lines · 56 tokens per session scan A 1f1e2f79f639
piratebao-help is a skill published in the GitHub repository d4551/piratebao (4 stars, last pushed 1mo ago), licensed MIT. It adds 56 tokens to every session and 735 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.
Other skills, from other repositories
skillpack-creator
Create a reusable SkillPack from a successful completed task. Use when the user wants to convert a one-off research, coding, analysis, or content workflow into a distributable local SkillPack with skillpack.json, local skills under skills/, starter prompts, start scripts, and an optional zip package.
skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
omd-grill
A structured questioning process for testing an unfinished technical plan before it becomes a fixed design or implementation task. It separates facts to verify, technical choices the agent can make, and decisions that require the project owner.
meta-config-stack-detect
Inspect a codebase, a stack the user describes, or a description of what they want to build; map what is there to agents-inc catalog skills — or intent to candidate built-in stacks the user picks from — and emit a SeedPayload plus a human-readable proposal report. Use when seeding a configuration for a project that…
meta-design-composable-components
Composable component APIs — parts, state, polymorphism.
ai-infrastructure-ollama
Local LLM inference with the Ollama JavaScript client -- chat, streaming, tool calling, vision, embeddings, structured output, model management, and OpenAI-compatible endpoint.