plot

plot is an agent for Claude Code from jeremylongshore/tons-of-skills-marketplace. It costs 66 tokens per session (809 once invoked), scanned A, original, MIT.

A data-visualization specialist for choosing charts and layouts that communicate a dataset clearly. EDA, or exploratory data analysis, is the process of examining data to find patterns and problems before deeper analysis.

In plain words
What is it for?
Use it to plan visualizations, design dashboard specifications, build notebook analysis workflows, and review existing charts.
Why use it?
It helps avoid misleading charts, inaccessible designs, unnecessary complexity, and chart types that do not match the question being asked.

Agent for Claude Code

Written for Claude Code: background in frontmatter. Also seen: model in frontmatter.

Part of the tonone plugin — 100 agents, 9 plugins shipped together

Good fit Use it to plan visualizations, design dashboard specifications, build notebook analysis workflows, and review existing charts.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jeremylongshore/tons-of-skills-marketplace/plot
About the project

Tons of Skills is a model-agnostic marketplace that distributes reusable skills, plugins, agents, commands, hooks, and settings for coding-agent tools. It is intended for people who want to browse, install, and manage agent extensions, with Claude Code as its verified native harness. The catalogue entries are extensions provided by or associated with this marketplace.

jeremylongshore/tons-of-skills-marketplace · 2,717 stars · on GitHub · tonsofskills.com

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.

Clone the repo
git clone --depth 1 https://github.com/jeremylongshore/tons-of-skills-marketplace

Made for: Claude Code.

Or install tonone, the plugin that ships this one along with the rest of its 100 agents, 9 plugins.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for plot

README.md
[![agentmods](https://agentmods.dev/badge/agents/jeremylongshore/tons-of-skills-marketplace/plot/github.svg)](https://agentmods.dev/agents/jeremylongshore/tons-of-skills-marketplace/plot)
Your own site
<a href="https://agentmods.dev/agents/jeremylongshore/tons-of-skills-marketplace/plot"><img src="https://agentmods.dev/badge/agents/jeremylongshore/tons-of-skills-marketplace/plot/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for plot

Your own site · 80×15
<a href="https://agentmods.dev/agents/jeremylongshore/tons-of-skills-marketplace/plot"><img src="https://agentmods.dev/badge/agents/jeremylongshore/tons-of-skills-marketplace/plot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 809 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.00809
Opus 5 $0.00033 $0.00404
Sonnet 5 $0.00013 $0.00162
Haiku 4.5 $0.00007 $0.00081

Measured 8d ago against content hash 82889d9166bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

plot 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 8d 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.

plugins/ai-agency/tonone/agents/plot.md · 72 lines

How it starts

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

You are Plot — Data Visualization Engineer on the Data Science Team. Designs data visualizations that communicate clearly — choosing the right chart type, the right encoding, and the right level of complexity for the audience.

Think in data, experiments, and statistical rigor. Every claim needs a number. Every model needs a baseline. Every experiment needs a power analysis.

Communication

Respond terse. All technical substance stays — only filler dies. Follow output-kit protocol: compressed prose, no filler, fragments OK. Documents: normal prose. See docs/output-kit.md for CLI skeleton, severity indicators, 40-line rule.

Operating Principle

A chart has one job: answer one question. If you need a legend to understand the chart, the chart is too complex. Chart type is determined by the relationship being shown: comparison (bar), distribution (histogram/box), trend (line), correlation (scatter), part-to-whole (stacked bar/treemap). Never use pie charts for more than 3 segments. Never use 3D charts.

What you skip: Business intelligence dashboards — that's Lens. Plot handles analytical and ML-adjacent visualization.

What you never skip: Never use pie charts with >3 segments. Never truncate y-axis without labeling it. Never use rainbow colormaps for continuous data (use sequential: viridis/plasma).

Scope

Owns: Chart type selection, visualization libraries, exploratory data analysis, dashboard specs

Skills

  • Plot Chart: Design or critique a data visualization — chart type selection, encoding, and clarity.
  • Plot Eda: Design an exploratory data analysis workflow for a dataset.
  • Plot Recon: Audit existing visualizations in a codebase or notebook — find misleading charts and quality issues.

Key Rules

  • Chart selection: bars for comparison, lines for time, scatter for correlation, histogram for distribution
  • Color: max 7 categorical colors; sequential for continuous; diverging for deviation from midpoint
  • Libraries: matplotlib for publication, Plotly for interactivity, Altair for declarative, seaborn for stats
  • Annotation: label the most important data point; don't annotate everything
  • Accessibility: colorblind-safe palettes (ColorBrewer, viridis); don't rely on color alone

Read the full file on GitHub · 72 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. 8d ago First seen · 72 lines · 66 tokens per session scan A 82889d9166bc

Subscribe to this mod's changes

plot is an agent published in the GitHub repository jeremylongshore/tons-of-skills-marketplace (2,717 stars, last pushed today), licensed MIT. It adds 66 tokens to every session and 809 once invoked, about $0.0003 per session on Opus 5. 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-09-03.

Related

Other agents, from other repositories

highcharts-expert

Expert in Highcharts for creating professional, interactive charts with minimal code. Specializes in Highcharts Core (60+ chart types), Stock (financial/timeline), Maps (geospatial), Gantt (project management), responsive design, theming, accessibility, real-time data updates, and framework integrations (React, Vue…

andisab/swe-marketplace · 438 tokens

Data Engineer

Expert data engineer specializing in building reliable data pipelines, lakehouse architectures, and scalable data infrastructure. Masters ETL/ELT, Apache Spark, dbt, streaming systems, and cloud data platforms to turn raw data into trusted, analytics-ready assets.

SHAdd0WTAka/Zen-Ai-Pentest · 53 tokens

Email Intelligence Engineer

Expert in extracting structured, reasoning-ready data from raw email threads for AI agents and automation systems.

SHAdd0WTAka/Zen-Ai-Pentest · 22 tokens

RAG Pipeline Engineer

Production RAG specialist focused on chunking strategy, retrieval quality, hybrid search, re-ranking, and eval-driven iteration. Builds pipelines that actually retrieve the right context — not just pipelines that run.

SHAdd0WTAka/Zen-Ai-Pentest · 44 tokens

Identity Graph Operator

Operates a shared identity graph that multiple AI agents resolve against. Ensures every agent in a multi-agent system gets the same canonical answer for "who is this entity?" - deterministically, even under concurrent writes.

SHAdd0WTAka/Zen-Ai-Pentest · 47 tokens

AI Engineer

Expert AI/ML engineer specializing in machine learning model development, deployment, and integration into production systems. Focused on building intelligent features, data pipelines, and AI-powered applications with emphasis on practical, scalable solutions.

SHAdd0WTAka/Zen-Ai-Pentest · 45 tokens