Agent Skills
› FoundDream/miniclawd
› stock
stock
GitHub通过网页搜索获取股票、指数、黄金及加密货币的实时价格。支持中英文查询,返回当前价格、涨跌幅及数据时间戳,并提示延迟风险和非投资建议。
Trigger Scenarios
查询个股或大盘指数价格
查询黄金白银等贵金属价格
查询比特币等加密货币行情
Install
npx skills add FoundDream/miniclawd --skill stock -g -y
SKILL.md
Frontmatter
{
"name": "stock",
"always": true,
"description": "Check stock prices, market indices, gold, and cryptocurrency prices using web search."
}
Stock & Market Skill
Use web search to get real-time market data including stocks, indices, gold, and crypto prices.
Stock Prices
When user asks about a stock, search for current price:
Query: "{SYMBOL} stock price today"
Example: "AAPL stock price today", "Tesla stock price"
For Chinese stocks, include the market:
Query: "{CODE} 股票 今日价格"
Example: "600519 贵州茅台 股价", "腾讯 股票"
Market Indices
Common indices to search:
- US: "S&P 500 index", "Dow Jones today", "NASDAQ composite"
- China: "上证指数", "深证成指", "创业板指数"
- HK: "恒生指数 today"
Gold & Precious Metals
Query: "gold price per ounce today"
Query: "黄金价格 今日"
Query: "silver price today"
For Chinese gold price (per gram):
Query: "今日金价 人民币/克"
Cryptocurrency
Query: "Bitcoin price USD"
Query: "Ethereum price today"
Query: "BTC ETH price"
Response Format
When reporting prices, include:
- Current price with currency
- Change amount and percentage (if available)
- Data timestamp or note that prices are delayed
Example response:
AAPL (Apple Inc.) Price: $178.52 Change: +2.31 (+1.31%) Data as of market close
Tips
- Stock data from web search may be delayed 15-20 minutes
- For real-time data, mention user should check their broker
- Include relevant context (market hours, after-hours trading)
- If user asks for analysis, remind them this is not financial advice
Version History
- 2d65665 Current 2026-07-24 12:16


