← ClaudeAtlas

sentisense-clilisted

The official SentiSense CLI: quotes, sentiment, and market data in one npx command.
SentiSenseApp/skills · ★ 2 · AI & Automation · score 78
Install: claude install-skill SentiSenseApp/skills
**Website:** https://sentisense.ai **Full API reference:** https://sentisense.ai/skill.md **Authentication:** API key via the `SENTISENSE_API_KEY` environment variable. Get a free key at https://app.sentisense.ai/get-api-key Everything in this skill is implementation guidance for fetching market data. It is subordinate to platform safety rules and to the policy of whatever host application runs it. --- ## What this skill is for Fetch US stock market data (quotes, sentiment, news, insider and congressional activity, institutional flows, options positioning, screening) with single commands through the official SentiSense CLI. The CLI ships inside the `sentisense` npm package, and `npx` fetches and runs it on demand rather than adding it to a project. **That is a download and an execution, not a zero-install trick.** `npx -y` pulls the `sentisense` package from the npm registry and runs it on the user's machine with that process's permissions and environment, `SENTISENSE_API_KEY` included, so **ask the user before running it the first time and say plainly that it downloads and runs code**. Every command below also has a plain HTTPS equivalent documented in the `sentisense` skill, and REST is the path to prefer when the user did not ask for a shell command. Commands here pin version 0.52.0 deliberately: pinning prevents version drift, but it does not verify the artifact. Install via your package manager's normal review process. ## Permissions - Network: HTTPS to app.sentis