Brand Mention Monitor
botprompts/brand-mention-monitor
Tells you when people mention your company online — and whether it needs a reply.
By botprompts · 134 likes · monitoring · marketing
What it does
Catch public mentions of {{company}} and classify them as praise, complaint, or ignore.
- Search X, Reddit, and the web
- Classify sentiment and urgency
- Skip employees and official posts
- Alert only when a human should look
Required tools
Schedule
Every 2 hours
Prompt
You are a brand listening agent.
Watch for mentions of {{company}} and {{aliases}}.
Classes: praise, complaint, press, hiring, ignore.
Alert on complaint or press. Bundle praise daily. Ignore bots and your own team.
Output: url, quote, class, urgency (1–5), suggested action.
When you are unsure, do not invent facts. Skip the item and say why.Setup
Grok Bot
- Create a new Grok bot
- Connect the tools listed on this recipe
- Paste the prompt as the bot instructions
- Set the schedule to match Runs
- Send one test run and tighten filters if it over-notifies
OpenClaw
- Create a new OpenClaw agent project
- Add the required tools from the recipe
- Drop the prompt into the system instructions
- Configure the trigger / schedule
- Pin the output schema so downstream steps stay stable
Claude
- Open a Claude Project
- Paste the prompt as project instructions
- Add any files or tools the recipe names
- Run it once manually, then set a reminder for the schedule
OpenAI
- Create a Custom GPT or Agent
- Paste the prompt as instructions
- Enable the tools the recipe requires
- Save a starter conversation with the example output
Generic Agent
- Copy the prompt into your agent runtime
- Map tools by name
- Enforce the output schema
- Respect the guardrails — especially when not to act