Fetch comprehensive stock data from Simplywall.st. Use when user asks about stock prices, valuation, financials, dividend, or investment analysis for any glo...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install stock-data-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install stock-data-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/stock-data-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: stock_data description: "Fetch comprehensive stock data from Simplywall.st. Use when user asks about stock prices, valuation, financials, dividend, or investment analysis for any global stock." metadata: openclaw: emoji: "📈" version: "2.0.0" author: "OpenClaw Community" requires: {} changelog: - "v2.0.0 - Enhanced: price targets, all returns (1d-5yr), insider activity, margins, health/balance sheet, growth rates, forecasts, 52W range, volatility" - "v1.3.0 - Switch to direct HTTP fetch (no API key required)" ---
Fetch comprehensive stock data from Simplywall.st for any global stock.
cd ~/.openclaw/workspace/skills/stock-data-skill && python3 skill.py {TICKER} {EXCHANGE}
| Section | Key Fields | |---------|------------| | company | name, description, country, founded, website | | price | last, currency, beta5Y, min52W, max52W, isVolatile, dailyStdDev | | returns | 1d, 7d, 30d, 90d, ytd, 1yr, 3yr, 5yr, sinceIPO | | valuation | peRatio, pbRatio, pegRatio, priceToSales, evToEbitda, npvPerShare, intrinsicDiscount, status | | financials | eps, roe, roa, debtEquity, revenue, netIncome, yearsProfitable, latestFiscalYear | | margins | grossProfit, netIncome, ebit, ebitda | | growth | revenueGrowth 1Y/3Y/5Y, netIncomeGrowth 1Y/3Y/5Y, epsGrowth 1Y/3Y/5Y | | dividend | yield, futureYield, payingYears, payoutRatio, buybackYield, totalShareholderYield | | forecast | epsGrowth 1Y/3Y, revenueGrowth 1Y/2Y/3Y, netIncomeGrowth 1Y/2Y/3Y, forwardPE1Y, roe1Y/3Y | | priceTarget | consensus, low, high, analystCount | | health | totalDebt, totalEquity, totalAssets, debtToEquity, currentRatio, interestCover, leveredFCF, bookValuePerShare | | insiders | buyingRatio, totalSharesBought, totalSharesSold, totalEmployees, boardMembers | | snowflake | value, future, past, health, dividend (each 0-6) | | recentEvents | title, description (up to 5) |
IDX, NASDAQ, NYSE, ASX, LSE, TSX, SGX, TSE, HKSE, KRX
__REACT_QUERY_STATE__ embedded in HTML安装 stock_data 后,可以对 AI 说这些话来触发它
Help me get started with stock_data
Explains what stock_data does, walks through the setup, and runs a quick demo based on your current project
Use stock_data to fetch comprehensive stock data from Simplywall
Invokes stock_data with the right parameters and returns the result directly in the conversation
What can I do with stock_data in my finance & investment workflow?
Lists the top use cases for stock_data, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/stock-data-skill/ 目录(个人级,所有项目可用),或 .claude/skills/stock-data-skill/(项目级)。重启 AI 客户端后,用 /stock-data-skill 主动调用,或让 AI 根据上下文自动发现并使用。
stock_data 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
stock_data 可免费安装使用。请查阅仓库了解许可证信息。
Fetch comprehensive stock data from Simplywall.st. Use when user asks about stock prices, valuation, financials, dividend, or investment analysis for any glo...
stock_data 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using stock_data
Identifies repetitive steps in your workflow and sets up stock_data to handle them automatically