Official Adanos Market Sentiment API skill for agentic finance workflows
# Add to your Claude Code skills
git clone https://github.com/adanos-software/adanos-market-sentiment-skillGuides for using ai agents skills like adanos-market-sentiment-skill.
adanos-market-sentiment-skill is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by adanos-software. Official Adanos Market Sentiment API skill for agentic finance workflows. It has 0 GitHub stars.
adanos-market-sentiment-skill's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/adanos-software/adanos-market-sentiment-skill" and add it to your Claude Code skills directory (see the Installation section above).
adanos-market-sentiment-skill is primarily written in JavaScript. It is open-source under adanos-software on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh adanos-market-sentiment-skill against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
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.
npx skills add adanos-software/adanos-market-sentiment-skill
Use without installing:
npx skills use adanos-software/adanos-market-sentiment-skill@adanos-market-sentiment
Protected endpoints require an Adanos API key.
export ADANOS_API_KEY="sk_live_your_key_here"
Get a key at adanos.org/register.
adanos-market-sentiment: read-only access patterns for all public Adanos
sentiment endpoints, plus Professional-only raw mention and text sentiment
endpoints.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.
| 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.
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.