glmv-stock-analyst

Aggregate multi-source stock data into structured Markdown and HTML reports.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ViewWay/openclaw-skills --skill glmv-stock-analyst-viewway
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: glmv-stock-analyst
Source: https://github.com/ViewWay/openclaw-skills/tree/main/glmv-stock-analyst
Command: npx skills add https://github.com/ViewWay/openclaw-skills --skill glmv-stock-analyst-viewway

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires akshare, yfinance, tushare, pandas, numpy, matplotlib, pymupdf, pillow, python-docx, fpdf2, markdown, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unifies data collection, visualization, and reporting for stock analysis, enabling a single workflow to generate multimodal insights from multiple data sources.

Core Features & Use Cases

  • Data collection from AkShare, EastMoney, yfinance, and Tushare to produce a consolidated data foundation.
  • K-line and intraday charts, plus a structured Markdown report (report.md) and HTML output via md2html, ready for browsing or PDF export.
  • End-to-end reporting flow: webchat quick summaries and a detailed report, with an option to export to PDF.
  • Works across Hong Kong, A-share, and US-listed stocks, outputting data into a workspace-friendly stock_data_output directory.

Quick Start

Run the data-collection workflow for a stock code (for example 0700.HK) to generate data.json and kline images, then render the report into HTML with md2html and optionally export a PDF.

Frequently Asked Questions about glmv-stock-analyst

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a multimodal stock analysis report with K-line charts and news data?▼

This Skill aggregates stock data from AkShare, yfinance, Tushare, and EastMoney, then generates K-line visualizations and structured Markdown reports with news insights for Hong Kong, A-share, and US stocks.

Can I analyze Hong Kong, A-share, and US-listed stocks in a single workflow?▼

Yes, you can analyze Hong Kong, A-share, and US-listed stocks in one workflow by running the data-collection process with a stock code like 0700.HK to consolidate multi-source data into visualizations and reports.

What's the best way to export a generated stock analysis report to PDF?▼

Generate the Markdown report and HTML output via md2html, then use the PDF export option to convert the multimodal stock analysis report into a portable document.

Do I need Tushare and AkShare API keys for automated stock data collection?▼

The Skill uses Tushare and AkShare alongside yfinance and EastMoney for data collection, requiring their respective API credentials to gather and consolidate stock data into a unified workspace directory.

How does the stock analysis workflow handle data provenance and validation?▼

The workflow implements end-to-end data collection with validation and provenance tracking, ensuring the consolidated stock data from multiple sources is verified before generating visualizations and structured reports.