Token导航 LogoToken导航TokenDH.com
AI 工具只读github未标认证来源可访问clear审计未展示

data_visualization数据可视化

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

240

周安装

10

GitHub Stars

42

下载量

80
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:data_visualization(数据可视化)
来源仓库:https://github.com/vuralserhat86/antigravity-agentic-skills
仓库路径:skills/data_visualization
安装命令:
npx skills add https://github.com/vuralserhat86/antigravity-agentic-skills --skill data_visualization
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/vuralserhat86/antigravity-agentic-skills --skill data_visualization

简介

用于将数据分析结果转化为图表与可视化表达。

  • 适合生成交互式图表、仪表盘或趋势报告。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 通过 GitHub 安装,支持多种前端图表库集成。
  • 图表样式需符合可读性原则,避免过度装饰影响理解。
  • data_visualization 属于AI 工具类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Overview

This skill empowers Claude to transform raw data into compelling visual representations. It leverages intelligent automation to select optimal visualization types and generate informative plots, charts, and graphs. This skill helps users understand complex data more easily.

How It Works

  1. Data Analysis: Claude analyzes the provided data to understand its structure, type, and distribution.
  2. Visualization Selection: Based on the data analysis, Claude selects the most appropriate visualization type (e.g., bar chart, scatter plot, line graph).
  3. Visualization Generation: Claude generates the visualization using appropriate libraries and best practices for visual clarity and accuracy.

When to Use This Skill

This skill activates when you need to:

  • Create a visual representation of data.
  • Generate a specific type of plot, chart, or graph (e.g., "create a bar chart").
  • Explore data patterns and relationships through visualization.

Examples

Example 1: Visualizing Sales Data

User request: "Create a bar chart showing sales by region."

The skill will:

  1. Analyze the sales data, identifying regions and corresponding sales figures.
  2. Generate a bar chart with regions on the x-axis and sales on the y-axis.

Example 2: Plotting Stock Prices

User request: "Plot the stock price of AAPL over the last year."

The skill will:

  1. Retrieve historical stock price data for AAPL.
  2. Generate a line graph showing the stock price over time.

Best Practices

  • Specific Requests: Be specific about the desired visualization type and any relevant data filters.
  • Contextual Information: Provide context about the data and the purpose of the visualization.

*Data Visualization v1.1 - Enhanced*

🔄 Workflow

Kaynak: Financial Times Visual Vocabulary

Aşama 1: Data Profiling

  • Type Check: Veri kategorik mi, sayısal mı, zaman serisi mi?
  • Volume: Veri noktası sayısı (az ise Bar, çok ise Scatter/Line).
  • Goal: Amaç karşılaştırma (Bar), dağılım (Hist), ilişki (Scatter) veya kompozisyon (Pie/Stack) mu?

Aşama 2: Drafting

  • Library: Python için matplotlib/seaborn, Web için D3.js/Recharts.
  • Mapping: X/Y eksenlerini ve renk kodlarını (hue) ata.
  • Scale: Eksenleri sıfırdan başlat (Zorunlu olmayan durumlar hariç).

Aşama 3: Refinement (Design)

  • Clutter: Gereksiz çizgileri (gridlines) ve çerçeveleri kaldır.
  • Labels: Eksenleri ve başlığı net bir şekilde etiketle.
  • Access: Renk körleri için uygun palet kullan (ColorOracle ile test et).

Kontrol Noktaları

AşamaDoğrulama
1Seçilen grafik türü veri tipine uygun mu? (Örn: Zaman serisi için Bar değil Line)
2Veri "ink-to-data ratio" yüksek mi? (Gereksiz süsleme yok)
3Eksenler manipülatif değil mi? (Truncated Y-axis uyarısı)

Integration

This skill can be integrated with other data processing and analysis tools within the Claude Code environment. It can receive data from other skills and provide visualizations for further analysis or reporting.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

28.91%
按下载量换算23

trae

26.11%
按下载量换算21

Antigravity

17.74%
按下载量换算14

windsurf

13.41%
按下载量换算11

Codex

7.5%
按下载量换算6

Gemini CLI

3.4%
按下载量换算3

安全审计

暂无安全审计结果可展示。

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills