PaperBanana-CN: Skill for Claude Code

.claude/skills/generate-plot/SKILL.md

generate-plot is a skill for Claude Code from mituan-ai/PaperBanana-CN. It costs 0 tokens per session (316 once invoked), scanned A, a copy of generate-plot, MIT.

A plotting skill that reads CSV or JSON data and generates a publication-quality statistical chart with PaperBanana.

In plain words
What is it for?
Use it with a data file and, optionally, a description such as comparing model accuracy across benchmarks.
Why use it?
It removes the need to manually reshape the data and build the requested plot from scratch.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is mituan-ai/PaperBanana-CN's own configuration. It tells Claude Code how to work on PaperBanana-CN itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything PaperBanana-CN configures →

Reuse

Borrowing it

Nothing to install: this file belongs to mituan-ai/PaperBanana-CN. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/mituan-ai/PaperBanana-CN/main/.claude/skills/generate-plot/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/mituan-ai/PaperBanana-CN

Made for: Claude Code.

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 generate-plot

README.md
[![agentmods](https://agentmods.dev/badge/skills/mituan-ai/paperbanana-cn/generate-plot.svg)](https://agentmods.dev/skills/mituan-ai/paperbanana-cn/generate-plot)
Your own site
<a href="https://agentmods.dev/skills/mituan-ai/paperbanana-cn/generate-plot"><img src="https://agentmods.dev/badge/skills/mituan-ai/paperbanana-cn/generate-plot.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 316 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 98% copy Near-identical to another mod 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.00000 $0.00316
Opus 5 $0.00000 $0.00158
Sonnet 5 $0.00000 $0.00063
Haiku 4.5 $0.00000 $0.00032

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

Security

Grade A, and why

generate-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.

Origin

This is a copy

98% identical to generate-plot — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/generate-plot/SKILL.md · 39 lines

What it actually says

Generate Plot

Generate a publication-quality statistical plot from a data file using PaperBanana.

Instructions

  1. Read the data file at $ARGUMENTS[0].
  2. Prepare the data for the MCP tool:
    • If the file is CSV: parse it and convert to a column-keyed dictionary (keys = column names, values = arrays of column values), then serialize with json.dumps() to produce a JSON string.
    • If the file is JSON: use the raw file content as-is (it is already a JSON string).
  3. If $ARGUMENTS[1] is provided, use it as the plot intent. Otherwise, ask the user for a description of the desired plot (e.g., "Bar chart comparing model accuracy across benchmarks").
  4. Call the MCP tool generate_plot with:
    • data_json: the JSON string (not a parsed object)
    • intent: the plot description
    • iterations: 3 (default)
  5. Present the generated plot to the user.

CLI Fallback

If the MCP tool is not available, fall back to the CLI:

paperbanana-cn plot --data <file> --intent "<intent>"

Example

/generate-plot results.csv "Bar chart comparing model accuracy"
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 · 39 lines · 0 tokens per session scan A 884b3126a3e2

Subscribe to this mod's changes

generate-plot is a skill published in the GitHub repository mituan-ai/PaperBanana-CN (79 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 316 tokens. A static security scan graded it A with 0 findings. It is 98% identical to generate-plot, differing in 4 lines, and is treated as a copy.

Related

Other skills, from other repositories

gpt-image

Use this skill whenever a user asks to generate, create, draw, render, or edit images with GPT Image 2 / gpt-image-2, text-to-image, reference-image editing, inpainting, posters, typography, Chinese text, UI mockups, diagrams, or gallery prompts. Analyze the user's prompt, search the bundled Reference Gallery/craft…

wuyoscar/GPT-Image2-Skill · 120 tokens

get-prompt-from-image

Analyze user-provided reference images and reverse-engineer high-fidelity AI image-generation prompts. Use when the user asks to recreate, imitate, reverse-engineer, or extract prompts from photographs, illustrations, 3D renders, products, characters, landscapes, typography, logos, posters, or other visual references.…

wuyoscar/GPT-Image2-Skill · 83 tokens

motion

How an agent turns a character mesh into a usable animated FBX — and how to judge whether the result is shippable.

OpenDCAI/GameFactory-3A · 0 tokens

image

Use this Skill when a game plan needs a single-subject concept image, a character reference cleaned for image-to-3D, or a front-facing transparent T-pose image for downstream character reconstruction. T-pose generation is an image-generation and image-editing task; it is not a separate asset category.

OpenDCAI/GameFactory-3A · 0 tokens

videoagent-image-studio

Tired of juggling 8 API keys? This skill gives you one-command access to Midjourney, Flux, Ideogram, and more, with zero setup. Use when you want to generate any image without worrying about API keys.

pexoai/pexo-skills · 53 tokens

offer-compare-skill

A decision assistant for comparing two or more job offers across pay, growth, company strength, team risk, promotion, AI exposure, and lifestyle. Total compensation means the combined value of salary, bonuses, shares, and sign-on payments.

yanliudesign/offer-toolkit-skill · 231 tokens