Install
$ agentstack add skill-sandbaseai-sandbase-skills-brand-monitoring ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Brand Monitoring
Cross-platform brand reputation and mention monitoring through SandBase. Track what's being said about a brand across Twitter, Reddit, news sources, and Chinese platforms. Read [the API map](references/sandbase-api-map.md) before selecting a capability.
Call SandBase capabilities
For every selected tool, call sandbase_describe_tool first and use only arguments in its current input schema. Then call sandbase_call_tool with the exact tool_name.
Operating principles
- Monitor across multiple platforms for complete coverage.
- Separate factual mentions from sentiment/opinion.
- Track both brand name and common misspellings/abbreviations.
- Note platform-specific context (Twitter = real-time, Reddit = community depth, News = authority).
- Keep client brand strategy and competitor lists confidential.
Workflow
1. Twitter monitoring
Use twitter_web_search_timeline to search brand mentions and hashtags. Use twitter_web_trending to check if brand is trending.
2. Reddit monitoring
Use reddit_app_dynamic_search to find brand discussions across subreddits.
3. News monitoring
Use tavily_search with topic "news" and brand name. Use google_news_bulk_articles for comprehensive news coverage.
4. Chinese platform monitoring (if applicable)
Use xiaohongshu_app_v2_search_notes for brand mentions on Xiaohongshu. Use weibo_web_search for Weibo brand mentions.
5. Synthesize
Aggregate mentions by platform, sentiment, volume, and trends.
Output
Return: mention volume by platform, sentiment breakdown (positive/negative/neutral), key influencer mentions, emerging issues, competitive comparison, and trend over time.
Example tasks
- "Monitor what's being said about [brand] across Twitter, Reddit, and news this week."
- "What's the sentiment toward [brand] on social media right now?"
- "Has [brand] been mentioned in any negative news recently?"
- "Compare social mentions between [our brand] and [competitor brand]."
- "Track [product launch] reception across Twitter, Reddit, and 小红书."
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sandbaseai
- Source: sandbaseai/sandbase-skills
- License: Apache-2.0
- Homepage: https://skills.sh/sandbaseai/sandbase-skills/multi-source-search
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.