chart-visualization

Generate line, bar, pie, scatter, and map charts from user data.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/kyirexy/dearclaw --skill chart-visualization-kyirexy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chart-visualization
Source: https://github.com/kyirexy/dearclaw/tree/main/skills/public/chart-visualization
Command: npx skills add https://github.com/kyirexy/dearclaw --skill chart-visualization-kyirexy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nodejs, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill transforms raw data into insightful visual charts, making complex information easy to understand and communicate.

Core Features & Use Cases

  • Intelligent Chart Selection: Automatically chooses the best chart type (from 26 options) based on your data.
  • Parameter Extraction: Accurately maps your data to the required chart specifications.
  • Chart Generation: Creates high-quality chart images using a JavaScript script.
  • Use Case: You have a dataset of monthly sales figures and want to see the trend over the last year. This skill can automatically generate a line chart to visualize this trend.

Quick Start

Use the chart-visualization skill to generate a line chart with the provided data.

Frequently Asked Questions about chart-visualization

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

FAQPage Schema
How do I automatically generate a chart from raw data?

To automatically generate a chart from raw data, this skill intelligently selects the best chart type from 26 options, extracts parameters, and renders a chart image using a JavaScript script.

What chart types can I create for dashboard reporting?

For dashboard reporting, you can create 26 chart types including line, bar, pie, scatter, and map visualizations, with additional customization options for themes, styles, and axes.

Do I need Node.js to render graph images?

Yes, you need Node.js installed in your environment, because the skill executes a JavaScript script to process your data and render the final chart image.

Can I customize themes and axes when visualizing data?

Yes, you can customize themes, styles, and axes when visualizing data, allowing you to tailor the generated chart image to fit your specific dashboard or reporting requirements.

What is the best way to visualize monthly sales trends?

The best way to visualize monthly sales trends is to provide your dataset and let the skill automatically select and generate a line chart, making complex information easy to understand.

Does intelligent chart selection work for scatter plots and maps?

Yes, intelligent chart selection works for scatter plots and maps, automatically evaluating your provided data to determine if these or other supported chart types are the most suitable visualization.