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 HHFinAi/claude-equity-research-skills --skill competitive-analysisgit clone --depth 1 https://github.com/HHFinAi/claude-equity-research-skillsWrote 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/hhfinai/claude-equity-research-skills/competitive-analysis)<a href="https://agentmods.dev/skills/hhfinai/claude-equity-research-skills/competitive-analysis"><img src="https://agentmods.dev/badge/skills/hhfinai/claude-equity-research-skills/competitive-analysis/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/hhfinai/claude-equity-research-skills/competitive-analysis"><img src="https://agentmods.dev/badge/skills/hhfinai/claude-equity-research-skills/competitive-analysis.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.00125 | $0.01444 |
| Opus 5 | $0.00063 | $0.00722 |
| Sonnet 5 | $0.00025 | $0.00289 |
| Haiku 4.5 | $0.00013 | $0.00144 |
Grade A, and why
competitive-analysis 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 — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Competitive Analysis Framework
Overview
This skill provides a systematic 11-section framework for analyzing company competitiveness, producing institutional-quality investment research. The framework incorporates geopolitical supply chain resilience as a distinct competitive dimension, reflecting the 2026 environment where domestic/friend-shored supply chains represent meaningful competitive advantages. The output consists of a one-page visual infographic summary followed by detailed analytical sections.
Workflow
Step 1: Information Gathering
Collect necessary information about the company and industry:
- Company name, ticker symbol, and business description
- Recent financial filings (10-K, 10-Q, investor presentations)
- Industry reports and competitive landscape data
- Customer/supplier relationships and dependencies
- Management commentary and strategic initiatives
If the user provides specific documents or filings, prioritize those. Otherwise, use web_search to gather current information.
Step 2: Create the One-Page Infographic Summary
CRITICAL: Create the infographic FIRST before the detailed analysis sections.
The infographic provides a visual at-a-glance summary of all 11 competitive dimensions using a PowerPoint slide. Create using the pptx skill with this structure:
Layout:
- Header: Company name, ticker, date, "Competitive Position Analysis"
- Central visual: Competitive strength radar chart or scorecard showing ratings (1-10) for each of the 11 dimensions
- Key metrics panel: 4-5 most critical metrics (market share, ROIC, moat rating, supply chain resilience score, competitive score)
- Color coding: Green (strong), yellow (neutral), red (weak)
- Bottom summary: Overall competitiveness score (1-10) and one-sentence investment implication
Visual elements to include:
- Radar/spider chart showing 11-dimension scores
- Small icon or indicator for moat rating (None/Narrow/Wide)
- Traffic light indicators for key risk areas
- Supply chain geographic exposure mini-map or flag indicators
- Mini chart showing market share trend or margin trajectory
- Compact competitive positioning matrix (if applicable)
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 · 135 lines · 125 tokens per session scan A 7774fa6555c0
competitive-analysis is a skill published in the GitHub repository HHFinAi/claude-equity-research-skills (8 stars, last pushed 5mo ago), licensed MIT. It adds 125 tokens to every session and 1,444 once invoked, about $0.0006 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
NSELens
Use this skill whenever the user asks for Indian stock picks, top N stocks to buy, rebound candidates, GTT setups, swing trade ideas, or buy recommendations for the Indian stock market. Triggers on phrases like "top 3 stocks", "top 5 Indian stocks", "top 10 stocks to buy", "best stocks for tomorrow", "NSE rebound…
skill-builder
Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or other knowledge sources.
offensive-advanced-redteam
Comprehensive red team operations methodology covering full engagement lifecycle from planning through reporting. Addresses engagement scoping and rules of engagement negotiation, multi-tier C2 infrastructure design with redirectors and domain fronting, malleable traffic profiles and beacon tradecraft, OPSEC…
offensive-crypto-attacks
Systematic methodology for identifying and exploiting cryptographic implementation weaknesses in real-world applications. Covers padding oracle attacks against CBC-mode ciphers with PKCS7 padding (Vaudenay's original attack through modern padbuster automation), ECB mode exploitation including block cut-and-paste and…
offensive-c2-frameworks
Command and Control framework deployment, configuration, and operational tradecraft for red team engagements. Covers Cobalt Strike (malleable C2 profiles, Beacon types HTTP/HTTPS/DNS/SMB, Beacon Object Files for in-memory execution, sleep and jitter tuning, named pipe pivoting), Sliver (implant generation across…
offensive-dependency-confusion
Deep-dive offensive methodology for dependency confusion and namespace attacks across all major package ecosystems. Covers npm scope confusion exploiting the gap between public and private scoped packages and .npmrc misconfigurations where registry mappings fail to pin internal scopes exclusively. Addresses PyPI…