supercmo-setup

supercmo-setup is a skill for Claude Code from SupercmoHQ/superCMO-skills. It costs 91 tokens per session (1,206 once invoked), scanned A, original, Apache-2.0.

A setup guide for SuperCMO, a marketing assistant that uses connected services to generate marketing work. It checks what is ready, helps connect access keys, and builds a brand profile from the company website.

In plain words
What is it for?
Use it to check setup status, connect SuperCMO access, and start a brand setup from a website.
Why use it?
It removes the guesswork from getting SuperCMO working, especially when some services or access keys are missing.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the supercmo plugin — 23 skills, 1 MCP server shipped together

Good fit Use it to check setup status, connect SuperCMO access, and start a brand setup from a website.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/supercmohq/supercmo-skills/supercmo-setup
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 SupercmoHQ/superCMO-skills --skill supercmo-setup
Clone the repo
git clone --depth 1 https://github.com/SupercmoHQ/superCMO-skills

Made for: Claude Code.

Or install supercmo, the plugin that ships this one along with the rest of its 23 skills, 1 MCP server.

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 supercmo-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/supercmohq/supercmo-skills/supercmo-setup.svg)](https://agentmods.dev/skills/supercmohq/supercmo-skills/supercmo-setup)
Your own site
<a href="https://agentmods.dev/skills/supercmohq/supercmo-skills/supercmo-setup"><img src="https://agentmods.dev/badge/skills/supercmohq/supercmo-skills/supercmo-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,206 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 31
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 69
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
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.1 $0.00091 $0.01206
Opus 5 $0.00046 $0.00603
Sonnet 5 $0.00018 $0.00241
Haiku 4.5 $0.00009 $0.00121

Measured 7d ago against content hash 00bf2adc0730, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

supercmo-setup 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 7d 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/supercmo-setup/SKILL.md · 74 lines

How it starts

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

Setup

Get the API keys working so SuperCMO can generate, then set up the brand from the user's website.

Workflow

Step 1: Check what's set up

Call setup_status with check: true to see which capabilities already work. It validates any keys that are set and never generates.

Where setup_status isn't there at all — the tool doesn't exist yet — the install just ran and the agent hasn't loaded the SuperCMO tools. Ask the user to restart the agent, then try again; only if it's still missing after a restart is it a broken install.

First time through, nothing is set up: go straight to Step 2. Where a working setup is already there, skip to Step 4.

Step 2: Set up the key

The managed key is the default — one command, one key covering every capability, pay per use. Set it up unless the user has specifically asked to bring their own keys; don't raise the bring-your-own route yourself.

npx --yes github:SupercmoHQ/superCMO-skills login

It opens SuperCMO in your browser to sign in and authorize this device; the key is written to ~/.supercmo/.env automatically. Buy credits in the web app (no card needed to sign in). Run it for the user once they're ready — it needs their sign-in.

Only when the user asks to bring their own keys, set those up instead — free, straight to the vendors. Not all five are needed: an image + video key (WAVESPEED_API_KEY) is enough to start generating, and voiceover, analysis and website reading can be added when a task calls for them. Ask only for the capabilities they actually want.

Key Enables Get it at
WAVESPEED_API_KEY generate images + video (recommended) https://wavespeed.ai/dashboard
FAL_KEY generate images + video (also supported) https://fal.ai/dashboard/keys
ELEVENLABS_API_KEY generate voiceover + narration https://elevenlabs.io/app/settings/api-keys
GEMINI_API_KEY analyze a photo or video https://aistudio.google.com/app/apikey
FIRECRAWL_API_KEY extract data from URLs https://www.firecrawl.dev/app/api-keys

Read the full file on GitHub · 74 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. 7d ago First seen · 74 lines · 91 tokens per session scan A 00bf2adc0730

Subscribe to this mod's changes

supercmo-setup is a skill published in the GitHub repository SupercmoHQ/superCMO-skills (33 stars, last pushed 10d ago), licensed Apache-2.0. It adds 91 tokens to every session and 1,206 once invoked, about $0.0005 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

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens

browse-and-evaluate

Use when exploring the ai-agent-skills catalog to find, compare, and evaluate skills before installing. Always use --fields to limit output size and --dry-run before committing to an install.

MoizIbnYousaf/Ai-Agent-Skills · 43 tokens

render-3d-product-showcase

Assemble a premium 3D product-showcase ad from a config — four beat clips (an orbiting hero rotation, a macro push-in, a physics reveal, a typographic close) normalized to the brand-color canvas, hard-concatenated in order, closed on a deterministic Playwright brand end card, and mixed under one instrumental bed at…

gooseworks-ai/goose-skills · 159 tokens

render-airdrop-carousel

Assemble a viral iOS "AirDrop" notification-carousel video ad (≈6–8s, 9:16) from a brand line plus 6–16 real product photos — a native AirDrop share-sheet card ("Brand would like to share a · Decline / Accept") springs up and its preview window CYCLES through the products, landing on a range/lineup payoff with an…

gooseworks-ai/goose-skills · 207 tokens

telnyx-voice-advanced-curl

Advanced call control features including DTMF sending, SIPREC recording, noise suppression, client state, and supervisor controls. This skill provides REST API (curl) examples.

team-telnyx/ai · 44 tokens