a-share-metrics-card
获取并生成 A股单只股票的关键指标“体检卡”(估值/盈利质量/现金流/负债/分红/交易活跃度等),输出为统一 Markdown,便于对比与持续跟踪。用在:"帮我查600406关键指标"、"做一张国电南瑞体检卡"。
Why use this skill?
Instantly generate professional, standardized A-share financial health cards. Analyze valuation, profitability, and cash flow for any stock with one command.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/joifg/a-share-metrics-cardWhat This Skill Does
The a-share-metrics-card skill is a specialized diagnostic tool designed for A-share investors and researchers. It acts as an automated data aggregator that fetches raw financial and trading metrics for a specified ticker and compiles them into a structured, human-readable 'Health Card' (体检卡) in Markdown format. By pulling data from reliable financial sources via Python libraries like AkShare, it provides a snapshot of a company's valuation (PE/PB), profitability (ROE/Margins), financial health (Debt/Cash Flow), and dividend history. This skill is built to standardize disparate financial data into a clean template, making it easier to compare stocks or track performance over time without manual spreadsheet entry.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/joifg/a-share-metrics-card
Ensure that you have a Python environment configured as the skill relies on the AkShare data ecosystem to retrieve accurate market information.
Use Cases
- Investment Research: Quickly gathering fundamental data to determine if a company fits a 'value' or 'growth' profile without browsing multiple finance apps.
- Portfolio Monitoring: Automatically generating periodic health reports for existing holdings to track changes in ROE or valuation multiples.
- Screening Support: Rapidly generating cards for a list of tickers to compare side-by-side metrics such as dividend yields or leverage ratios.
Example Prompts
- "帮我查600406的关键指标,生成一份详细的体检卡。"
- "国电南瑞最近的财务状况如何?请用估值和盈利质量维度帮我出一份报告。"
- "请为000733制作一张体检卡,重点关注分红和现金流数据。"
Tips & Limitations
- Data Currency: Always check the 'data source and timestamp' line in the generated Markdown. Financial data is subject to lag depending on market updates and reporting schedules.
- Non-Advisory Nature: This tool is strictly for analytical purposes. It does not provide buy/sell signals or price targets; it presents historical and current data for your own decision-making process.
- Focus Mode: Utilize the
focusparameter (balanced, value, growth, or dividend) to tailor the depth of the data provided, which helps reduce information overload when you are looking for specific indicators. - Technical Requirements: Ensure your network allows access to the financial data APIs used by AkShare, as intermittent connectivity issues may prevent the card from generating correctly.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-joifg-a-share-metrics-card": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, external-api