Agent Skills
Install SentiSense skills into Claude Code, Cursor, Codex, Gemini, or OpenClaw with one command. Twenty read-only skills: the full API reference, the official CLI, a stock screener, a stock terminal, committee-style stock analysis, earnings analysis, company KPI tracking, analyst ratings tracking, insider Form 4 tracking, a monthly market brief, a dashboard builder, a market heatmap, options activity, an expected-move visualizer, an options payoff calculator, a position-size calculator, 13F flows, politician trades, stock sentiment, and an onboarding router.
Overview
Agent skills are plain markdown playbooks your coding agent reads to learn SentiSense: which endpoints exist, how to authenticate, and how to run multi-step research workflows. Install once and your agent can pull sentiment, smart-money flows, politician trades, and more without you pasting docs into the chat.
Skills are the deepest of the three ways into the same data graph. The MCP connector is a curated read-only slice for chat apps, the REST API is the raw surface, and skills teach a coding agent to drive the full API well.
- What it is: twenty read-only skills, installed as files into your agent. No trading, no account changes, no writes.
- Auth: your SentiSense API key, read from the
SENTISENSE_API_KEYenvironment variable. - Agents: Claude Code, Cursor, Codex, and Gemini via the skills.sh installer; OpenClaw via ClawHub, as single skills or as the all-in-one
stock-analysisbundle plugin.
Install
npx skills add SentiSenseApp/skills
npx skills is the open-source skills.sh installer for coding agents. It reads our public skill files from GitHub and copies them into your agent. Nothing runs at install time, and you can see exactly what it installs first at github.com/SentiSenseApp/skills.
Two useful variants:
- Run it with
--listto see every skill in the collection by name. - Add
-s <skill-name>to install just one instead of the whole collection.
No installer: one URL
The simplest path needs no installer at all. Point your agent at sentisense.ai/skill.md, a single markdown file with the full API reference, and tell it to fetch and follow it. It is the same content as the sentisense skill; installing just makes it a permanent part of your agent instead of a one-off fetch.
On OpenClaw
OpenClaw agents install from ClawHub, where every SentiSense skill is published, versioned, and security-scanned. The fastest path is the stock-analysis bundle plugin, which installs all twenty skills in one command:
openclaw plugins install clawhub:@sentisenseapp/stock-analysis
Prefer a single skill? Each installs on its own, for example the full API reference:
openclaw skills install @thesentitrader/sentisense
Browse the collection, per-skill security audits included, at clawhub.ai/thesentitrader. The bundle's own page, with everything inside it, is clawhub.ai/sentisenseapp/plugins/stock-analysis.
Authenticate
The skills authenticate with your SentiSense API key, read from the SENTISENSE_API_KEY environment variable:
export SENTISENSE_API_KEY="ss_live_..."
Get one free at app.sentisense.ai/get-api-key, or manage an existing key in the developer console. The skills send it as the X-SentiSense-API-Key header on every request. Your account tier applies as usual: Free gets the monthly quota with preview-depth data on PRO endpoints, and PRO unlocks the full payload.
The skills
| Skill | What it does |
|---|---|
0-sentisense-onboarding |
Read first: API key setup and which skill owns which task. The router for the collection. |
sentisense |
The full API reference: every endpoint, auth, quotas, and response shapes. The one to install if you are building your own tooling. |
sentisense-cli |
The official CLI, run via npx with nothing to install: quotes, sentiment, and market data as single commands, with a --json mode returning exact API responses. |
stock-terminal |
Turns chat into a financial terminal: commands like open NVDA, screen smart-money, or daily brief return composite research reports. |
stocks-analysis |
Committee-style US stock analysis: investor personas independently research a thesis, attack each other's cases, and reconcile into a verdict. |
stock-earnings-analysis |
Reads a quarter end to end: the per-quarter analysis report, the risk-factor diffs attached to the quarter they belong to, who reported this week, and the forward calendar. |
last-30-days-in-markets |
Synthesizes the month into one brief: the day-by-day arc of market mood, the biggest story themes, and the signals that accumulated, each claim carrying its date. |
stock-market-dashboard |
Builds a morning market briefing as a single self-contained HTML file: mood gauge, sector heat, options radar, watchlist, flows, and the week's calendar. |
unusual-options-activity |
End-of-day options positioning ranked against each ticker's own history: IV rank, put/call percentile, skew, open-interest walls, and max pain. |
institutional-13f-tracker |
Quarterly 13F institutional ownership by ticker or manager: top holders, quarter-over-quarter buying and selling, activist positions. |
politicians-stock-tracker |
Congressional trading disclosures: trades by member, by ticker, and STOCK Act filings. |
stock-sentiment |
Focused sentiment and smart-money positioning reads for US stocks. |
stock-screener |
Filters stocks and ETFs on the SentiSense Score, analyst, technical, and price fields in one query, or runs the 28 curated screens; translates plain-language asks into valid plans. |
insider-trading-tracker |
SEC Form 4 insider trading: buys and sells by ticker, market-wide activity, cluster buy signals, and 10b5-1 plan detection. |
analyst-ratings-tracker |
Wall Street ratings and price targets: who covers a stock and where each firm stands, upgrades and downgrades by ticker and market-wide, one analyst's call history, and the Street versus the crowd. |
market-heatmap |
Draws the whole market as one self-contained interactive HTML page: a treemap sized by market cap and grouped by sector, recolourable by move, sentiment, Score, mentions or options interest. |
expected-move-visualizer |
Turns implied volatility into an offline HTML chart: the modeled 30, 60 and 90 day expected-move cone around the current price, skewed by 25-delta demand, with IV rank and the next earnings date marked. |
options-payoff-calculator |
An interactive expiry profit-and-loss chart for calls, puts, spreads, straddles and condors, pre-loaded with the ticker's own price, IV and skew. Premiums are modeled from end-of-day IV, not quoted from a live chain. |
position-size-calculator |
Share count, position value, dollar at risk and R multiple from an account size, a risk percentage and a stop, pre-filled with the ticker's last price and its 14-session average true range. |
company-kpi-tracker |
Company KPIs from earnings filings: segment and product revenue, deliveries, subscribers, unit sales and non-GAAP operating metrics, with the filing citation, quarter-over-quarter and year-over-year changes, preliminary values and discontinued histories. |
All twenty are read-only.
Notes
- Quotes are 15-minute delayed; sentiment and news are batch. Prices refresh continuously, while sentiment reads and news annotations are recomputed on a regular cadence.
- Coverage spans the most-watched US stocks, not every ticker.
- The skills provide market information for informational and educational purposes only. It is not investment advice.
- Use of the API through a skill is governed by the API Terms of Service.