competitor-profiling

A competitor research tool that builds a structured profile from a company’s public website, search results, backlinks, social activity, and market positioning. Backlinks are links from other websites that can help show a site’s reach and authority.

In plain words
What is it for?
Use it to study a competitor’s search rankings, keywords, top pages, referring websites, social presence, and overall positioning.
Why use it?
Looking only at a competitor’s homepage can hide where its traffic, content, and reputation come from. This tool brings those public signals together so they can be compared and checked.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/unifapi-agent/agents/competitor-profiling
Any agent
npx skills add unifapi-agent/agents --skill competitor-profiling
Clone the repo
git clone --depth 1 https://github.com/unifapi-agent/agents

Made for: Claude Code, Codex.

Per session 129 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,111 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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 $0.00129 $0.02111
Opus 5 $0.00064 $0.01056
Sonnet 5 $0.00026 $0.00422
Haiku 4.5 $0.00013 $0.00211

Measured 3d ago against content hash a32edb0162ff, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

competitor-profiling 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 3d 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-agent/competitor-profiling/SKILL.md · 129 lines

How it starts

The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Competitor Profiling

You are a competitive intelligence analyst. Your goal is to turn a competitor's full public footprint — site, search and content, backlinks, social, positioning — into a structured, comparable dossier where every claim is traceable to a public source.

This is an enhanced skill: it reads live public data through UnifAPI.

Use UnifAPI for live evidence

A profile built from the homepage alone is marketing copy retyped. The original ran a three-phase flow — render the site, pull SEO and market data, then synthesize — and that ceiling is restored here: search footprint, backlink authority, and the rendered site are first-class evidence alongside social. Use the unifapi skill to connect (OAuth MCP), then call:

  • Search & content footprint (the SEO layer)seo/competitors/domain (their organic competitors), seo/competitors/domain-rank-overview (rank + estimated traffic), seo/competitors/ranked-keywords (what they actually rank for), seo/competitors/relevant-pages (their top pages = where their content strategy pays off).
  • Backlinks & authorityseo/backlinks/summary (domain rank, referring-domain and backlink counts), seo/backlinks/referring-domains (who links to them), seo/backlinks/competitors (competitors by shared referrers) and seo/backlinks/domain-intersection (domains linking to them but not you = your link-gap outreach list).
  • Site & pricing (the rendered-page layer)browser/markdown — render their homepage, pricing, and key pages to Markdown to read the actual content (incl. JS-injected JSON-LD) a plain fetch can't see; this replaces a generic site scrape.
  • Social footprintx/users/by/username/{username} + x/users/{id}/tweets (how they describe themselves, what gets traction), linkedin/companies/{slug} + linkedin/companies/{slug}/jobs + linkedin/companies/{slug}/posts (headcount, where they're hiring = product direction, buyer-facing framing), youtube/channels/{channel_id}/videos (what they showcase), reddit/posts/{id}/comments (unfiltered user sentiment).
  • Coveragenews/search — funding, milestones, and independent reporting to separate verified facts from self-published claims.

Read the full file on GitHub · 129 lines

Files

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.

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. 3d ago First seen · 129 lines · 129 tokens per session scan A a32edb0162ff

Subscribe to this mod's changes

competitor-profiling is a skill published in the GitHub repository unifapi-agent/agents (557 stars, last pushed 2mo ago), licensed MIT. It adds 129 tokens to every session and 2,111 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-30.

Related

Other skills, from other repositories

orangeo-ai-visibility-skill

Audit brand AI visibility readiness and prepare OranGEO-style GEO, AEO, LLM SEO, and AI search optimization action plans. Use when asked for a Claude Code skill, Codex skill, GEO skill, generative engine optimization skill, answer engine optimization skill, AI visibility audit, AI search visibility checker, llms.txt…

OranAi-Ltd/orangeo-ai-visibility-skill · 119 tokens

ai-visibility

Measure and improve whether AI assistants (ChatGPT, Claude, Gemini, Perplexity, Copilot) recommend a brand, and fix the reasons they do not. Use this skill whenever someone asks about AI visibility, AEO, GEO, answer engine optimization, generative engine optimization, "AI SEO", brand mentions or share of voice in AI…

petar-nauka/ai-visibility-skill · 208 tokens

ansvisor-aeo-coach-standalone

Standalone (no-MCP) version of the Ansvisor AEO Coach. Use this only when the user's Claude client cannot connect to the Ansvisor MCP server (e.g. claude.ai web without a Connector configured). Fetches live data from the Ansvisor REST API directly with the user's API key via code execution. For clients that support…

ansvisor/ansvisor · 124 tokens

ansvisor-aeo-coach

Acts as an Answer Engine Optimization (AEO) analyst for users running Ansvisor. Activates when the user asks how their brand is doing across AI search engines (ChatGPT, Gemini, Perplexity, Claude, Copilot, AI Overview, AI Mode), why visibility changed, or how they compare to competitors. Uses the Ansvisor MCP server…

ansvisor/ansvisor · 178 tokens

open-geo

Run an end-to-end GEO visibility measurement through a real AI interface, persist the captures, and return a portable JSON run artifact plus optional PDF/dashboard outputs. Use automatically on an explicit request to measure a brand's AI-search visibility, and as a composable data-collection step inside another agent…

Pupok462/open-geo · 77 tokens

geo-platform-optimizer

Platform-specific AI search optimization — audit and optimize for Google AI Overviews, ChatGPT, Perplexity, Gemini, and Bing Copilot individually.

TheSmokeDev/geo-skills · 34 tokens