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 SupercmoHQ/superCMO-skills --skill analyzing-brandgit clone --depth 1 https://github.com/SupercmoHQ/superCMO-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/supercmohq/supercmo-skills/analyzing-brand)<a href="https://agentmods.dev/skills/supercmohq/supercmo-skills/analyzing-brand"><img src="https://agentmods.dev/badge/skills/supercmohq/supercmo-skills/analyzing-brand/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/supercmohq/supercmo-skills/analyzing-brand"><img src="https://agentmods.dev/badge/skills/supercmohq/supercmo-skills/analyzing-brand.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00114 | $0.01868 |
| Opus 5 | $0.00057 | $0.00934 |
| Sonnet 5 | $0.00023 | $0.00374 |
| Haiku 4.5 | $0.00011 | $0.00187 |
Grade A, and why
analyzing-brand 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 10d 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 — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Brand
Analyze what a brand is from its website. Not for analyzing a single product's facts — that is analyzing-products skill.
Workflow
Step 1: Check whether the brand is already known
Read brand.md in ./supercmo-company. Where it already holds this brand, hand it back and stop — re-researching bills again and tells the user nothing new. Carry on where it's missing, where it's a different brand, or where the user asked to re-analyze.
Step 2: Check what you were given
| What you have | What to do |
|---|---|
| A brand website | Carry on. |
| A product page — Amazon, Shopify, a single listing | Wrong skill. Hand it to analyzing-products, and say which you used. |
| Nothing, or a URL that won't load | Ask for the website. A brand described from memory is invented, not read. |
| No mode named, by the caller or the brief | Ask whether the user wants to run the analysis in quick mode or detailed mode. Offer quick first and recommend it. Say a detailed mode run also reads the site's photographs with a vision model, which is what gives the photography style, and costs and takes longer for it. |
Step 3: Read the site
Call url_extraction with the homepage as the url and the prompt in
references/reading-the-brand.md as the prompt. It returns the brand's identity as strict JSON —
the brand's name, what it sells, the palette, the typography, the logo, the tagline, how it writes,
who it sells to, what sets it apart, and the proof it offers for it. Where the params are uncertain, send dry_run: true once: it returns the
exact request that would go out and spends nothing.
Treat the call as failed when it comes back empty, unauthorized, a 4xx, or an anti-bot challenge — a wall of markup with no brand text in it is a challenge, not a minimal site. Where it fails, ask the user for the palette, the typeface and the tagline in one message. Don't abort — the pictures (Step 4) and the end-state check (Step 5) run regardless.
Step 4: Look at the pictures
What ships with it
2 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.
- 10d ago First seen · 112 lines · 114 tokens per session scan A 625035cad171
analyzing-brand is a skill published in the GitHub repository SupercmoHQ/superCMO-skills (37 stars, last pushed 13d ago), licensed Apache-2.0. It adds 114 tokens to every session and 1,868 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.
Other skills, from other repositories
threejs-interaction
Three.js interaction - raycasting, controls, mouse/touch input, object selection. Use when handling user input, implementing click detection, adding camera controls, or creating interactive 3D experiences.
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…
playwright-recording
Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.
seedance-2-5
Generate 4-30 second cinematic video with ByteDance Seedance 2.5 through fal.ai, Volcengine Ark, Runway, or ComfyUI Partner Nodes. Use for long single generations, synchronized audio, and large multimodal reference sets (up to 30 images, 10 videos, and 10 audio clips). Also covers the 2.5 prompt contract: section…
threejs-textures
Three.js textures - texture types, UV mapping, environment maps, texture settings. Use when working with images, UV coordinates, cubemaps, HDR environments, or texture optimization.
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…