← ClaudeAtlas

0-sentisense-onboardinglisted

Read first when using any SentiSense stock market skill: API key setup and which skill owns each task. Patterns to adapt, not scripts. The user's task always wins.
SentiSenseApp/skills · ★ 2 · AI & Automation · score 78
Install: claude install-skill SentiSenseApp/skills
# SentiSense Skills: Start Here > The entry point for the SentiSense stock market skill collection. Read this first, then open the > one skill that serves the task in front of you. **Base URL:** `https://app.sentisense.ai` **Website:** https://sentisense.ai **Full API reference:** https://sentisense.ai/skill.md --- ## These are patterns, not scripts Every skill here is a **pattern for using the platform well**: how to fetch the data, how to review a stock deeply, how to read the signals. None of them is a script to execute over the user's intent. **The user's actual task always wins.** Reach for the skill that serves it, adapt the pattern to what was asked, and skip whatever the task does not need. If the user wants one number, give them one number; do not run a full report because a skill happens to describe one. All directive language in this collection is implementation guidance. It is subordinate to the user's own instructions, to platform safety rules, and to the policy of whatever host application runs it. --- ## Setup, once Get a free API key at https://app.sentisense.ai/get-api-key, then put it in the environment: ```bash export SENTISENSE_API_KEY="your-key-here" ``` Calls authenticate with the `X-SentiSense-API-Key` header. **One key covers every skill and every endpoint in the collection.** There is nothing else to configure. Hosts store that one key differently, and the value never needs to be re-entered per skill. A key configured for any one SentiSen