Install
openclaw skills install @thesentitrader/0-sentisense-onboardingRead 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.
openclaw skills install @thesentitrader/0-sentisense-onboardingThe 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
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.
Get a free API key at https://app.sentisense.ai/get-api-key, then put it in the environment:
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.
| When the user says | Open |
|---|---|
| "sentiment on NVDA", "is the mood improving", "what is smart money doing here" | stock-sentiment |
| "analyze AAPL earnings", "earnings call summary", "who reported this week", "who reports next" | stock-earnings-analysis |
| "what happened in the market this month", "monthly recap", "catch me up on stocks" | last-30-days-in-markets |
| "deep dive on this company", "bull case vs bear case", "due diligence", "is the thesis intact" | us-stocks-analysis |
| "open NVDA", "daily brief", "what is hot today", "one command and give me everything" | stock-terminal |
| "build me a market dashboard", "a morning briefing I can open in a browser" | stock-market-dashboard |
| "unusual options activity", "IV rank", "max pain", "where is positioning stretched" | unusual-options-activity |
| "who owns this stock", "13F holdings", "what did the big funds buy last quarter" | institutional-13f-tracker |
| "congress stock trades", "what is that senator buying", "STOCK Act disclosures" | politicians-stock-tracker |
| anything else: prices, news, analyst ratings, insider Form 4, screening, or a task no narrower skill covers | sentisense |
Pick one and go. If two look plausible, pick the narrower one and pull anything extra from
sentisense, which documents the whole API.
Retry-After on a 429.isPreview. When it is true you received a shaped free
view of a paid dataset, not the full record. Say so in the output instead of presenting a partial
view as a complete one.Use sentisense, the full API reference. It covers every endpoint the collection is built on, so it
is both the fallback for an unusual request and the place to check a response shape. Deeper
documentation lives at https://sentisense.ai/docs/api
ClawHub Skill: clawhub.ai/TheSentiTrader/0-sentisense-onboarding