Sentiment Analysis

# Sentiment Analysis - 情绪分析工具

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Sentiment Analysis" with this command: npx skills add GBABYZS/gbabyzs-sentiment-analysis

Sentiment Analysis - 情绪分析工具

功能说明

分析股票相关社交媒体情绪,包括股吧、雪球评论。

核心功能

情绪指标

  • 情绪指数 (0-100)
  • 看涨/看跌比例
  • 情绪趋势变化

热度分析

  • 讨论热度
  • 关注度变化
  • 舆情传播路径

水军识别

  • 异常评论检测
  • 机器人账号识别
  • 真实情绪过滤

使用示例

from sentiment_analysis import analyze_stock_sentiment

# 分析情绪
sentiment = analyze_stock_sentiment(stock_code="300308")

安装依赖

pip install akshare pandas numpy jieba snownlp

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Evolver

A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.

Registry SourceRecently Updated
Automation

Revenium

Mandatory Revenium budget enforcement for every agent operation. Checks token spend against your configured budget before each tool call, warns when threshol...

Registry SourceRecently Updated
Automation

OpenClaw Capture

Wrap a local openclaw_capture_workflow checkout as an OpenClaw/ClawHub skill that captures links, text, images, and videos, routes STT by platform, and fans...

Registry SourceRecently Updated
Automation

Agent Memory Local

Local-first memory retrieval for Agent/OpenClaw workspaces. Use when the user asks about prior work, decisions, dates, preferences, root causes, todo history...

Registry SourceRecently Updated