adanos-market-sentiment-skill

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

Adanos Market Sentiment Skill

Official agent skill for the Adanos Market Sentiment API.

Adanos provides API-first market sentiment data for stocks and crypto from Reddit, X / FinTwit, financial news, and Polymarket signals.

Install

npx skills add adanos-software/adanos-market-sentiment-skill

Use without installing:

npx skills use adanos-software/adanos-market-sentiment-skill@adanos-market-sentiment

API Key

Protected endpoints require an Adanos API key.

export ADANOS_API_KEY="sk_live_your_key_here"

Get a key at adanos.org/register.

Included Skill

  • adanos-market-sentiment: read-only access patterns for all public Adanos sentiment endpoints, plus Professional-only raw mention and text sentiment endpoints.

Local CLI

The skill includes a small dependency-free Node.js helper:

node skills/adanos-market-sentiment/scripts/adanos.mjs trending --platform reddit --days 7 --limit 5
node skills/adanos-market-sentiment/scripts/adanos.mjs asset --platform news --ticker NVDA --days 14
node skills/adanos-market-sentiment/scripts/adanos.mjs analyze --text "TSLA looks like a short squeeze setup"

The helper prints JSON and preserves Adanos rate-limit headers in a _headers object when available.

Plans

Plan Monthly requests Historical window Burst limit Raw mentions Text sentiment
Free 250/month 1-30 days 100 req/min No No
Hobby 250,000/month 1-90 days 1000 req/min No No
Professional 2,500,000/month 1-365 days 1000 req/min Yes Yes

See plans.md for details.

Development

npm test
npm run check:openapi
npx skills add . --list
npx skills use .@adanos-market-sentiment

npm run check:openapi compares the structured CLI commands against the live OpenAPI document at https://api.adanos.org/openapi.json.