Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

sentiment-tracker情绪追踪器

Agent Skill

sentiment-tracker 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

25,140

周安装

1,017

GitHub Stars

2

下载量

7,892
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sentiment-tracker(情绪追踪器)
来源仓库:https://github.com/ivangdavila/sentiment-tracker
安装命令:
openclaw skills install sentiment-tracker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install sentiment-tracker

简介

自动追踪社交媒体上的品牌情绪和产品认知变化。

  • 适用于市场研究和竞品分析场景。sentiment-tracker 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 提供多实体仪表板和自定义警报功能。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 需接入社交平台 API 并设置关键词过滤规则。
  • 注意遵守平台数据使用政策与隐私条款。

SKILL.md

name
Sentiment Tracker
slug
sentiment-tracker
version
1.0.0
homepage
https://clawic.com/skills/sentiment-tracker
description
Monitor brand sentiment, crypto opinions, and product perception across social media with automated tracking, alerts, and multi-entity dashboards.
metadata
{"clawdbot":{"emoji":"📊","requires":{"bins":[]},"os":["linux","darwin","win32"]}}

Sentiment Analysis

Track what people say about anything — brands, crypto, products, competitors — across Twitter/X, Reddit, YouTube, Hacker News, and news sites.

One-shot analysis for quick checks. Scheduled monitoring for ongoing tracking. Multi-entity dashboards to compare multiple things at once.

Setup

On first use, read setup.md and follow its guidelines. Data is stored locally in ~/sentiment-analysis/.

When to Use

User wants to know public opinion about something. Could be:

  • "What are people saying about [brand]?"
  • "How's sentiment on [crypto] right now?"
  • "Monitor [product] mentions and alert me on negative spikes"
  • "Compare sentiment: [brand A] vs [brand B]"

Architecture

Data lives in ~/sentiment-analysis/. See memory-template.md for setup.

~/sentiment-analysis/
├── memory.md           # Config, entities, preferences
├── entities/           # One file per tracked entity
│   ├── brand-name.md
│   └── crypto-xyz.md
├── reports/            # Generated analysis reports
│   └── YYYY-MM-DD-entity.md
└── alerts.md           # Alert history

Quick Reference

TopicFile
Setup processsetup.md
Memory templatememory-template.md

Core Rules

1. Source Diversity Matters

Never rely on a single platform. Each source has bias:

  • Twitter/X: Real-time, emotional, viral content
  • Reddit: Longer discussions, honest opinions, niche communities
  • YouTube: Comments show product experiences
  • Hacker News: Tech-focused, skeptical, early adopter views
  • News sites: Official narratives, PR-filtered

Use at least 2-3 sources per analysis. Note source distribution in reports.

2. Time Windows Change Everything

Sentiment shifts fast. Always specify and report time window:

  • Last 24h: Breaking news, viral events
  • Last 7d: Weekly trends, sustained campaigns
  • Last 30d: Product launches, seasonal patterns

Default: Last 7 days unless user specifies otherwise.

3. Quantify, Don't Guess

Every report includes concrete metrics:

📊 Entity: [Name]
🕐 Period: [Date range]
📈 Volume: [X mentions found]
😊 Positive: XX% | 😠 Negative: XX% | 😐 Neutral: XX%

Top Themes:
1. [Theme] — XX mentions, XX% negative
2. [Theme] — XX mentions, XX% positive

Notable Posts:
- [Quote] — [Platform, engagement]

4. Alerts Are Specific

Don't alert on every change. Track baselines and alert on:

  • Negative spike >20% above baseline
  • Viral negative post (>10x normal engagement)
  • New negative theme appearing
  • Competitor positive spike

5. Multi-Entity Comparison

When tracking multiple entities, always show relative performance:

📊 Sentiment Comparison (Last 7d)

| Entity | Volume | Positive | Negative | Trend |
|--------|--------|----------|----------|-------|
| Brand A | 1,240 | 62% | 18% | ↗️ +5% |
| Brand B | 890 | 45% | 32% | ↘️ -8% |

6. Scheduled Monitoring

For ongoing tracking, use cron. Default schedules:

  • Critical entities: Daily at 09:00
  • Regular entities: Every 3 days
  • Background entities: Weekly

Store schedule in memory.md. Deliver reports to user's preferred channel.

7. Save Everything

After each analysis:

  1. Update entity file with new data
  2. Compare to previous analysis
  3. Note trend changes
  4. Archive raw findings

Common Traps

  • Single-source analysis → Completely skewed view. Reddit hates everything, Twitter loves drama. Always cross-reference.
  • No time window → "Sentiment is positive" means nothing without dates. A product can be loved one week, hated the next.
  • Vanity metrics → High volume ≠ positive sentiment. 1000 mentions with 80% negative is worse than 100 mentions with 60% positive.
  • Ignoring context → A spike in "crypto X is dead" might be sarcasm or memes. Read actual posts, not just keyword counts.
  • Alert fatigue → Alerting on every fluctuation makes users ignore alerts. Only signal meaningful changes.

External Endpoints

EndpointData SentPurpose
Search engines (via web_search)Query textFind mentions
Social platforms (via web_fetch)URL requestsRead content

No API keys required. No data stored externally. All analysis happens locally.

Security & Privacy

Data that leaves your machine:

  • Search queries sent to web search (query text only)
  • URL requests to public posts (reading only)

Data that stays local:

  • All entity tracking in ~/sentiment-analysis/
  • Historical sentiment data
  • Alert configurations

This skill does NOT:

  • Require accounts on any platform
  • Store data on external servers
  • Send personal information anywhere
  • Access private/protected content

Related Skills

Install with clawhub install <slug> if user confirms:

  • analytics — web traffic and conversion data
  • branding — brand strategy and guidelines
  • monitor — system and service monitoring

Feedback

  • If useful: clawhub star sentiment-tracker
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.53%
按下载量换算6,592

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills