oh-my-ppt-chart

oh-my-ppt-chart is a skill for Claude Code, Codex from arcsin1/oh-my-ppt. It costs 42 tokens per session (3,710 once invoked), scanned A, original, Apache-2.0.

Rules for adding or changing charts in Oh My PPT slides, including how to choose a chart type, reserve space, and keep values on a consistent scale. Charts are made with Chart.js, a JavaScript chart library.

In plain words
What is it for?
Use them when creating, editing, or repairing bar, line, pie, doughnut, radar, scatter, bubble, or other slide charts.
Why use it?
They reduce common chart problems such as blank canvases, clipped labels, cramped layouts, and mixing unrelated units on one axis.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use them when creating, editing, or repairing bar, line, pie, doughnut, radar, scatter, bubble, or other slide charts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arcsin1/oh-my-ppt/oh-my-ppt-chart
About the project

Oh My PPT is a local-first desktop application that uses AI to create, edit, present, and export editable HTML-based slide presentations. It is for people making presentations, lessons, stories, reports, or pitches who want to describe their content and then adjust the resulting pages, visuals, animations, and layouts.

arcsin1/oh-my-ppt · 1,946 stars · on GitHub · ohmyppt.cc

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.

Any agent
npx skills add arcsin1/oh-my-ppt --skill oh-my-ppt-chart
Clone the repo
git clone --depth 1 https://github.com/arcsin1/oh-my-ppt

Made for: Claude Code, Codex.

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 oh-my-ppt-chart

README.md
[![agentmods](https://agentmods.dev/badge/skills/arcsin1/oh-my-ppt/oh-my-ppt-chart/github.svg)](https://agentmods.dev/skills/arcsin1/oh-my-ppt/oh-my-ppt-chart)
Your own site
<a href="https://agentmods.dev/skills/arcsin1/oh-my-ppt/oh-my-ppt-chart"><img src="https://agentmods.dev/badge/skills/arcsin1/oh-my-ppt/oh-my-ppt-chart/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 oh-my-ppt-chart

Your own site · 80×15
<a href="https://agentmods.dev/skills/arcsin1/oh-my-ppt/oh-my-ppt-chart"><img src="https://agentmods.dev/badge/skills/arcsin1/oh-my-ppt/oh-my-ppt-chart.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,710 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Prompt Injection · line 55
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
  • high Prompt Injection · line 118
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
How audits are shown
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.00042 $0.03710
Opus 5 $0.00021 $0.01855
Sonnet 5 $0.00008 $0.00742
Haiku 4.5 $0.00004 $0.00371

Measured 6d ago against content hash 77744ced04ba, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

oh-my-ppt-chart 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 6d 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.

resources/skills/oh-my-ppt-chart/SKILL.md · 226 lines

How it starts

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

Oh My PPT Chart

For deeper examples (chart selection, frame height guide, category axis patterns, layout integration tips), read references/chart.md.

When to use

  • Adding a chart to a new or existing slide
  • Modifying chart type, data, or options
  • Repairing a blank or broken chart canvas

When not to use

  • Pure visual micro-edits that don't change chart structure (e.g. adjusting a single color value). These still follow chart skill hard rules, but don't require reading the full reference.
  • A page without a source-grounded quantitative relationship. Course maps, agendas, processes, equal-status topic groups, hierarchies, and qualitative comparisons are page-native diagrams, not Chart.js charts.

30-second decision checklist

Before deciding to write chart HTML, answer these in order:

  1. Chart gate: does the source provide a real numeric, temporal, compositional, profile, or correlation relationship? If not, use a page-native diagram and stop.
  2. Visual question: is the message comparison, trend, composition, profile, or correlation? Choose the chart form for that question; never create numbers or proportions just to use a chart.
  3. Content slot: how much vertical space remains for the chart zone after title, outer padding, gaps, notes, and reserve?
  4. Support budget: if metric cards, insight rails, legends, or footnotes share that zone, subtract their height first. Start with a small support set (often 0-2 items) around a main chart; add more when the reading path, hierarchy, and chart budget remain clear.
  5. Final chart height: hero / standard / compact? Pick one final px height for the chart frame. The h-[Npx] class must equal this final number.
  6. Data semantics: one value axis = one unit/meaning. Do not mix counts, percentages, money, or "new role" labels in one numeric dataset.
  7. Takeaway: what should the audience conclude from the chart? Write one visible interpretation sentence or a compact annotation rail; the chart cannot be the whole argument by itself.
  8. Data shape: labels + datasets. Are there enough data points for the chosen type?
  9. Script event: DOMContentLoaded only — the runtime loads Chart.js before this event fires.

Read the full file on GitHub · 226 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago Changed · +13 lines · +4 tokens per session 77744ced04ba
  2. 11d ago First seen · 213 lines · 38 tokens per session scan A 419bd93e0269

Subscribe to this mod's changes

oh-my-ppt-chart is a skill published in the GitHub repository arcsin1/oh-my-ppt (1,946 stars, last pushed 5d ago), licensed Apache-2.0. It adds 42 tokens to every session and 3,710 once invoked, about $0.0002 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-08-30.