sales-brandmentions
BrandMentions platform help — social listening, brand monitoring, emotion AI sentiment analysis, competitor intelligence, Share of Voice, white-label reports, REST API (Enterprise only). Use when BrandMentions mentions are full of irrelevant noise and you need to tighten keyword queries, mention quota is hitting its limit before the month ends, sentiment analysis results seem inaccurate or emotion categories don't match your perception, you want to compare your brand's Share of Voice against competitors, you need to pull BrandMentions data into your CRM or dashboard via the API, BrandMentions alerts aren't catching mentions you know exist, or white-label reports need customization for client delivery. Do NOT use for social listening strategy across tools (use /sales-social-listening) or choosing between social listening platforms (use /sales-social-listening).
What this skill does
# BrandMentions Platform Help
## Step 1 — Gather context
If `references/learnings.md` exists, read it first for accumulated platform knowledge.
Ask the user:
1. **What do you need help with?**
- A) Setting up brand monitoring (keywords, sources, alerts)
- B) Reducing noise / filtering irrelevant mentions
- C) Sentiment analysis and emotion tracking
- D) Competitor analysis / Share of Voice
- E) White-label reports for clients
- F) API integration or data export
- G) Billing, plan limits, or account issues
- H) Something else — describe it
2. **Which plan are you on?**
- A) Starter ($99/mo — 5kw, 5K mentions, daily updates)
- B) Pro ($299/mo — 20kw, 30K mentions, hourly updates)
- C) Expert ($499/mo — 50kw, 75K mentions, real-time, Boolean, white-label)
- D) Enterprise ($1,299+/mo — API access, custom limits)
- E) Free trial / evaluating
**If the user's request already provides most of this context, skip directly to Step 2.** Lead with your best-effort answer using reasonable assumptions (stated explicitly), then ask only the most critical 1-2 clarifying questions at the end.
## Step 2 — Route or answer directly
If the request maps to a strategy skill, route:
- Social listening strategy or tool comparison → `/sales-social-listening [question]`
- Competitive intelligence beyond BrandMentions → `/sales-compete [question]`
- Media relations / PR outreach → `/sales-media-relations [question]`
- Influencer discovery → `/sales-influencer-marketing [question]`
Otherwise, answer directly from the platform reference below.
## Step 3 — BrandMentions platform reference
**Read `references/platform-guide.md`** for the full platform reference — capabilities, pricing, data model, integration recipes, code examples.
Answer the user's question using only the relevant section. Don't dump the full reference.
## Step 4 — Actionable guidance
You no longer need the platform guide — focus on the user's specific situation.
1. **Noise reduction** — review top 50 mentions, identify false positive patterns, add NOT exclusions, narrow source filters
2. **Quota management** — prioritize high-value keywords, reduce low-signal projects, consider plan upgrade
3. **Sentiment tuning** — manually correct high-impact mentions, review emotion categories for domain fit
4. **Competitive benchmarking** — set up identical monitoring for each competitor, track SOV monthly
5. **API integration** — confirm Enterprise plan, use PostSearch → callback → GetMentions pattern
If you discover a gotcha, workaround, or tip not covered in `references/learnings.md`, append it there.
## Gotchas
*Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.*
- **API is Enterprise-only ($1,299+/mo).** There is no API access on Starter, Pro, or Expert plans. If you need programmatic access on a lower tier, your only option is CSV export. Contact support to activate your API key even on Enterprise.
- **Free trial billing can surprise you.** Some users report being charged immediately during what looks like a free trial. Read the signup flow carefully and check which plan gets auto-selected. Cancel before the 7-day trial ends to avoid charges.
- **Mention limit is a hard stop.** When you hit your monthly mention limit (5K/30K/75K), monitoring pauses — no partial results or degraded mode. Plan your keyword count and query specificity to avoid hitting the wall mid-month.
- **Boolean search is Expert+ only.** Starter and Pro plans only support basic keyword matching. If you need AND/OR/NOT operators to reduce noise, you need Expert ($499/mo) or higher.
- **No Zapier, Make, or webhook support.** The only programmatic interface is the REST API (Enterprise) or manual CSV export. No iPaaS connectors exist for automated workflows on lower plans.
- **Update frequency varies by plan.** Starter = daily, Pro = hourly, Expert/Enterprise = real-time. If you need crisis detection, daily updates on Starter won't cut it.
## Before recommending a specific platform skill
This skill covers a strategy domain across many platforms. **Before pointing the user to any specific platform skill** (any `/sales-{platform}` listed in `## Related skills`, e.g., `/sales-mailshake`, `/sales-klaviyo`, `/sales-apollo`), read that platform skill's actual `SKILL.md` first. The 1-line description in `## Related skills` is enough to *identify* a candidate — it's not enough to *commit* to it or to write a prompt that invokes it well.
**How to read it:**
- If `~/.claude/skills/{skill-name}/SKILL.md` exists locally, `Read` it.
- For `sales-*` skills, `WebFetch` directly from this repo: `https://raw.githubusercontent.com/sales-skills/sales/main/skills/{skill-name}/SKILL.md` — e.g., for `sales-mailshake`: `https://raw.githubusercontent.com/sales-skills/sales/main/skills/sales-mailshake/SKILL.md`.
- For non-`sales-*` skills (third-party), look up `{org}/{repo}` in `~/.claude/skills/sales-do/references/skill-sources.md` if installed and fetch the same `skills/{skill-name}/SKILL.md` path under that repo.
**After reading,** ground your recommendation in something concrete from the SKILL.md (its scope, a sub-flow, its `argument-hint` shape, or a "Do NOT use for..." negative trigger). Align any generated invocation with the platform skill's `argument-hint`. If the platform skill turns out not to fit the user's situation, swap to another or handle the question here directly rather than recommending a poor fit.
## Related skills
- `/sales-social-listening` — Social listening strategy — tool comparison, monitoring setup, competitive intelligence, crisis detection
- `/sales-brand24` — Brand24 platform help — affordable alternative with MCP server and Storm Alerts
- `/sales-mention` — Mention platform help — simpler/cheaper monitoring starting at $41/mo
- `/sales-awario` — Awario platform help — budget social listening with Boolean search and social selling
- `/sales-mentionlytics` — Mentionlytics platform help — mid-market social listening with SIA AI advisor
- `/sales-talkwalker` — Talkwalker platform help — enterprise social listening with image recognition
- `/sales-threadlytics` — Threadlytics platform help — Reddit-specific monitoring
- `/sales-compete` — Competitive displacement strategy
- `/sales-do` — Not sure which skill to use? The router matches any sales objective to the right skill. Install: `npx skills add sales-skills/sales --skill sales-do`
## Examples
### Example 1: Too many irrelevant mentions
**User says**: "I'm monitoring our brand name but getting hundreds of unrelated mentions every day. How do I clean this up?"
**Skill does**:
1. Reviews the user's keyword setup and identifies common false positive patterns
2. Suggests NOT exclusions for homonyms, unrelated brands, and spam domains
3. Recommends narrowing source filters and using exact phrase matching
4. Notes that Boolean search (AND/OR/NOT) requires Expert plan or higher
**Result**: Cleaner mention feed with actionable alerts
### Example 2: API integration for dashboard
**User says**: "How do I use the BrandMentions API to pull mention data into my custom dashboard?"
**Skill does**:
1. Confirms the user is on Enterprise plan (API access requirement)
2. Walks through the async search pattern: PostSearch → wait for callback → GetMentions
3. Provides working cURL examples for creating a search and retrieving results
4. Notes the 1-hour search hash expiration and credit costs
**Result**: Working API integration pulling mentions into external dashboard
### Example 3: Client reporting with white-label
**User says**: "I run an agency and need to send branded reports to clients without BrandMentions branding showing"
**Skill does**:
1. Confirms Expert plan is required for white-label reports
2. Walks through report customization options
3. Suggests creating separate projects per client for clean data isolation
4. Recommends scheduling automated report delivery
Related in Ads & Marketing
ads
IncludedMulti-platform paid advertising audit and optimization skill. Analyzes Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, and Apple Ads. 250+ checks with scoring, parallel agents, industry templates, and AI creative generation.
banana
IncludedAI image generation Creative Director powered by Google Gemini Nano Banana models. Use this skill for ANY request involving image creation, editing, visual asset production, or creative direction. Triggers on: generate an image, create a photo, edit this picture, design a logo, make a banner, visual for my anything, and all /banana commands. Handles text-to-image, image editing, multi-turn creative sessions, batch workflows, and brand presets.
rpg-migration-analyzer
IncludedAnalyzes legacy RPG (Report Program Generator) programs from AS/400 and IBM i systems for migration to modern Java applications. Extracts business logic from RPG III/IV/ILE source code, identifies data structures (D-specs), file operations (F-specs), program dependencies (CALLB/CALLP), and converts RPG constructs to Java equivalents. Generates migration reports, complexity estimates, and Java implementation strategies with POJO classes, JPA entities, and service methods. Use when modernizing AS/400 or IBM i legacy systems, analyzing RPG source files (.rpg, .rpgle, .RPGLE), converting RPG to Java, mapping data specifications to Java classes, planning legacy system migration, or when user mentions RPG analysis, Report Program Generator, RPG III/IV/ILE, AS/400 modernization, IBM i migration, packed decimal conversion, or mainframe application rewrite.
brand-library-architect
IncludedBuild a complete brand library for a product — visual asset render pipeline, brand documentation set (BRAND, COPY, MANIFESTO, BIOS, FAQ, GLOSSARY, TONE, PRICING), open-source convention files (README, CONTRIBUTING, SECURITY, CODE_OF_CONDUCT), and a self-contained press kit. This skill should be used when the user asks to "build a brand library / brand kit / press kit / brand assets" for a product, "set up a brand library workflow," "create a positioning manifesto plus visual identity," or any combination of brand documentation + visual asset pipeline. Apply phase-by-phase or run end-to-end. Templates are product-agnostic and use {{TOKEN}} placeholders the skill prompts the user to fill.
writing-tech-post
IncludedAuthors engineering blog posts end-to-end: launch deep-dives, incident postmortems, architecture migrations, performance case studies, tutorials, AI/agent system writeups, security disclosures, and research-to-product translations. Picks the correct archetype, plans the abstraction ladder, enforces an evidence cadence (diagrams, benchmarks, profiles, traces, code, ablations), tunes voice against publisher house styles (Datadog, Vercel, GitHub, AWS, Meta, Cloudflare, Jane Street), and runs a pre-publish gate for narrative momentum and disclosure ethics. Use when drafting a new engineering post, restructuring a draft that feels flat, deciding which evidence form belongs where, validating that depth and product context are balanced, or preparing a postmortem, migration, or performance narrative for external publication. Do not use for API reference documentation, README authoring, marketing copy, release notes, generic SEO content, ghost-written executive thought leadership, or non-engineering long-form essays.
blog-google
IncludedGoogle API integration for blog performance: PageSpeed Insights, CrUX Core Web Vitals with 25-week history, Search Console performance, URL Inspection, Indexing API, GA4 organic traffic, NLP entity analysis for E-E-A-T, YouTube video search for embedding, and Google Ads Keyword Planner. Progressive feature availability based on credential tier (API key, OAuth/service account, GA4, Ads). Shares config with claude-seo at ~/.config/claude-seo/google-api.json. Use when user says "google data", "page speed", "core web vitals", "search console", "indexation", "GA4", "keyword research", "nlp entities", "blog performance", "youtube search", "google api setup".