sales-awario
Awario platform help — social listening, brand monitoring, Boolean search, Awario Leads social selling, sentiment analysis, competitive Share of Voice, Reddit monitoring. Use when Awario mentions are full of irrelevant noise and you need to tighten Boolean queries, mention quota is filling up before the month ends, Awario Leads isn't surfacing good prospects, sentiment analysis results seem inaccurate for your industry, you want to compare your brand's Share of Voice against competitors, you need to pull Awario data into another tool via the API or Zapier, or Awario alerts aren't catching mentions you know exist. 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
# Awario 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 (keywords, Boolean queries, sources) - B) Reducing noise / tightening mention quality - C) Awario Leads (finding prospects via social selling) - D) Competitive monitoring / Share of Voice - E) Sentiment analysis and brand health - F) API integration or Zapier automation - G) Reporting (PDF, white-label, stakeholder reports) - H) Something else — describe it 2. **Which Awario plan are you on?** - A) Starter (3 topics, 30K mentions/mo) - B) Pro (15 topics, 300K mentions/mo) - C) Enterprise (100 topics, 1M mentions/mo) - D) Free trial / not sure 3. **What are you monitoring?** - A) My own brand - B) Competitors - C) Industry keywords / trends - D) Prospects and leads (Awario Leads) - E) Multiple of the above **If the user's request already provides most of this context, skip directly to Step 2.** ## 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]` - Influencer discovery → `/sales-influencer-marketing [question]` - Intent signals from social → `/sales-intent [question]` - Email deliverability → `/sales-deliverability [question]` Otherwise, answer directly from the platform reference below. ## Step 3 — Awario platform reference **Read `references/platform-guide.md`** for the full platform reference — capabilities, pricing, data model, API details, integration recipes, code examples. Answer the user's question using only the relevant section. Don't dump the full reference. ## Step 4 — Actionable guidance Based on the user's specific question: 1. **Monitoring setup** — design keyword strategy with Boolean operators, configure sources, set up alerts 2. **Noise reduction** — audit top mentions, add NOT exclusions, narrow source filters, use language/country filters 3. **Awario Leads** — configure prospecting queries, set competitor/industry terms, review lead quality 4. **Competitive intel** — build competitor alerts, configure Share of Voice dashboard, track sentiment trends 5. **API/automation** — guide integration using Enterprise API or Zapier triggers 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 access is Enterprise-only despite pricing page claims.** The pricing page lists "API access" on all plans, but API docs require Enterprise or custom. Verify with Awario support before building integrations on lower plans. - **Twitter/X data not available via API.** Even on Enterprise, the API cannot return X/Twitter mentions. You can see them in the UI but can't export programmatically. - **No TikTok monitoring.** Awario does not crawl TikTok. If TikTok is critical, supplement with another tool. - **Mention quota burns fast with broad queries.** A single broad keyword on Starter (30K/mo) can exhaust the quota in days. Use Boolean NOT exclusions aggressively from day one. - **No native Reddit search operators.** You can monitor Reddit, but can't use Reddit-specific search syntax — only Awario's built-in filters and Boolean queries. - **No refunds on annual plans.** Awario does not offer refunds once billed. Start with monthly if evaluating. - **Stored mentions limit is separate from monthly quota.** Starter stores only 5K mentions per topic — older mentions get purged even if you haven't hit the monthly limit. - **Self-improving**: If you discover something not covered here, append it to `references/learnings.md` with today's date. ## Related skills - `/sales-social-listening` — Social listening strategy — tool comparison, monitoring setup, sentiment analysis, competitive intelligence, crisis detection - `/sales-brand24` — Brand24 platform help — affordable alternative with Storm Alerts and MCP server - `/sales-mention` — Mention platform help — another budget social listening option - `/sales-meltwater` — Meltwater platform help — enterprise social listening with media relations - `/sales-brandwatch` — Brandwatch platform help — enterprise consumer intelligence - `/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 mention noise **User says**: "I'm tracking my brand name but Awario is returning thousands of irrelevant mentions from spam blogs and unrelated sites" **Skill does**: 1. Reads platform-guide.md for Boolean query best practices 2. Audits current query — identifies missing NOT exclusions 3. Suggests adding domain exclusions, language filters, and minimum reach thresholds 4. Recommends reviewing top 50 mentions weekly to catch new noise patterns **Result**: Refined Boolean query with NOT exclusions that cuts noise by 60-80% ### Example 2: Pull mentions into a dashboard via the API **User says**: "I want to build a custom brand health dashboard that pulls Awario mention and sentiment data" **Skill does**: 1. Confirms Enterprise plan is required for API access 2. Walks through authentication setup and API key generation 3. Shows how to use the insights/total endpoint for sentiment and reach aggregates 4. Provides cURL + Python code for fetching time series data **Result**: Working API integration that feeds a custom dashboard ### Example 3: Set up Awario Leads for social selling **User says**: "I want to find people on Reddit and Twitter asking for recommendations in my niche so I can respond with my product" **Skill does**: 1. Explains Awario Leads alert type vs regular Mention alerts 2. Helps configure competitor names and industry keywords as Leads queries 3. Sets up Slack notifications for new leads 4. Warns that X/Twitter leads are UI-only (can't export via API) **Result**: Awario Leads alert surfacing prospects asking for recommendations ## Troubleshooting ### Mention quota exhausted mid-month **Symptom**: "Mentions limit reached" warning and monitoring stops before the billing cycle resets **Cause**: Queries are too broad, pulling in high-volume irrelevant mentions that count against the quota **Solution**: Add NOT exclusions for high-volume noise sources. Use the `source` filter to limit to relevant platforms. Consider upgrading from Starter (30K) to Pro (300K) if your brand genuinely generates high volume. Check the Mentions Feed for patterns — spam domains, common-word collisions, and foreign-language false positives are the top quota burners. ### Awario Leads returning low-quality prospects **Symptom**: Leads alert shows mentions that aren't real buying signals — just general discussion or complaints **Cause**: Leads queries are too broad or using generic industry terms instead of buying-intent phrases **Solution**: Use phrases that signal purchase intent: "looking for", "recommend a", "alternative to [competitor]", "best tool for". Add NOT exclusions for complaint/review terms. Filter by language and country to match your target market. ### API returns empty results for alerts with known mentions **Symptom**: GET /mentions returns an empty array even though the UI shows mentions for that alert **Cause**: Common causes — wrong alert ID, date range mismatch (API uses UTC timestamps in milliseconds for mentions but YYYY-MM-DD for insights), or X/Twitter mentions (not available via API) **Solution**: Verify alert ID with the get-alerts endpoint first. Check date format — mentions endpoint uses millisecond timestamps, insights endpoint uses YYYY-MM-DD. Confirm the mentions you see in UI aren't X/Twitter (excluded from API). Test with no date filters first to confirm data access works.
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".