Competitive Intelligence

Competitive Intelligence is a skill for Claude Code, Codex from jmsktm/claude-settings. It costs 15 tokens per session (2,897 once invoked), scanned A, original, no licence file.

A guide to researching competitors using OSINT, which means gathering information from publicly available sources, and tracking changes over time.

In plain words
What is it for?
Use it to compare competitors, collect public information, and set up automated monitoring.
Why use it?
It helps replace scattered competitor research with a repeatable way to monitor the market.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to compare competitors, collect public information, and set up automated monitoring.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jmsktm/claude-settings/competitive-intelligence
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 jmsktm/claude-settings --skill competitive-intelligence
Clone the repo
git clone --depth 1 https://github.com/jmsktm/claude-settings

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 Competitive Intelligence

README.md
[![agentmods](https://agentmods.dev/badge/skills/jmsktm/claude-settings/competitive-intelligence/github.svg)](https://agentmods.dev/skills/jmsktm/claude-settings/competitive-intelligence)
Your own site
<a href="https://agentmods.dev/skills/jmsktm/claude-settings/competitive-intelligence"><img src="https://agentmods.dev/badge/skills/jmsktm/claude-settings/competitive-intelligence/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 Competitive Intelligence

Your own site · 80×15
<a href="https://agentmods.dev/skills/jmsktm/claude-settings/competitive-intelligence"><img src="https://agentmods.dev/badge/skills/jmsktm/claude-settings/competitive-intelligence.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,897 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 unknown No closer match found 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.00015 $0.02897
Opus 5 $0.00008 $0.01448
Sonnet 5 $0.00003 $0.00579
Haiku 4.5 $0.00002 $0.00290

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

Security

Grade A, and why

Competitive Intelligence 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 6d 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.

skills/competitive-intelligence/SKILL.md · 386 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 6d ago First seen · 386 lines · 15 tokens per session scan A 9818d637e9d5

Subscribe to this mod's changes

Competitive Intelligence is a skill published in the GitHub repository jmsktm/claude-settings (9 stars, last pushed 7mo ago), with no licence file. It adds 15 tokens to every session and 2,897 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-09-03.

Related

Other skills, from other repositories

Competitive Intelligence

Deep competitive research and monitoring using OSINT techniques and automated tracking.

eddiebelaval/squire · 15 tokens

redamon-testing

How RedAmon tests actually run and how to author them: the per-file Docker gate, the unit/integration/live tiers, and the failure modes that make a green run a lie. Trigger: editing any test.py, .test.ts(x) or tests/.sh; a test that is red, skipped or xfailed; a request to "run the tests", "make it green" or check…

samugit83/redamon · 114 tokens

osmedeus-expert

Expert guide for the Osmedeus security automation workflow engine. Use when: (1) writing or editing YAML workflows (modules and flows), (2) running osmedeus CLI commands (scan, workflow management, installation, server), (3) configuring steps, runners, triggers, or template variables, (4) debugging workflow execution…

j3ssie/osmedeus · 113 tokens

graph-db-writes

Writing to the Neo4j attack-surface graph in RedAmon: the tenant-isolation MERGE key every entity node must carry, where graph methods live (mixins, not the client), and the schema places that must be updated together. A MERGE missing the tenant key silently merges one project's data into another's. Trigger: editing…

samugit83/redamon · 119 tokens

recon-tool-integration

Adding a new tool to the recon pipeline: the enrichment-module contract and its isolated wrapper (the actual fan-out and test call path), graph completeness, and the preset catalog that silently strips unknown settings. Miss the isolated wrapper and the tool never runs in parallel; miss the catalog and AI presets drop…

samugit83/redamon · 114 tokens

supply-chain-scan

Working on RedAmon's supply-chain scanner (offline OSV + GuardDog + retire + trufflehog): the offline OSV database that the scan path does not bootstrap, the world-readable requirement for the hardened scanner, and the soft-error markers that record what was never analysed. Trigger: editing…

samugit83/redamon · 115 tokens