ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

finance-analysis

财务分析 CLI 技能 - 财报分析、股票估值、风险评估

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alsoforever/finance-analysis
Or

What This Skill Does

The finance-analysis skill for OpenClaw is a powerful command-line interface tool designed to bridge the gap between complex financial data and actionable insights. It serves as an integrated analytical engine that automates the retrieval and processing of market data, specifically focusing on financial statement analysis, stock valuation, and risk assessment. By leveraging the Tushare platform, it allows users to perform deep-dive research into companies listed on the Chinese stock exchanges (A-shares). Whether you are an individual investor performing due diligence or a financial professional summarizing market performance, this tool streamlines data collection, calculating key performance indicators like ROE, ROA, and net profit margins, and provides sophisticated valuation models such as Discounted Cash Flow (DCF).

Installation

To integrate this skill into your OpenClaw environment, execute the command: clawhub install openclaw/skills/skills/alsoforever/finance-analysis. Ensure your Python environment has the necessary dependencies by running pip install tushare pandas numpy. Additionally, a Tushare API token is mandatory for data retrieval. Once acquired, set it as an environment variable using export TUSHARE_TOKEN=your_token_here in your shell configuration or current terminal session.

Use Cases

This skill is designed for diverse financial tasks, including:

  1. Investment Decision Support: Quickly assess the intrinsic value of a stock compared to its current market price.
  2. Financial Auditing: Perform rapid health checks on corporate financial reports to identify growth trends or potential red flags.
  3. Competitive Research: Generate side-by-side performance metrics for different companies within the same sector.
  4. Portfolio Monitoring: Frequently check the risk profile of holdings using the automated risk assessment sub-module.

Example Prompts

  1. "Perform a comprehensive financial analysis of 600519.SH and tell me if its current profitability is consistent with historical trends."
  2. "What is the DCF valuation for 000001.SZ? Please use a conservative growth rate and summarize the resulting intrinsic value."
  3. "Run a risk assessment on the following stock: 600519.SH. Highlight any concerns regarding its current liquidity ratios or debt-to-asset structure."

Tips & Limitations

  • Token Limits: Tushare has specific API usage tiers; ensure your token has enough credits to cover your analytical needs.
  • Data Integrity: The accuracy of the outputs depends entirely on the accuracy of the underlying financial reports filed by the companies. Always cross-verify critical data with official exchange filings.
  • Market Context: Valuation models like DCF rely on assumptions (WACC, growth rates). These are estimates and should not be considered financial advice. Always incorporate qualitative factors like industry regulatory changes and management quality when making investment decisions.

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-alsoforever-finance-analysis": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#stock-analysis#investing#data-science#cli
Safety Score: 4/5

Flags: external-api, code-execution