visualization-skills marketplace

A marketplace listing for eight data-visualization plugins, including chart creation, infographic generation, icon retrieval, and narrative text visualization. It describes each plugin’s purpose and location.

In plain words
What is it for?
Use it to identify plugins for generating charts, making infographics, retrieving SVG icons, or turning written content into visual explanations.
Why use it?
It gives users a quick way to see which visualization add-on matches a request before installing or using it.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add antvis/chart-visualization-skills
agentmods
npx agentmods add plugins/antvis/chart-visualization-skills/marketplace
Clone the repo
git clone --depth 1 https://github.com/antvis/chart-visualization-skills

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

visualization-skills marketplace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 86 lines

How it starts

The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "name": "visualization-skills",
  "owner": {
    "name": "AntV Visualization Team",
    "email": "[email protected]"
  },
  "metadata": {
    "description": "Data visualization skills",
    "version": "1.0.0"
  },
  "plugins": [
    {
      "name": "chart-visualization",
      "description": "A comprehensive chart generation skill powered by AntV that provides 26+ chart types for intelligent data visualization",
      "source": "./",
      "strict": false,
      "skills": [
        "./skills/chart-visualization"
      ]
    },
    {
      "name": "infographic-creator",
      "description": "Create beautiful infographics based on given text content. Use when users request to create infographics.",
      "source": "./",
      "strict": false,
      "skills": [
        "./skills/infographic-creator"
      ]
    },
    {
      "name": "icon-retrieval",
      "description": "Search and retrieve icon SVG strings from AntV's infographic icon library. Returns top 5 matches by default, allowing customization.",
      "source": "./",
      "strict": false,
      "skills": [
        "./skills/icon-retrieval"
      ]
    },
    {
      "name": "narrative-text-visualization",
      "description": "Generate structured narrative text visualizations from data using T8 Syntax. Creates data interpretation reports with semantic entity annotations using a declarative Markdown-like language.",
      "source": "./",
      "strict": false,
      "skills": [
        "./skills/narrative-text-visualization"
      ]
    },
    {
      "name": "antv-g2-chart",
      "description": "Generate G2 v5 chart code. Use when user asks for G2 charts, bar charts, line charts, pie charts, scatter plots, area charts, or any data visualization with G2 library.",
      "source": "./",
      "strict": false,
      "skills": [
        "./skills/antv-g2-chart"
      ]
    },
    {
      "name": "antv-g6-graph",
      "description": "Generate G6 v5 graph visualization code. Use when user asks for G6 gra

Read the full file on GitHub · 86 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 86 lines scan A ca9b5fc02b86

Subscribe to this mod's changes

visualization-skills marketplace is a plugin published in the GitHub repository antvis/chart-visualization-skills (473 stars, last pushed 19d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.