brand-mention-monitor

Monitors web mentions of brand terms and posts a deduplicated sentiment digest to Slack.

20.2k|3.4k|Updated Oct 5, 2024
One-click install
npx skills add https://github.com/kortix-ai/suna --skill brand-mention-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-mention-monitor
Source: https://github.com/kortix-ai/suna/tree/main/packages/starter/templates/marketplace/runtime/skills/brand-mention-monitor
Command: npx skills add https://github.com/kortix-ai/suna --skill brand-mention-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeping track of what people say about your brand across news sites, social platforms, and forums is manual, repetitive work that either gets skipped or floods a channel with duplicate alerts. This Skill runs a daily sweep that finds only new mentions, classifies them, and delivers one concise digest.

Core Features & Use Cases

  • Daily mention sweep: Searches news, X/Twitter, LinkedIn, Reddit, Hacker News, and forums for configured brand terms, aliases, and common misspellings.
  • Dedup ledger: Fingerprints each mention and compares it against a persistent log so nothing is reported twice.
  • Sentiment and notability triage: Classifies each mention as positive, neutral, or negative and flags high-reach, influential, or factually wrong mentions for a full callout with a suggested response draft.
  • Use Case: A marketing team configures their brand name and product aliases, then receives one Slack message each morning summarizing new mentions, with draft responses ready for human review on anything negative.

Quick Start

Ask the agent to run a manual sweep of current brand mentions and post the digest to the configured Slack channel.

Frequently Asked Questions about brand-mention-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor brand mentions across social media and news sites?

Configure your brand terms, aliases, and common misspellings in the brand terms file, and the daily run searches news sites, X/Twitter, LinkedIn, Reddit, Hacker News, and forums. New mentions are classified by sentiment and posted as one digest to your Slack channel.

How does brand mention deduplication work across daily runs?

Each mention gets a stable fingerprint from its URL or a hash of the URL plus opening text. The fingerprint is compared against a persistent ledger file, so only mentions not already logged are classified and reported.

Can the agent reply to negative mentions automatically?

No. The agent never posts, replies, or comments on any external platform. For negative or notable mentions it drafts a suggested response inside the Slack digest, clearly labeled for a human to review, edit, and send themselves.

What counts as a notable mention in sentiment monitoring?

A mention is flagged notable if it is negative, has high reach such as large follower counts or upvotes, comes from an influential source like press or verified accounts, or contains factual errors about the brand that could spread.

Does brand monitoring require API keys or platform logins?

No credentials are needed for the default workflow since it uses public web search and fetch only. If a future source requires authentication, that credential is stored encrypted in the secrets manager and scoped to this agent.