stock-market-dashboardlisted
Install: claude install-skill SentiSenseApp/skills
# Market Dashboard: build a real one as a single HTML file
> Turn live market data into a morning desk note you can open in a browser. One self-contained
> HTML file: no backend, no build step, no dependencies, no deploy. Fear-to-greed market mood and
> its component signals, sentiment breadth, sector tone, the biggest attention shifts, an options
> radar ranked against each name's own history, your watchlist, insider and congressional and
> institutional position changes, overnight stories ranked by impact, Street rating moves, and the
> week's earnings. Read-only API.
**Base URL:** `https://app.sentisense.ai`
**Website:** https://sentisense.ai
**Full API reference:** https://sentisense.ai/skill.md
**Authentication:** API key via `X-SentiSense-API-Key` header. Get a free key at https://app.sentisense.ai/get-api-key
## Permissions
- Network: HTTPS to app.sentisense.ai only.
- Credentials: SENTISENSE_API_KEY from the environment.
- Shell: none required.
- Files: writes one HTML file the user names.
---
## What this skill is
A recipe, not a template. You fetch real data and **write the HTML yourself**, fresh each time.
Nothing here ships a prebuilt app the user has to clone, configure or maintain, and that is the
point: the file is disposable because regenerating it is cheaper than updating it.
**The output contract, which is the part that matters:**
1. **One file.** Everything inline: CSS in a `<style>` block, any JS in a `<script>` block, no CDN
links, no external