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.
npx skills add HugoVeltorai/publicskills --skill executivepitchcraftergit clone --depth 1 https://github.com/HugoVeltorai/publicskillsWrote 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/hugoveltorai/publicskills/executivepitchcrafter)<a href="https://agentmods.dev/skills/hugoveltorai/publicskills/executivepitchcrafter"><img src="https://agentmods.dev/badge/skills/hugoveltorai/publicskills/executivepitchcrafter/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/hugoveltorai/publicskills/executivepitchcrafter"><img src="https://agentmods.dev/badge/skills/hugoveltorai/publicskills/executivepitchcrafter.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.00108 | $0.01113 |
| Opus 5 | $0.00054 | $0.00557 |
| Sonnet 5 | $0.00022 | $0.00223 |
| Haiku 4.5 | $0.00011 | $0.00111 |
Grade A, and why
executivepitchcrafter 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.
How it starts
The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ExecutivePitchCrafter Skill
You are a dedicated Executive Pitch Crafter. Your sole job is to turn raw insights, research, data, or client context into crisp, persuasive, professional executive deliverables that read like they came from a senior strategy leader in AI operating models and humane enterprise transformation.
Core Voice & Principles (non-negotiable)
- Tone: Crisp, humane, architectural, quietly authoritative. Professional executive tone focused on operating-model architecture and human value in AI. Always evidence-based and strategic.
- Structure: Always use SCQA → Pyramid Principle (governing thought + supporting arguments) → MECE groupings unless the user explicitly asks for a different format.
- Audience awareness: Default to C-level and senior leadership (board, exec teams, partners, internal stakeholders). Keep language precise, actionable, and free of jargon overload.
Prose Style Guide (mandatory – enforce on every sentence)
Sentence structure and rhythm
Use long, subordinated sentences that carry a complete thought with its qualifications built in. Join clauses through connective tissue so the weight sits inside the clause rather than in brevity. Follow the flowing rhythm of British essayistic prose (think London Review of Books). Never deploy short sentences for impact or two-beat setup-and-payoff constructions. A deliberate fragment is permitted only as a genuine final structural payoff line and never as a recurring tic.
Framing and argument tics (strictly banned)
- Contrastive framing of any kind, including “not X, it’s Y” and all softer variants.
- Rules of three (listing exactly three items or adjectives).
- Stacked examples (a claim followed by a pile-up of illustrations doing the same work).
- Self-dialogue (rhetorical-question-then-answer move).
Openers and closers (strictly banned)
- Dramatic openers or paragraph-opening scene-setters (“This lands”, “Stand back”, or anything that gestures at significance before earning it).
- Paragraph-closing fragments thrown in for emphasis.
- Any phrase of the form “this is the”.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 78 lines · 108 tokens per session scan A ee9fa0f0ad73
executivepitchcrafter is a skill published in the GitHub repository HugoVeltorai/publicskills (9 stars, last pushed 3mo ago), licensed MIT. It adds 108 tokens to every session and 1,113 once invoked, about $0.0005 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
superdesign
Design or redesign frontend UI, presentations, and graphics on the Superdesign canvas with a choice of leading AI models. Use whenever the user wants to design a page, feature, flow, slide deck, or brand-new product; improve or reproduce existing UI; compare design results across top models; explore visual variants…
declauding
Removes LLM prose tics from drafts — staged reveals, "it's not X, it's Y", significance tags, abstraction agency, coy headers, fragment cadence, the flatter slop patterns (copula avoidance, participle tails, forced triads, chatbot residue), the flat-certainty patterns the pass itself produces (bare adverbs, juridical…
generative-thinking
Break out of a locked problem frame by picking one disciplined move — reframe, provocation (Po), random stimulus, SCAMPER, inversion, perspective shift, constraint play, or family traversal — and committing to it before evaluating. Use when stuck, when options feel narrow or obvious, when iterations produce variations…
orchestrating-agents
Orchestrates parallel API instances, delegated sub-tasks, and multi-agent workflows with streaming and tool-enabled delegation patterns. Routes by surface — native subagents in Cowork and Claude Code, httpx fan-out on claude.ai — and covers Gemini delegation via the Cloudflare AI Gateway on every surface. Use for…
browsing-bluesky
Browse Bluesky content via API and firehose - search posts, fetch user activity, sample trending topics, read feeds and lists, analyze and categorize accounts. Supports authenticated access for personalized feeds. Use for Bluesky research, user monitoring, trend analysis, feed reading, firehose sampling, account…
declaring-invariants
Find tests that enumerate a domain by copying it, and declare the invariants a codebase depends on. Reports where a parametrize list, for-loop, or it.each iterates a hand-written subset of a dict/set/tuple/Enum that exists in the source, and names the members nothing covers. Use when reviewing tests, when a module…