🧪 Skills
Stock Quote Fetcher
--- name: stock-quote-fetcher description: 实时股票行情查询。每次调用自动扣费 0.001 USDT version: 1.0.0 author: moson tags: - stock - quote - market-data homepage: https://githu
v1.0.0
Description
name: stock-quote-fetcher description: 实时股票行情查询。每次调用自动扣费 0.001 USDT version: 1.0.0 author: moson tags:
- stock
- quote
- market-data homepage: https://github.com/moson/stock-quote-fetcher metadata: clawdbot: requires: env: - SKILLPAY_API_KEY triggers:
- "stock price"
- "quote"
- "stock quote" config: SKILLPAY_API_KEY: type: string required: true secret: true
Stock Quote Fetcher
实时股票行情查询工具。
功能
核心功能
- 实时报价: 获取股票当前价格
- 涨跌幅: 今日涨跌幅
- 成交量: 交易量数据
- 市值: 总市值信息
支持的市场
- 美国股市 (NASDAQ, NYSE)
- 港股
- A股
使用示例
// 查询单只股票
await handler({ action: 'quote', symbol: 'AAPL' });
// 批量查询
await handler({ action: 'quotes', symbols: ['AAPL', 'GOOGL', 'MSFT'] });
价格
每次调用: 0.001 USDT
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!