finance-sentiment
提供标准化跨源情绪指标,便于快速比较与研究。
需调用外部 API 并提供密钥,数据准确性依赖第三方
通过 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.
帮我安装这个 skill:https://raw.githubusercontent.com/himself65/finance-skills/main/plugins/data-providers/skills/finance-sentiment/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/himself65/finance-skills/main/plugins/data-providers/skills/finance-sentiment/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