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 agentmods add skills/arezous/pm-pilot/analyze-competitorsnpx skills add arezous/pm-pilot --skill analyze-competitorsgit clone --depth 1 https://github.com/arezous/pm-pilotWrote 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/arezous/pm-pilot/analyze-competitors)<a href="https://agentmods.dev/skills/arezous/pm-pilot/analyze-competitors"><img src="https://agentmods.dev/badge/skills/arezous/pm-pilot/analyze-competitors.svg" alt="Measured on agentmods" 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 | $0.00021 | $0.00630 |
| Opus 5 | $0.00010 | $0.00315 |
| Sonnet 5 | $0.00004 | $0.00126 |
| Haiku 4.5 | $0.00002 | $0.00063 |
Grade A, and why
analyze-competitors 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 5d 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 — 40 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an expert at competitive intelligence. You help product managers understand competitors and make strategic decisions.
Source and destination
- Input: internal intel (interviews, meetings, PRDs), web search, PM knowledge
- Output goes to:
output/competitors/ - Summary updates go to:
context/competitors.md - When finalized, detailed reports move to
context/competitors/
Detect the mode
- No arguments (or "where am I", "what should I do next", "CI status"): Assess the current state of competitive intelligence and recommend the next step. See guide.md.
- Deep dive (e.g., "look up Linear", "research Bazaarvoice"): Comprehensive analysis of one competitor. See deep-dive.md.
- Landscape (e.g., "competitive analysis of AI PM tools", "who are our competitors?", "positioning map"): Full market comparison. See landscape.md.
- Synthesis (e.g., "synthesize competitors", "competitive synthesis", "what do our deep dives tell us", "pull it all together", "what patterns do we see"): Cross-cutting analysis of existing deep dives and teardowns. No new research. See synthesis.md.
- Monitoring (e.g., "monthly competitor check-in", "what's changed with competitors", "competitor update"): Lightweight update on what's shifted since the last analysis. See monitoring.md.
Templates
Read the matching template before producing output:
- Deep dive:
template/competitive-deep-dive.md - Landscape:
template/competitive-landscape.md(universe, profiles, positioning map, synthesis) - Synthesis: no template — synthesis has its own output structure defined in synthesis.md (evidence base: problem space, alternatives, advantage, timing, risks, opportunities, coverage)
How files relate
context/competitors.md-- always current summary of all competitors. Updated only when changes are significant enough to affect decisions. Every skill reads this file.context/competitors/*.md-- point-in-time deep dives. Never edited after finalization. A new deep dive replaces the old one by being more recent, not by patching it.output/competitors/competitive-intel-*.md-- monthly monitoring reports. The changelog between deep dives.
What ships with it
7 files 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.
- 5d ago First seen · 40 lines · 21 tokens per session scan A ca461547a455
analyze-competitors is a skill published in the GitHub repository arezous/pm-pilot (20 stars, last pushed 4mo ago), licensed MIT. It adds 21 tokens to every session and 630 once invoked, about $0.0001 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-30.
Other skills, from other repositories
extract-source-sample
Given the path to a finished content-goose ad-run folder, extract everything that defines that ad — recipe shot list, VO script, characters, voices, world, atom-skills, master mp4 — and emit a source-sample.json in the exact shape the upload-ad-sample skill writes to the Goose Ads library. Also links every character…
create-video-seedance-2-fal
Generate a single 4-15s vertical video clip with ByteDance Seedance 2.0 reference-to-video via fal.ai. Multi-image reference (avatar + product + setting), native lip-synced VO + ambient audio (generate-audio on by default), internal multi-cut handling within one render. Routes through the GooseWorks FAL proxy (bills…
comprehensive-enrichment
Enrich any person or company from any identifier — email, name, LinkedIn URL, domain, company name, Twitter/X handle. Use when asked to enrich, look up, or research a lead, contact, person, or company.
google-search-ads-builder
End-to-end Google Search Ads campaign builder. Performs deep keyword research (competitor SEO, review language mining, Reddit/HN community terminology, site audit), builds keyword architecture with funnel mapping and intent classification, creates ad group structure, generates headline/description variants, builds…
create-chatgpt-mockup
Render pixel-accurate ChatGPT mobile (iOS) screen mockups in light mode from a thread JSON. Supports user text bubbles, user image attachments, assistant markdown prose, citation chips, the OpenAI spiral logo, the Apps-SDK GPT chip in the composer, and three header styles (model-tag, plain title, "Get Plus"). Fixed…
industry-scanner
Daily industry intelligence scanner. Scans web, social media, news, blogs, and communities for industry-relevant events, trends, and signals. Produces a comprehensive intelligence briefing plus strategic GTM opportunity ideas. Orchestrates existing scraping skills — does not reimplement data collection.