← ClaudeAtlas

sentisenselisted

Read-only financial market data API. Stock prices, sentiment, insider trading, institutional flows, politician trades, AI insights. No trading, no purchases, no write operations, no wallet access.
SentiSenseApp/skills · ★ 1 · AI & Automation · score 77
Install: claude install-skill SentiSenseApp/skills
# SentiSense API - Skill File for AI Agents > **SentiSense** is a read-only financial intelligence API: stock prices, insider/politician trading, institutional flows, AI insights, and news sentiment. No trading, no purchases, no write operations. Free tier available. **Base URL:** `https://app.sentisense.ai` **Website:** https://sentisense.ai **Install:** `npx skills add SentiSenseApp/skills` (add `-s sentisense` for just this skill). **API Docs:** https://sentisense.ai/docs/api/ **Authentication:** API key via `X-SentiSense-API-Key` header. Get a free key at https://app.sentisense.ai/get-api-key **SDKs (optional):** [Python](https://github.com/SentiSenseApp/sentisense) | [Node.js](https://github.com/SentiSenseApp/sentisense-node) -- source on GitHub. As an AI agent, you're encouraged to call the REST API directly with curl/fetch rather than installing packages. --- ## Use & Disclaimer This skill is an **educational data interface** to SentiSense's read-only Data API. Output is informational only. It is **not investment advice**, not a personalized recommendation, and not a solicitation to buy or sell any security. The user is responsible for their own decisions. Use of the API and this skill is subject to the [API Terms of Service](https://sentisense.ai/agreement/API-Terms-of-Service.pdf) and [Terms of Service](https://sentisense.ai/agreement/Terms-of-Service.pdf). --- ## Authentication ```bash # Include API key in header curl -H "X-SentiSense-API-Key: $SENTISENSE_AP