slide-copywriting

slide-copywriting is a skill for Claude Code, Codex from BingHanOfUESTC/open_agent_team. It costs 0 tokens per session (611 once invoked), scanned A, original, MIT.

A presentation copywriting skill for writing the words used on slides, including headlines, bullets, labels, captions, speaker notes, and source notes. It focuses on concise takeaways and clear visual explanations.

In plain words
What is it for?
Use it to write slide headlines, body text, callouts, captions, notes, and source labels for presentations.
Why use it?
It helps prevent slides from becoming crowded or vague. It also guides the wording that explains what a chart, table, diagram, timeline, or video is meant to show.

Skill for Claude CodeCodex

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

Good fit Use it to write slide headlines, body text, callouts, captions, notes, and source labels for presentations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/binghanofuestc/open_agent_team/slide-copywriting
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 BingHanOfUESTC/open_agent_team --skill slide-copywriting
Clone the repo
git clone --depth 1 https://github.com/BingHanOfUESTC/open_agent_team

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 slide-copywriting

README.md
[![agentmods](https://agentmods.dev/badge/skills/binghanofuestc/open_agent_team/slide-copywriting/github.svg)](https://agentmods.dev/skills/binghanofuestc/open_agent_team/slide-copywriting)
Your own site
<a href="https://agentmods.dev/skills/binghanofuestc/open_agent_team/slide-copywriting"><img src="https://agentmods.dev/badge/skills/binghanofuestc/open_agent_team/slide-copywriting/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 slide-copywriting

Your own site · 80×15
<a href="https://agentmods.dev/skills/binghanofuestc/open_agent_team/slide-copywriting"><img src="https://agentmods.dev/badge/skills/binghanofuestc/open_agent_team/slide-copywriting.svg" alt="Reviewed on agentmods" width="80" 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 611 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 pass 7 Sept 2026
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.00000 $0.00611
Opus 5 $0.00000 $0.00305
Sonnet 5 $0.00000 $0.00122
Haiku 4.5 $0.00000 $0.00061

Measured 7d ago against content hash 7243082bce98, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

slide-copywriting 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 7d 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.

teams/ppt_writer_team/skills/slide-copywriting/SKILL.md · 98 lines

How it starts

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

Slide Copywriting

Use this skill when writing slide headlines, bullets, labels, callouts, captions, speaker notes and source notes.

Headline Rules

Write the takeaway, not the topic.
Prefer specific verbs and numbers when supported.
Avoid vague titles such as "Overview", "Background", "Analysis".
Keep headlines short enough to fit.

Body Rules

Use 3-5 bullets at most for standard content slides.
Keep bullets parallel.
Use exact units and dates for numbers.
Move nuance into speaker notes.
Do not paste paragraphs from source material.

Visual Intent Rules

For charts, state the question the chart answers.
For tables, state what comparison matters.
For diagrams, state the relationship or flow.
For timelines, state the change or sequence.
For videos, state why the viewer should click/watch and what claim the video supports.

deck_spec Element Examples

{
  "type": "text",
  "role": "body",
  "text": ["Point one", "Point two"]
}
{
  "type": "image",
  "image_path": "materials/images/processed/hero-product-1600x900.jpg",
  "alt": "Product in use",
  "caption": "Optional short caption",
  "source": "materials/images/image_manifest.json#hero_product"
}
{
  "type": "chart_placeholder",
  "chart_type": "bar",
  "title": "Revenue growth is concentrated in two segments",
  "data_source": "materials/evidence_table.md#E12"
}
{
  "type": "video_link",
  "title": "Official product demo",
  "video_url": "https://example.com/demo",
  "thumbnail_path": "materials/media/thumbnails/demo.jpg",
  "caption": "Official demo video",
  "source": "materials/media/media_manifest.json#product_demo"
}

When a template is provided, include template mapping fields when useful:

{
  "id": "S04",
  "layout": "image_text",
  "template_layout": "template slide 5: image left + text right",
  "template_slots": ["headline", "visual", "body"]
}

Read the full file on GitHub · 98 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. 7d ago First seen · 98 lines · 0 tokens per session scan A 7243082bce98

Subscribe to this mod's changes

slide-copywriting is a skill published in the GitHub repository BingHanOfUESTC/open_agent_team (106 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 611 tokens. 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 skills, from other repositories

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, UI mockups, product shots, or transparent-background cutouts. Use when the result should be an image asset rather than repo-native SVG, HTML/CSS, or canvas.

nexus-research-lab/nexus · 65 tokens

ui-design-system

Polish existing UI to production quality — spacing, typography, color consistency, hover/focus states, responsive breakpoints. Use when the subtask is about visual polish, design-system enforcement, or beautifying an existing screen rather than building new features.

qinghaoliqaq/AutoCoder · 54 tokens

design-taste-frontend

Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.

Leonxlnx/taste-skill · 61 tokens

image-to-code

Elite website image-to-code skill for Codex. For visually important web tasks, it must first generate the design image(s) itself, deeply analyze them, then implement the website to match them as closely as possible. In Codex, it must prefer large, readable, section-specific images instead of tiny compressed boards…

Leonxlnx/taste-skill · 116 tokens

minimalist-ui

Clean editorial-style interfaces. Warm monochrome palette, typographic contrast, flat bento grids, muted pastels. No gradients, no heavy shadows.

Leonxlnx/taste-skill · 34 tokens

omh-apple-design

This is a Hermes-native apple-design workflow skill.

rlaope/oh-my-hermes · 73 tokens