tool-nasdaq-quote
12
总安装量
8
周安装量
#26668
全站排名
安装命令
npx skills add https://github.com/captaindpt/truth-terminal --skill tool-nasdaq-quote
Agent 安装分布
claude-code
7
opencode
6
gemini-cli
5
windsurf
5
codex
5
Skill 文档
nasdaq_quote (Nasdaq quote)
When to use
- Lightweight US stock quote (price/change/%change) for dashboarding or quick checks.
Parameters
symbol(string, required): e.g."AAPL". Allowed:[A-Z0-9.\\-=_^]{1,15}
Examples
{ "name": "nasdaq_quote", "params": { "symbol": "AAPL" } }
Output
- Returns:
{ quote: { symbol,name,exchange,currency,price,change,changePercent,marketCap,time }, meta: { cached,durationMs,timeoutMs } } - Rendered:
Meta(text: cached/durationMs)Quote(table)
Notes
- Data is typically delayed (~15m) and can rate-limit; treat as âgood enoughâ not authoritative.
targetWindow:des