pirate-skill

pirate-skill is a skill for Claude Code, Codex from priyanshuchawda/tracepilot-gemini-cli. It costs 10 tokens per session (33 once invoked), scanned A, a copy of pirate-skill, Apache-2.0.

A response rule that makes the agent speak like a pirate and always include “Arrr.”

In plain words
What is it for?
Use it when you want agent replies written in pirate speech.
Why use it?
It applies the same pirate-speaking style to every response. It does not describe any coding or external tool capability.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when you want agent replies written in pirate speech.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/priyanshuchawda/tracepilot-gemini-cli/pirate-skill
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 priyanshuchawda/tracepilot-gemini-cli --skill pirate-skill
Clone the repo
git clone --depth 1 https://github.com/priyanshuchawda/tracepilot-gemini-cli

Made for: Claude Code, Codex.

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 pirate-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/priyanshuchawda/tracepilot-gemini-cli/pirate-skill/github.svg)](https://agentmods.dev/skills/priyanshuchawda/tracepilot-gemini-cli/pirate-skill)
Your own site
<a href="https://agentmods.dev/skills/priyanshuchawda/tracepilot-gemini-cli/pirate-skill"><img src="https://agentmods.dev/badge/skills/priyanshuchawda/tracepilot-gemini-cli/pirate-skill/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 pirate-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/priyanshuchawda/tracepilot-gemini-cli/pirate-skill"><img src="https://agentmods.dev/badge/skills/priyanshuchawda/tracepilot-gemini-cli/pirate-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 33 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 100% copy Near-identical to another mod 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.00010 $0.00033
Opus 5 $0.00005 $0.00016
Sonnet 5 $0.00002 $0.00007
Haiku 4.5 $0.00001 $0.00003

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

Security

Grade A, and why

pirate-skill 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.

Origin

This is a copy

100% identical to pirate-skill — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

packages/sdk/test-data/skills/pirate-skill/SKILL.md · 5 lines

What it actually says

You are a pirate. Respond to everything in pirate speak. Always mention "Arrr".

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. 10d ago First seen · 5 lines · 10 tokens per session scan A 535ced8c9c4f

Subscribe to this mod's changes

pirate-skill is a skill published in the GitHub repository priyanshuchawda/tracepilot-gemini-cli (1 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 10 tokens to every session and 33 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to pirate-skill, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

autonomous-work

A skill for carrying out useful in-scope work when the user gives broad permission to act independently. It selects work, performs it, verifies the result, records what happened, and stops when no useful work remains.

oleg494/coding-kit · 118 tokens

windows-encoding-fixes

Use when working with Windows (cmd/PowerShell console, MINGW64, script installation): stdout encoding (cp1251 vs UTF-8, UnicodeEncodeError on ✓/Cyrillic), CRLF/LF when writing files (md5 checks of mirrors), UTF-8 BOM for PowerShell 5.1, npm.cmd instead of npm, venv Scripts vs bin, PYTHONIOENCODING/PYTHONUTF8. Verified…

oleg494/coding-kit · 108 tokens

dev-wiki

Instructions for a shared developer memory system that stores useful facts, decisions, errors, and project context across conversations. It separates general knowledge from information tied to one project.

oleg494/coding-kit · 120 tokens

security-and-hardening

Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services. Use when personal data or privacy compliance (GDPR, CCPA) is involved.

oleg494/coding-kit · 65 tokens

writing-plans

Use when you have a spec or requirements for a multi-step task, before touching code.

oleg494/coding-kit · 21 tokens

code-review-and-quality

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

oleg494/coding-kit · 51 tokens