/influencer
Run an influencer-marketing (STAR) workflow: audience & creator scouting, campaign targeting, briefs, outreach, amplification, and ROI reporting. Not sure? Use /aaron-marketing:auto.
$ npx -y skills add aaron-he-zhu/aaron-marketing-skills --agent claude-codeShips with aaron-marketing. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/influencer
Context preview
What this command does when you run it.
Run an influencer-marketing (STAR) workflow: audience & creator scouting, campaign targeting, briefs, outreach, amplification, and ROI reporting. Not sure? Use /aaron-marketing:auto.
Command definition
influencer.mddescription: "Run an influencer-marketing (STAR) workflow: audience & creator scouting, campaign targeting, briefs, outreach, amplification, and ROI reporting. Not sure? Use /aaron-marketing:auto."
argument-hint: "<goal-or-brand> [--phase scout|target|activate|report]"
Influencer Command
Run the influencer-marketing lifecycle along the **STAR loop** (Scout → Target → Activate → Report): understand the audience, find and score creators, plan and brief the campaign, run outreach and amplify, then track ROI. Skills score on the [STAR framework](../references/star-benchmark.md) (Suitability / Trust / Appeal / Return → SQS) and operate from the user's **own data and project memory** — keyed creator-analytics suites are never required; connectors only automate retrieval.
Route
Infer the phase from the goal (or honor `--phase`) and route to the matching skill:
- **Scout** — audience-mapper (audience/niche modes), trend-spotter, influencer-discovery, fit-scorer (STAR Suitability); creator-registry dedupes candidates against the roster
- **Target** — competitor-tracker, campaign-planner, brief-generator, budget-optimizer
- **Activate** — outreach-manager, creator-content-auditor (STAR gate), contract-helper, content-amplifier (paid whitelisting / UGC repurpose modes) — consult creator-registry's dossier (`memory/creators/<handle-slug>.md`: contact path, last agreed rate, exclusivity, compliance history) before outreach or contracting
- **Report** — landing-optimizer (post-click), performance-analyzer, roi-calculator (STAR Return), report-generator
Rules
- Start where the goal sits in the funnel; do not force the full four-phase chain when the user only needs one stage.
- `creator-content-auditor` is the pre-publish gate: any creator content goes through its STAR **Trust** check (FTC disclosure STAR-T1, claim integrity STAR-T2) before it ships.
- For `sponsored_content_gate`, require disclosure status, claim evidence, and the governing brief. If any applicable evidence is unobserved, keep it Unknown and return `NEEDS_INPUT/UNDECIDED/NOT_SCORED`; missing evidence is not a veto. One independently verified veto maps to `DONE_WITH_CONCERNS/FIX` (Revisions Required); two or more map to `DONE/BLOCK` (Reject/Hold). A business `BLOCK` never becomes execution `status: BLOCKED`.
- Return the audit inline by default. Only with explicit exact-write permission, a validator-clean v3 artifact, and a supported runtime writer may `class: auditor-output` be persisted to `memory/audits/influencer/`; otherwise identify that intended sink and ask for authorization.
- `memory/events/creators.ndjson` is the roster history. Other skills submit authorized `operation: propose` events; `creator-registry` alone accepts/rejects or mutates canonical creator state. Run it when proposals are pending or a campaign cycle closes; `memory/creators/` contains generated views.
- Score creators/content/campaigns on STAR (Suitability/Trust/Appeal/Return → SQS); label every metric Measured / User-provided / Estimated; never fabricate reach or rates.
- Tier 1 by default — works from user-provided data; connectors only automate retrieval. Compliance checks are guidance, not legal advice.
- Follow each skill's Next Best Skill handoff; stop at the documented termination rules rather than auto-chaining the whole discipline.
- **Scope edge — creators vs adjacent lanes**: "launch a product with creators" starts at [campaign-planner](../influencer/target/campaign-planner/SKILL.md) while the launch itself runs on RAMP via [/aaron-marketing:launch](launch.md); "boost / repurpose this" is [content-amplifier](../influencer/activate/content-amplifier/SKILL.md) with paid execution handed to [/aaron-marketing:ad](ad.md); the always-on social calendar belongs to ECHO ([social-calendar-builder](../social/craft/social-calendar-builder/SKILL.md)); contract/rate/exclusivity *records* live in [creator-registry](../protocol/creator-registry/SKILL.md), and any email opt-in evidence in [consent-registry](../protocol/consent-registry/SKILL.md).
- **Paid creator whitelisting order**: first run `/aaron-marketing:influencer --phase activate` through `creator-content-auditor` (STAR-T1 disclosure + STAR-T2 claim integrity), `contract-helper` for exact paid usage/whitelisting rights, and `content-amplifier` in its paid-planning mode. Then hand paid execution to `/aaron-marketing:ad --phase activate`, where `ad-account-auditor` gates before spend. Stop for explicit spend approval; neither the creator audit nor an amplification plan authorizes activation.
Output
Return inline artifacts by default. Files may be written only when the user explicitly asks and the runtime can write.
Read more
description: "Run an influencer-marketing (STAR) workflow: audience & creator scouting, campaign targeting, briefs, outreach, amplification, and ROI reporting. Not sure? Use /aaron-marketing:auto." argument-hint: "<goal-or-brand> [--phase scout|target|activate|report]"
Influencer Command
Run the influencer-marketing lifecycle along the **STAR loop** (Scout → Target → Activate → Report): understand the audience, find and score creators, plan and brief the campaign, run outreach and amplify, then track ROI. Skills score on the [STAR framework](../references/star-benchmark.md) (Suitability / Trust / Appeal / Return → SQS) and operate from the user's **own data and project memory** — keyed creator-analytics suites are never required; connectors only automate retrieval.
Route
Infer the phase from the goal (or honor `--phase`) and route to the matching skill:
- **Scout** — audience-mapper (audience/niche modes), trend-spotter, influencer-discovery, fit-scorer (STAR Suitability); creator-registry dedupes candidates against the roster
- **Target** — competitor-tracker, campaign-planner, brief-generator, budget-optimizer
- **Activate** — outreach-manager, creator-content-auditor (STAR gate), contract-helper, content-amplifier (paid whitelisting / UGC repurpose modes) — consult creator-registry's dossier (`memory/creators/<handle-slug>.md`: contact path, last agreed rate, exclusivity, compliance history) before outreach or contracting
- **Report** — landing-optimizer (post-click), performance-analyzer, roi-calculator (STAR Return), report-generator
Rules
- Start where the goal sits in the funnel; do not force the full four-phase chain when the user only needs one stage.
- `creator-content-auditor` is the pre-publish gate: any creator content goes through its STAR **Trust** check (FTC disclosure STAR-T1, claim integrity STAR-T2) before it ships.
- For `sponsored_content_gate`, require disclosure status, claim evidence, and the governing brief. If any applicable evidence is unobserved, keep it Unknown and return `NEEDS_INPUT/UNDECIDED/NOT_SCORED`; missing evidence is not a veto. One independently verified veto maps to `DONE_WITH_CONCERNS/FIX` (Revisions Required); two or more map to `DONE/BLOCK` (Reject/Hold). A business `BLOCK` never becomes execution `status: BLOCKED`.
- Return the audit inline by default. Only with explicit exact-write permission, a validator-clean v3 artifact, and a supported runtime writer may `class: auditor-output` be persisted to `memory/audits/influencer/`; otherwise identify that intended sink and ask for authorization.
- `memory/events/creators.ndjson` is the roster history. Other skills submit authorized `operation: propose` events; `creator-registry` alone accepts/rejects or mutates canonical creator state. Run it when proposals are pending or a campaign cycle closes; `memory/creators/` contains generated views.
- Score creators/content/campaigns on STAR (Suitability/Trust/Appeal/Return → SQS); label every metric Measured / User-provided / Estimated; never fabricate reach or rates.
- Tier 1 by default — works from user-provided data; connectors only automate retrieval. Compliance checks are guidance, not legal advice.
- Follow each skill's Next Best Skill handoff; stop at the documented termination rules rather than auto-chaining the whole discipline.
- **Scope edge — creators vs adjacent lanes**: "launch a product with creators" starts at [campaign-planner](../influencer/target/campaign-planner/SKILL.md) while the launch itself runs on RAMP via [/aaron-marketing:launch](launch.md); "boost / repurpose this" is [content-amplifier](../influencer/activate/content-amplifier/SKILL.md) with paid execution handed to [/aaron-marketing:ad](ad.md); the always-on social calendar belongs to ECHO ([social-calendar-builder](../social/craft/social-calendar-builder/SKILL.md)); contract/rate/exclusivity *records* live in [creator-registry](../protocol/creator-registry/SKILL.md), and any email opt-in evidence in [consent-registry](../protocol/consent-registry/SKILL.md).
- **Paid creator whitelisting order**: first run `/aaron-marketing:influencer --phase activate` through `creator-content-auditor` (STAR-T1 disclosure + STAR-T2 claim integrity), `contract-helper` for exact paid usage/whitelisting rights, and `content-amplifier` in its paid-planning mode. Then hand paid execution to `/aaron-marketing:ad --phase activate`, where `ad-account-auditor` gates before spend. Stop for explicit spend approval; neither the creator audit nor an amplification plan authorizes activation.
Output
Return inline artifacts by default. Files may be written only when the user explicitly asks and the runtime can write.
120 marketing skills — brand narrative, SEO/GEO, influencer, paid ads, email, launch, social — on one contract. A library of Claude Skills and slash commands that turns a chat agent into a marketing operator.
Other commands on aaron-marketing.
- /ad
Run a paid-ads (ROAS) workflow: audience segments, account structure, ad creative, experiment design, pre-launch signal QA + the account-audit gate, measurement, and attribution. Not sure? Use /aaron-marketing:auto.
Open command - /auto
Natural-language front door to the marketing pack (narrative/TALE, SEO/GEO/SITE, social/ECHO, email/SEND, Paid Ads/ROAS, influencer/STAR, launch/RAMP). Use when a marketing goal is open-ended or spans disciplines, when it is unclear which skill fits, or for requests like 'help
Open command - /email
Run an email-marketing (SEND) workflow: deliverability/consent setup, segmentation, email creative, lifecycle flows, newsletter monetization, send-testing, and the email-quality audit gate. Not sure? Use /aaron-marketing:auto.
Open command - /launch
Run a product-launch (RAMP) workflow: positioning and launch tiering, window/early-access design, message house and asset kits, the launch-readiness gate with a T-1 go/no-go, launch-day execution, and the post-launch prove loop. Not sure? Use /aaron-marketing:auto.
Open command - /narrative
Run a brand-narrative & messaging (TALE) workflow: trace the current message and positioning truth, architect the durable message house/voice/story canon, land it consistently across every surface, and evaluate resonance with tests and drift monitoring. Not sure? Use
Open command - /seo-geo
SEO/GEO end-to-end along the SITE loop: survey demand and competitors, implement content, tune quality/tech/on-page, and evaluate authority/rankings/reports/memory (--phase survey|implement|tune|evaluate). Not sure? Use /aaron-marketing:auto.
Open command

