market-review

Automate market recap dashboard generation from iChoice and AKShare data.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/xfs96192/claude-config --skill market-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: market-review
Source: https://github.com/xfs96192/claude-config/tree/main/skills/market-review
Command: npx skills add https://github.com/xfs96192/claude-config --skill market-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

通过自动化流程,快速生成完整的多资产市场复盘仪表板,减少手动数据整理、写入与前端集成的工作量。

Core Features & Use Cases

  • 自动化数据抓取:整合 iChoice (EMQuantAPI) 与 AKShare的数据源,输出指标值和日度净值趋势。
  • 数据转换与前端对接:将 Excel 转换为 JSON,直接供仪表板使用与分位数分析。
  • Use Case 示例:在指定截止日期范围内生成覆盖权益、债券、汇率与商品的市场复盘并保存可复现的截图。

Quick Start

提供目标日期执行市场复盘自动化流程,生成数据、启动前端并截屏保存。

Frequently Asked Questions about market-review

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

FAQPage Schema
How do I automate market recap dashboard generation across multiple asset classes?

Automate market recap dashboard generation by fetching cross-asset data and converting Excel trends to JSON for direct frontend integration. This workflow uses iChoice and AKShare to generate reproducible dashboards covering equities, bonds, FX, and commodities.

How do I convert Excel market data to JSON for a Vite frontend dashboard?

Convert Excel market data to JSON for a Vite frontend dashboard by processing raw metrics with pandas and numpy. The workflow outputs JSON files structured for direct dashboard consumption and quantile analysis.

Do I need EmQuantAPI and akshare to run cross-asset market analysis workflows?

Yes, you need EmQuantAPI and akshare to run cross-asset market analysis workflows. These data sources fetch the daily net value trends and indicator values required to populate the reproducible multi-asset recap dashboard.

Can I use Python pandas and openpyxl to build automated financial dashboards?

You can use Python pandas and openpyxl to build automated financial dashboards by transforming raw iChoice data into structured JSON. This pipeline feeds a Node and Vite frontend to render the final visualizations and screenshots.

What is the best way to generate reproducible screenshots of market performance dashboards?

Generate reproducible screenshots of market performance dashboards by running an automated end-to-end pipeline. The workflow processes target date data, launches the Vite frontend, and saves dashboard captures covering equities, bonds, FX, and commodities.

Why does my AKShare data collection not populate the frontend dashboard correctly?

AKShare data collection may fail to populate the frontend dashboard if the Excel to JSON conversion step is skipped. The pipeline requires pandas and openpyxl to transform raw data into the JSON format expected by the Vite frontend.