
Finance Sentiment
- 1.3k installs
- 3.1k repo stars
- Updated July 21, 2026
- himself65/finance-skills
finance-sentiment provides documented workflows for >
About
The finance-sentiment skill Finance Sentiment Skill Fetches structured stock sentiment from the Adanos Finance API 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_MISSING ask the user to set bash export ADANOS_API_KEY sk_live_ Use the key via the X-API-Key header on all requests Base docs text https api adanos org docs Step 2 Identify What the User Needs Match the request to the lightest endpoint that answers it User Request Endpoint Pattern Notes How much are Reddit users talking about TSLA reddit stocks v1 compare Use mentions buzz_score bullish_pct trend How hot is NVDA on X com x stocks v1
- 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?"
- use `days=7` unless the user asks for another window
Finance Sentiment by the numbers
- 1,288 all-time installs (skills.sh)
- +36 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #116 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
finance-sentiment capabilities & compatibility
- Capabilities
- cross source stock sentiment · reddit/x.com/news/polymarket comparisons · buzz, bullish percentage, mentions, trades, or t · a quick answer to "what is the market talking ab · use `days=7` unless the user asks for another wi
- Use cases
- documentation · planning
What finance-sentiment says it does
# Finance Sentiment Skill Fetches structured stock sentiment from the Adanos Finance API.
It is designed for research questions that are easier to answer with normalized sentiment signals than with raw social feeds.
npx skills add https://github.com/himself65/finance-skills --skill finance-sentimentAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.3k |
|---|---|
| repo stars | ★ 3.1k |
| Security audit | 2 / 3 scanners passed |
| Last updated | July 21, 2026 |
| Repository | himself65/finance-skills ↗ |
How do I use finance-sentiment for the task described in its SKILL.md triggers?
>
Who is it for?
Teams invoking finance-sentiment when the user request matches documented triggers and prerequisites.
Skip if: Skip when cached docs are missing, the request is a negative trigger, or another sibling skill owns the workflow.
When should I use this skill?
>
What you get
Step-by-step guidance grounded in finance-sentiment documentation and reference files.
- multi-source sentiment report
- ticker comparison summary
By the numbers
- Covers 4 sentiment sources: Reddit, X.com, News, and Polymarket
- Returns 4 core metrics per source: buzz, bullish percentage, mentions, and trend
Files
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:
!`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_MISSING, ask the user to set:
export ADANOS_API_KEY="sk_live_..."Use the key via the X-API-Key header on all requests.
Base docs:
https://api.adanos.org/docs---
Step 2: Identify What the User Needs
Match the request to the lightest endpoint that answers it.
| User Request | Endpoint Pattern | Notes |
|---|---|---|
| "How much are Reddit users talking about TSLA?" | /reddit/stocks/v1/compare | Use mentions, buzz_score, bullish_pct, trend |
| "How hot is NVDA on X.com?" | /x/stocks/v1/compare | Use mentions, buzz_score, bullish_pct, trend |
| "How many Polymarket bets are active on Microsoft?" | /polymarket/stocks/v1/compare | Use trade_count, buzz_score, bullish_pct, trend |
| "Compare sentiment on AMD vs NVDA" | compare endpoints for the requested sources | Batch tickers in one request |
| "Is Reddit aligned with X on META?" | Reddit compare + X compare | Compare bullish_pct, buzz_score, trend |
| "Give me a full sentiment snapshot for TSLA" | compare endpoints across Reddit, X.com, news, Polymarket | Synthesize cross-source view |
| "Go deeper on one ticker" | /stock/{ticker} detail endpoint | Use only when the user asks for expanded detail |
Default lookback:
- use
days=7unless the user asks for another window
Ticker count:
- use compare endpoints for
1..10tickers
---
Step 3: Execute the Request
Use curl with X-API-Key. Prefer compare endpoints because they are compact and batch-friendly.
Single-source examples
curl -s "https://api.adanos.org/reddit/stocks/v1/compare?tickers=TSLA&days=7" \
-H "X-API-Key: $ADANOS_API_KEY"curl -s "https://api.adanos.org/x/stocks/v1/compare?tickers=NVDA&days=7" \
-H "X-API-Key: $ADANOS_API_KEY"curl -s "https://api.adanos.org/polymarket/stocks/v1/compare?tickers=MSFT&days=7" \
-H "X-API-Key: $ADANOS_API_KEY"Multi-source snapshot for one ticker
curl -s "https://api.adanos.org/reddit/stocks/v1/compare?tickers=TSLA&days=7" -H "X-API-Key: $ADANOS_API_KEY"
curl -s "https://api.adanos.org/x/stocks/v1/compare?tickers=TSLA&days=7" -H "X-API-Key: $ADANOS_API_KEY"
curl -s "https://api.adanos.org/news/stocks/v1/compare?tickers=TSLA&days=7" -H "X-API-Key: $ADANOS_API_KEY"
curl -s "https://api.adanos.org/polymarket/stocks/v1/compare?tickers=TSLA&days=7" -H "X-API-Key: $ADANOS_API_KEY"Multi-ticker comparison
curl -s "https://api.adanos.org/reddit/stocks/v1/compare?tickers=AMD,NVDA,META&days=7" \
-H "X-API-Key: $ADANOS_API_KEY"Key rules
1. Prefer compare endpoints over stock detail endpoints for quick research. 2. Use only the sources needed to answer the question. 3. For Reddit, X.com, and news, the volume field is mentions. 4. For Polymarket, the activity field is trade_count. 5. Treat missing source data as "no data", not bearish or neutral. 6. Never execute trades or convert the result into trading instructions.
---
Step 4: Present the Results
When reporting a single source, prioritize exactly these fields:
- Buzz
- Bullish %
- Mentions or Trades
- Trend
Example:
TSLA on Reddit, last 7 days
- Buzz: 74.1/100
- Bullish: 31%
- Mentions: 647
- Trend: risingWhen reporting multiple sources for one ticker:
- show one block per source
- then add a short synthesis:
- aligned bullish
- aligned bearish
- mixed / diverging
When comparing multiple tickers:
- rank by the metric the user cares about
- default to
buzz_score - call out large gaps in
bullish_pctortrend
Do not overstate precision. These are research signals, not trade instructions.
---
Reference Files
references/api_reference.md- endpoint guide, field meanings, and example workflows
Read the reference file when you need the exact field names, query parameters, or recommended answer patterns.
finance-sentiment
Structured stock sentiment research using the Adanos Finance API.
What it does
Fetches normalized stock sentiment signals across:
- Reddit - buzz, bullish percentage, mentions, trend
- X.com - buzz, bullish percentage, mentions, trend
- News - buzz, bullish percentage, mentions, trend
- Polymarket - buzz, bullish percentage, trades, trend
This skill is useful when a user wants fast answers such as:
- "How much are Reddit users talking about TSLA right now?"
- "How hot is NVDA on X.com this week?"
- "How many Polymarket bets are active on Microsoft right now?"
- "Are Reddit and X aligned on META?"
- "Compare social sentiment on AMD vs NVDA"
This skill is read-only. It only fetches sentiment data for research.
Triggers
- "social sentiment on TSLA"
- "stock buzz"
- "how hot is X stock on X.com"
- "how many Reddit mentions does AAPL have"
- "how many Polymarket bets on Microsoft"
- "compare sentiment on AMD vs NVDA"
- "is Reddit aligned with X on META"
Prerequisites
ADANOS_API_KEYmust be set in the environmentcurlavailable in the shell
Platform
Works on all platforms that support shell commands and outbound HTTP requests.
Setup
# As a plugin (recommended — installs all skills)
npx plugins add himself65/finance-skills --plugin finance-data-providers
# Or install just this skill
npx skills add himself65/finance-skills --skill finance-sentimentSee the main README for more installation options.
Reference files
references/api_reference.md- endpoint guide, field meanings, and example workflows
Finance Sentiment API Reference
This skill uses the Adanos Finance API for read-only stock sentiment research.
Base docs:
https://api.adanos.org/docsAuthentication
Send the API key as:
-H "X-API-Key: $ADANOS_API_KEY"Compare endpoints
Use compare endpoints for quick snapshots and multi-ticker comparisons.
GET /reddit/stocks/v1/compare?tickers=TSLA,NVDA&days=7Primary fields:
tickerbuzz_scorementionsbullish_pctbearish_pcttrendsentiment_scoreunique_postssubreddit_counttotal_upvotes
X.com
GET /x/stocks/v1/compare?tickers=TSLA,NVDA&days=7Primary fields:
tickerbuzz_scorementionsbullish_pctbearish_pcttrendsentiment_scoreunique_tweetstotal_upvotes
News
GET /news/stocks/v1/compare?tickers=TSLA,NVDA&days=7Primary fields:
tickerbuzz_scorementionsbullish_pctbearish_pcttrendsentiment_scoresource_count
Polymarket
GET /polymarket/stocks/v1/compare?tickers=TSLA,NVDA&days=7Primary fields:
tickerbuzz_scoretrade_countbullish_pctbearish_pcttrendsentiment_scoremarket_countunique_traderstotal_liquidity
Detail endpoints
Use stock detail endpoints only when the user explicitly asks for a deeper breakdown.
GET /reddit/stocks/v1/stock/{ticker}
GET /x/stocks/v1/stock/{ticker}
GET /news/stocks/v1/stock/{ticker}
GET /polymarket/stocks/v1/stock/{ticker}These can include richer fields such as daily trend history and top mentions / top markets.
Recommended answer patterns
Single source
Always prioritize these four values:
BuzzBullish %MentionsorTradesTrend
Example:
TSLA on X.com, last 7 days
- Buzz: 86.1/100
- Bullish: 56%
- Mentions: 2,650
- Trend: fallingMulti-source for one ticker
Use one section per source, then synthesize:
- aligned bullish
- aligned bearish
- mixed / diverging
Good synthesis prompts:
- Is Reddit aligned with X?
- Which source is hottest?
- Is prediction market activity more bullish than social chatter?
Multi-ticker comparison
Default ranking:
buzz_scoredescending
Useful interpretations:
- high buzz + high bullish = strong attention with positive tone
- high buzz + low bullish = controversial / crowded bearish setup
- low buzz + rising trend = early attention pickup
- large source disagreement = unstable consensus
Related skills
FAQ
What does finance-sentiment do?
>
When should I use finance-sentiment?
>
What are common prerequisites?
--- name: finance-sentiment description: > Fetch structured stock sentiment across Reddit, X.com, news, and Polymarket using the Adanos Finance API.
Is Finance Sentiment safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.