sales-mention
Mention platform help — real-time media monitoring, brand mention tracking, sentiment analysis, competitor benchmarking, review monitoring, REST API. Use when Mention alerts are returning too much noise and irrelevant results, mention limits are filling up before the month ends, sentiment analysis results seem inaccurate or missing, you need to pull Mention data into your CRM or dashboard via the API, Boolean search queries aren't catching the right conversations, you want to track competitor share of voice in Mention, or review monitoring isn't picking up sites you care about. 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
# Mention 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 monitoring alerts (keywords, Boolean queries, sources)
- B) Reducing noise / improving mention quality
- C) Sentiment analysis or tone filtering
- D) Competitor benchmarking / Share of Voice
- E) Review monitoring (Google, Trustpilot, G2, etc.)
- F) API integration (pulling mentions into another tool)
- G) Zapier / Slack integration
- H) Understanding pricing / plan limits
- I) Something else — describe it
2. **Which Mention plan are you on?**
- A) Solo ($41/mo — 2 alerts, 5K mentions, 1 user)
- B) Pro ($83/mo — 5 alerts, 10K mentions, 10 users)
- C) ProPlus ($149/mo — 7 alerts, 20K mentions, unlimited users)
- D) Company ($599+/mo — 10+ alerts, 100K+ mentions)
- E) Not sure / 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 or platform skill, route:
- Social listening strategy or tool comparison → `/sales-social-listening [question]`
- Social media scheduling/publishing → `/sales-social-media-management [question]` (Mention deprecated publishing — use Agorapulse or another tool)
- Competitor displacement strategy → `/sales-compete [question]`
- Crisis communication strategy → `/sales-social-listening [crisis detection question]`
- PR / media outreach → `/sales-media-relations [question]`
Otherwise, answer directly from the platform reference below.
## Step 3 — Mention platform reference
**Read `references/platform-guide.md`** for the full platform reference — capabilities, pricing, data model, API integration recipes, code examples, and automation patterns.
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. **Alert setup** — help design Boolean queries, pick sources, set language/country filters
2. **Noise reduction** — review their query, add NOT exclusions, narrow sources
3. **API integration** — provide code snippets for their specific use case
4. **Plan optimization** — help them stay within mention limits or decide when to upgrade
5. **Competitive tracking** — set up parallel alerts for competitors, measure share of voice
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.*
- **Solo plan is very restrictive.** Only 2 alerts and 5K mentions/month. If your brand name is a common word, you can burn through mentions in days. Consider ProPlus if monitoring more than one brand.
- **Sentiment analysis requires Pro or higher.** Solo plan has no sentiment filtering — you see all mentions regardless of tone.
- **Competitive analysis is ProPlus+ only.** Share of Voice and competitive benchmarking are not available on Solo or Pro.
- **API access has extra cost.** The API is not included in self-serve plans by default — contact Mention to enable it and expect an additional fee.
- **Only 250 characters of mention content returned via API.** Due to IP/legal restrictions, the API truncates mention text. You get a URL to the original source for full content.
- **Publishing was deprecated in January 2026.** Mention migrated publishing/scheduling to Agorapulse. Mention is now monitoring-only.
- **Common brand names generate massive noise.** If your brand name is a dictionary word, invest time in Boolean NOT exclusions before doing anything else.
## Related skills
- `/sales-social-listening` — Social listening strategy — tool comparison, monitoring setup, sentiment analysis, crisis detection, competitive intelligence
- `/sales-brand24` — Brand24 platform help — affordable Brand24 alternative with MCP server and Storm Alerts
- `/sales-brandwatch` — Brandwatch platform help — enterprise-grade social listening with deep consumer intelligence
- `/sales-meltwater` — Meltwater platform help — enterprise media intelligence with journalist database
- `/sales-social-media-management` — Social media management strategy — publishing, scheduling (since Mention no longer publishes)
- `/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: Reduce noise in brand monitoring
**User says**: "My Mention alerts are full of irrelevant results — my brand name is 'Atlas' and I get mentions of Atlas mountains, Atlas rockets, etc."
**Skill does**:
1. Reads platform guide for Boolean query best practices
2. Designs a refined query: `"Atlas" AND ("software" OR "app" OR "saas") NOT "mountains" NOT "rocket" NOT "mythology" NOT "atlas shrugged"`
3. Suggests narrowing sources to exclude travel/science blogs
4. Recommends reviewing first 50 results and iterating exclusions
**Result**: Targeted monitoring query that filters out common word noise
### Example 2: Pull mentions into a dashboard via API
**User says**: "I want to automatically pull new brand mentions from Mention into our internal analytics dashboard"
**Skill does**:
1. Reads API reference for authentication and mention endpoints
2. Provides working cURL and Python code to list mentions with cursor pagination
3. Explains the 250-char content limit and how to follow `original_url` for full text
4. Suggests polling `_links.pull` for new mentions or using streaming API for real-time
**Result**: Working integration code with pagination and rate limit handling
### Example 3: Set up competitor share of voice tracking
**User says**: "I want to compare our brand mentions vs two competitors in Mention"
**Skill does**:
1. Notes that competitive analysis requires ProPlus ($149/mo) or higher
2. Designs three parallel alerts with identical source/language settings
3. Explains how to use Mention's built-in competitive report
4. Suggests tracking mention volume, sentiment split, and top sources weekly
**Result**: Competitive monitoring setup with apples-to-apples comparison
## Troubleshooting
### Mention limits filling up too fast
**Symptom**: You hit your monthly mention cap within the first week
**Cause**: Queries too broad, monitoring common words without enough exclusions, or tracking too many sources
**Solution**: Audit each alert's query — add NOT exclusions for the top false positive patterns. Narrow source types (e.g., drop forums if they're mostly spam). Consider splitting one broad alert into two focused ones so you can better control each. If you consistently need more, evaluate whether Pro ($83/mo) or ProPlus ($149/mo) makes sense.
### Boolean queries not matching expected mentions
**Symptom**: You know a mention exists online but Mention didn't capture it
**Cause**: Query syntax issues, source not crawled by Mention, or mention published before alert was created
**Solution**: Test your Boolean logic — Mention uses AND/OR/NOT (no NEAR/n proximity). Check that the source type is included in your alert settings. Mention only tracks mentions from the moment an alert is created — no retroactive capture unless you have historical data access (Company plan).
### Sentiment analysis seems wrong
**Symptom**: Positive reviews show as negative, or sarcastic posts show as positive
**Cause**: Automated sentiment accuracy tops out around 70-85%, especially with sarcasm, slang, or non-English text
**Solution**: Use the API's `tone` parameter to manually override sentiment on high-impact mentions. Focus on sentiment trends over time ratRelated 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".