od-plugin-authoring

od-plugin-authoring is a skill for Claude Code, Codex from wolfenazz/YzPzCode. It costs 23 tokens per session (384 once invoked), scanned A, original, Apache-2.0.

A guided workflow for creating an installable Open Design plugin in a project folder.

In plain words
What is it for?
It helps create the plugin folder, behavior instructions, metadata, examples, assets, and a readiness summary.
Why use it?
It gives plugin authors the required files, metadata, and instructions needed to make a plugin usable and reviewable.

Skill for Claude CodeCodex

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

Good fit It helps create the plugin folder, behavior instructions, metadata, examples, assets, and…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wolfenazz/yzpzcode/od-plugin-authoring
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 wolfenazz/YzPzCode --skill od-plugin-authoring
Clone the repo
git clone --depth 1 https://github.com/wolfenazz/YzPzCode

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 od-plugin-authoring

README.md
[![agentmods](https://agentmods.dev/badge/skills/wolfenazz/yzpzcode/od-plugin-authoring.svg)](https://agentmods.dev/skills/wolfenazz/yzpzcode/od-plugin-authoring)
Your own site
<a href="https://agentmods.dev/skills/wolfenazz/yzpzcode/od-plugin-authoring"><img src="https://agentmods.dev/badge/skills/wolfenazz/yzpzcode/od-plugin-authoring.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 384 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.00023 $0.00384
Opus 5 $0.00012 $0.00192
Sonnet 5 $0.00005 $0.00077
Haiku 4.5 $0.00002 $0.00038

Measured 3d ago against content hash cda1fc87bade, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

od-plugin-authoring 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.

app/desgin/plugins/_official/scenarios/od-plugin-authoring/SKILL.md · 46 lines

What it actually says

od-plugin-authoring (scenario)

Use this scenario when the user wants to create their own Open Design plugin.

Required outcome

Produce a folder named generated-plugin/ in the active project workspace. At minimum, the folder must contain:

  • SKILL.md with frontmatter and clear agent instructions.
  • open-design.json with valid plugin metadata, od.kind, mode, task kind, capabilities, and inputs when needed.

Add examples/, assets/, or other supporting files only when they help the plugin be used or reviewed.

Authoring rules

  • Follow docs/plugins-spec.md and the schema at docs/schemas/open-design.plugin.v1.json.
  • Treat SKILL.md as the canonical behavior description. open-design.json should describe how Open Design installs, applies, and presents that behavior.
  • Keep the generated plugin local-user friendly: it should not require marketplace publishing, enterprise trust setup, or private team catalog configuration.
  • Choose a stable plugin id from the user's requested workflow. Use lowercase letters, numbers, dashes, underscores, or dots.
  • Include a short readiness summary when finished:
    • Files created.
    • Whether the folder is ready to add to My plugins.
    • Any validation or follow-up needed before install.
    • A direct next-action prompt that offers: Add to My plugins, Publish repo, or Open Design PR.

Suggested folder shape

generated-plugin/
  SKILL.md
  open-design.json
  examples/
  assets/

The examples/ and assets/ directories are optional. Do not create empty directories just to match the sketch.

Files

What ships with it

1 file 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. 3d ago First seen · 46 lines · 23 tokens per session scan A cda1fc87bade

Subscribe to this mod's changes

od-plugin-authoring is a skill published in the GitHub repository wolfenazz/YzPzCode (13 stars, last pushed 2d ago), licensed Apache-2.0. It adds 23 tokens to every session and 384 once invoked, about $0.0001 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 skills, from other repositories

linear-tickets

Use Orca's Linear CLI through orca linear ... commands to read linked ticket context with orca linear issue --current --full --json, post completion updates, move work forward through Linear workflow states, attach PR/MR links with orca linear attach --current --url --title "PR/MR link" --json, and triage Linear tasks…

stablyai/orca · 160 tokens

opencli-browser-sitemap

Use when driving a website with opencli browser and sitemap context is available, requested, or needed to avoid blind navigation. Guides agents to consume site sitemap files lazily, choose adapter/browser fallback paths, resume from state signatures, and mark stale sitemap entries without trusting them over live…

jackwener/OpenCLI · 64 tokens

antv-x6-editor

A skill for creating and troubleshooting interactive diagrams with AntV X6, a JavaScript engine for editors made of connected nodes and lines. It supports diagram types such as flowcharts, dependency graphs, entity-relationship diagrams, and organization charts.

antvis/chart-visualization-skills · 253 tokens

gpt-vis

A chart-generation tool that recommends visual formats for data and produces either chart settings or runnable code. It uses GPT-Vis, a library for rendering data visualisations.

antvis/chart-visualization-skills · 63 tokens

infographic-creator

Create beautiful infographics based on given text content. Use when users request to create infographics.

antvis/chart-visualization-skills · 24 tokens

tokf-filter

This skill should be used when the user asks to "create a filter", "write a tokf filter", "add a filter for ", "how do I filter output", or needs guidance on tokf filter step types, templates, pipes, or placement conventions.

mpecan/tokf · 59 tokens