← Back to Skills Marketplace
789
Downloads
2
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install sentiment-tracker
Description
Monitor brand sentiment, crypto opinions, and product perception across social media with automated tracking, alerts, and multi-entity dashboards.
Usage Guidance
This skill appears coherent for monitoring public sentiment: it stores data locally and uses web search/web fetch to read public posts and news. Before installing, confirm: (1) where reports will be delivered (email, Slack, etc.) and whether that will send data to external services; (2) whether you want the skill to create cron jobs or otherwise run scheduled checks and accept the local files it will create under ~/sentiment-analysis/; and (3) that you understand web_search/web_fetch calls will send query text and URL requests to whatever external tooling your agent uses (check that tool's privacy policy). If you require that nothing ever leaves your machine, verify the agent's web tooling is configured accordingly. If you want tighter guarantees, ask the skill maintainer to specify delivery channels and scheduling mechanisms in detail.
Capability Analysis
Type: OpenClaw Skill
Name: sentiment-tracker
Version: 1.0.0
The skill is designed for local sentiment analysis, explicitly stating that all tracking data is stored locally in `~/sentiment-analysis/` and no data is stored externally or personal information sent anywhere. Network access is limited to `web_search` and `web_fetch` for public content, consistent with the stated purpose. While the skill instructs the agent to use `cron` for scheduled monitoring, this is a legitimate function for a tracking skill and is not used for malicious persistence. Instructions to the agent regarding communication style (e.g., not revealing internal file operations) are aimed at improving user experience and do not hide any malicious actions.
Capability Assessment
Purpose & Capability
Name/description align with instructions: the skill describes monitoring public social media and news, stores data locally under ~/sentiment-analysis/, and uses web search/fetch to gather public posts. It does not request unrelated credentials, binaries, or system paths.
Instruction Scope
Instructions stay mostly within scope (search/fetch public posts, analyze, save reports locally). Two items to note: (1) 'Deliver reports to user's preferred channel' is underspecified — that could imply external delivery methods not described here; (2) scheduled monitoring references 'use cron' and saving schedules in memory.md but does not detail how the agent will create cron jobs or run background tasks, which affects what the agent can do autonomously.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is written to disk by an installer; the only persistent artifacts are files the skill itself will create under ~/sentiment-analysis/ as described.
Credentials
The skill declares no required environment variables, no credentials, and no config paths beyond its own local data directory. That is proportionate for a tool that pulls public posts and stores local reports.
Persistence & Privilege
The skill expects to persist data locally (~/sentiment-analysis/) and suggests scheduled monitoring (cron). It is not force-included (always: false). Persisted data and scheduled checks are reasonable for this use case, but they do grant the skill ongoing local state and potential background activity — confirm you want this behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sentiment-tracker - After installation, invoke the skill by name or use
/sentiment-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Sentiment Tracker?
Monitor brand sentiment, crypto opinions, and product perception across social media with automated tracking, alerts, and multi-entity dashboards. It is an AI Agent Skill for Claude Code / OpenClaw, with 789 downloads so far.
How do I install Sentiment Tracker?
Run "/install sentiment-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sentiment Tracker free?
Yes, Sentiment Tracker is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Sentiment Tracker support?
Sentiment Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Sentiment Tracker?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills