← 返回 Skills 市场
789
总下载
2
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install sentiment-tracker
功能描述
Monitor brand sentiment, crypto opinions, and product perception across social media with automated tracking, alerts, and multi-entity dashboards.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sentiment-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/sentiment-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Sentiment Tracker 是什么?
Monitor brand sentiment, crypto opinions, and product perception across social media with automated tracking, alerts, and multi-entity dashboards. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 789 次。
如何安装 Sentiment Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sentiment-tracker」即可一键安装,无需额外配置。
Sentiment Tracker 是免费的吗?
是的,Sentiment Tracker 完全免费(开源免费),可自由下载、安装和使用。
Sentiment Tracker 支持哪些平台?
Sentiment Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Sentiment Tracker?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。
推荐 Skills