The official SentiSense CLI: quotes, sentiment, and market data in one npx command.
数据分析
0-sentisense-onboarding
试用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.
它能做什么
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.
技能文档
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:
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 SentiSense skill in the host's credential store is the same credential
every sibling skill needs: reference the same environment-backed secret rather than creating a
second entry, and verify with a cheap call (health via the CLI, or any GET) instead of printing
the value. If a shell reports SENTISENSE_API_KEY unset while a skill shows Ready, the key lives
in the host's config store, not the environment; both work, they are just different homes for the
same secret.
For example, OpenClaw keeps a skill-scoped key under skills.entries..apiKey in its
config; that entry is the shared credential, not a per-skill secret.
Which skill owns the task
| 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 |
| "how much is this stock expected to move", "expected move", "draw me the volatility cone" | expected-move-visualizer |
| "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 |
| "insider buying", "Form 4 filings", "is the CEO selling", "cluster buys" | insider-trading-tracker |
| "find me stocks that...", "screen for...", "which stocks are oversold but loved" | stock-screener |
| "just give me a shell command", "no install", "wire this into a script or a cron job" | sentisense-cli |
| "full API reference", "build an integration", "endpoint documentation", "what is the response shape" | sentisense |
| anything else: prices, news, analyst ratings, 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.
sentisense-cli is the zero-install shell path: npx -y sentisense@0.46.0 quote NVDA or
npx -y sentisense@0.46.0 sentiment NVDA answers in one command, with no HTTP call to compose and
nothing to install. The full API reference stays sentisense.
Conventions that hold across every skill
- Read-only. These skills fetch and analyze. They never place a trade, move money, or write anything back.
- Rate limits. 30 requests per minute on a free key, 300 on PRO. Page serially rather than
firing a fan-out at once, and honor
Retry-Afteron a429. - The preview envelope. Responses carry
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. - Absence is stated, never invented. An empty result is a finding worth one line. Never fill a gap with a figure from memory.
- Educational, not advice. Output is research and educational content, not financial advice. Carry the disclaimer the skill you are using specifies.
When nothing fits
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
相关技能
为 AI 智能体提供美股市场只读数据——一个免费 API Key 即可获取股价、情绪评分、内部人交易、国会议员披露与财报日历。
Market heatmap of the US stock market as one self-contained interactive HTML page the agent can show inline or hand over as a file: every stock in an index drawn as a treemap tile, sized by market cap, grouped by GICS sector, coloured by today's move, with a click to recolour the whole board by sentiment, SentiSense Score, mention volume or options interest, plus sector Market Mood, a ticker search, sector zoom and a hover card on every tile. One API call per render on any tier. The agent fetches with a read-only API key and bakes the board in, so the page carries no key, makes no network call of its own, and renders anywhere that draws HTML. Use for market heatmap, sector heatmap, stock market heatmap today, what is moving today, which sectors are hot, market mood by sector, sector performance map, heatmap by sentiment, heatmap by options activity, nasdaq 100 heatmap. Read-only. No trading, no purchases, no write operations, no wallet access.
用投委会对抗辩论的方式获得美股深度研究,多角色独立推演、保留异议记录。
Build a stock market dashboard as a single self-contained HTML file you can open in a browser. Generates a morning market briefing from live data: a fear-to-greed market mood gauge with its component signals, sentiment breadth, sector heat, the biggest 7-day attention shifts, an options radar, a watchlist with sentiment scores and analyst consensus, insider cluster buys, congressional trades, institutional flows, overnight story clusters, and the week's earnings calendar. No backend, no build step, no dependencies, one file. Use for "build me a stock market dashboard", "make a stock dashboard html", "morning market briefing", "watchlist dashboard", "daily market report". Read-only. No trading, no purchases, no write operations, no wallet access.
This skill provides integration with the Alpaca Markets API for trading stocks, options, and cryptocurrencies. Use it when you need to interact with Alpaca's...