finance-sentiment

仓库创建 2026年3月14日最近提交 1 个月前SkillHot 收录 20 天前
▸ 精选理由

提供标准化跨源情绪指标,便于快速比较与研究。

▸ 风险提示

需调用外部 API 并提供密钥,数据准确性依赖第三方

这个 Skill 做什么

通过 Adanos Finance API 汇总 Reddit、X、新闻与 Polymarket 的股票情绪信号。

通过 Adanos Finance API 把 Reddit、X.com、新闻和 Polymarket 上关于某只股票的情绪信号汇总成结构化数据,能一眼看出热度、看涨比例和讨论量。想知道某只票在社交平台上有多火、不同来源是否一致,或要比较多只股票的舆情时就用它。特点是把各渠道的噪声标准化后给出可比指标,方便研究决策,不会返回原始帖文而是读数型结果。

▸ 展开 SKILL.md 英文原文

Fetch structured stock sentiment across Reddit, X.com, news, and Polymarket using the Adanos Finance API. Use this skill whenever the user asks how much people are talking about a stock, how hot a ticker is on social platforms, how many Polymarket bets exist for a company, whether sources are aligned, or to compare stock sentiment across multiple tickers. Triggers include: "social sentiment on TSLA", "how hot is NVDA on X.com", "how many Reddit mentions does AAPL have", "compare sentiment on AMD vs NVDA", "how many Polymarket bets on Microsoft", "is Reddit aligned with X on META", "stock buzz", "bullish percentage", and any mention of cross-source stock sentiment research. This skill is READ-ONLY and does not place trades or modify anything.

数据与抓取金融情绪社媒监测只读通用
3.0k
Stars
334
Forks
25
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/himself65/finance-skills/main/plugins/data-providers/skills/finance-sentiment/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/himself65/finance-skills/main/plugins/data-providers/skills/finance-sentiment/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Finance Sentiment Skill

Fetches structured stock sentiment from the Adanos Finance API.

This skill is read-only. It is designed for research questions that are easier to answer with normalized sentiment signals than with raw social feeds.

Use it when the user wants:
- cross-source stock sentiment
- Reddit/X.com/news/Polymarket comparisons
- buzz, bullish percentage, mentions, trades, or trend
- a quick answer to "what is the market talking about?"

---

## Step 1: Ensure the API Key Is Available

**Current environment status:**

```bash
!`python3 - <<'PY'
import os
print("ADANOS_API_KEY_SET" if os.getenv("ADANOS_API_KEY") else "ADANOS_API_KEY_MISSING")
PY`
```

If `ADANOS_API_KEY_MISSIN
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有