AI Agent Hub
Back to skills
Typora Markor Data Visualization Reports icon

Typora Markor Data Visualization Reports

Office Efficiency Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install the @user_d82fedf3/data2visualization skill following the guide at https://skillhub.cn/install/skillhub.md.

About this skill

Problem being solved

In many analysis workflows, the raw data already lives in CSV, JSON, or chat notes, but the final output still needs charts, metric cards, and a clean report. Plain model text can be hard to review or export. This skill focuses on turning that input into a Markdown report that works well in Typora, Markor, and PDF export.

Core capabilities and workflow

  • Data input: accepts tables, text, JSON, CSV, or a built-in sample dataset, optionally with an analysis goal.
  • Chart generation: uses matplotlib to create bar, line, and scatter charts, embedding them as base64 images to reduce dependency on external files.
  • Report styling: produces Markdown with a blue theme, key-metric cards, striped HTML tables, and a Mermaid flowchart for readable previews and exports.
  • Configuration: adjusts data source, chart type, column names, and titles through config.yaml, making report templates easy to reuse.

Boundaries and cautions

It is best suited to structured business data such as sales, market research, competitor comparison, and trend review. For complex statistical testing, live database queries, audit access control, or large-scale interactive analysis, use dedicated data engineering or BI tools first, then use this skill to shape the final presentation.

Use Cases

  • Monthly: turn sales CSV into charted metric report.
  • Competitor review: style JSON tables for Typora.
  • Trend review: plot JSON metrics as line charts.
  • Food analysis: render CSV charts for Markor.

Best For

  • Operations staff who turn monthly sales CSV data into chart reports for leadership review.
  • Analysts converting market research or competitor tables into styled reports with metric cards.
  • Technical editors using Typora or Markor who need embedded base64 charts and styled tables.
  • Automation users who configure `config.yaml` to generate recurring business data reports.