od-default

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

A fallback workflow for an open-ended design request when no category is selected. It first asks whether the user wants a prototype, live artifact, slide deck, image, video, audio, or another kind of result.

In plain words
What is it for?
Use it to route unsorted design requests to an appropriate creation process after the user chooses a task type.
Why use it?
It prevents the agent from starting the wrong workflow when a free-form request does not reveal what should be built.

Skill for Claude CodeCodex

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

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.

agentmods
npx agentmods add skills/wolfenazz/yzpzcode/od-default
Any agent
npx skills add wolfenazz/YzPzCode --skill od-default
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-default

README.md
[![agentmods](https://agentmods.dev/badge/skills/wolfenazz/yzpzcode/od-default.svg)](https://agentmods.dev/skills/wolfenazz/yzpzcode/od-default)
Your own site
<a href="https://agentmods.dev/skills/wolfenazz/yzpzcode/od-default"><img src="https://agentmods.dev/badge/skills/wolfenazz/yzpzcode/od-default.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 560 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00027 $0.00560
Opus 5 $0.00014 $0.00280
Sonnet 5 $0.00005 $0.00112
Haiku 4.5 $0.00003 $0.00056

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

Security

Grade A, and why

od-default 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 2d 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-default/SKILL.md · 76 lines

How it starts

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

od-default (hidden scenario)

This plugin runs only when the user types a free-form Home prompt without choosing one of the visible category chips. It is the design-engine fallback, not a visible catalog entry.

Turn 1: ask the task type

Your first response must be one short sentence plus this structured form, then stop. Do not write files, use tools, or start planning until the user answers.

<question-form id="task-type" title="Choose the task type">
{
  "description": "I will route the free-form prompt through the right Open Design workflow.",
  "questions": [
    {
      "id": "taskType",
      "label": "What should I build?",
      "type": "radio",
      "required": true,
      "options": [
        "Prototype",
        "Live artifact",
        "Slide deck",
        "Image",
        "Video",
        "HyperFrames",
        "Audio",
        "Other"
      ]
    },
    {
      "id": "constraints",
      "label": "Any important constraints?",
      "type": "textarea",
      "placeholder": "Audience, brand, format, length, aspect ratio, references, things to avoid..."
    }
  ]
}
</question-form>

After the answer

When the user replies with [form answers - task-type], bind the chosen task type as authoritative and continue:

  • Prototype: run the normal new-generation prototype flow.
  • Live artifact: create a live HTML/CSS/JS artifact and register it for preview when tooling is available.
  • Slide deck: follow the deck workflow and framework rules.
  • Image: plan a concrete image prompt, then use the OD media generation CLI for image output.
  • Video: plan shots, duration, aspect, and motion, then use the OD media generation CLI for video output.
  • HyperFrames: create HTML-driven motion frames or a HyperFrames-ready motion artifact before rendering/exporting.
  • Audio: plan voice/music/SFX intent, then use the OD media generation CLI for audio output.
  • Other: ask only the minimum follow-up needed, then choose the closest Open Design workflow and continue.

Read the full file on GitHub · 76 lines

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. 2d ago First seen · 76 lines · 27 tokens per session scan A 8fbb12c7e9aa

Subscribe to this mod's changes

od-default is a skill published in the GitHub repository wolfenazz/YzPzCode (13 stars, last pushed yesterday), licensed Apache-2.0. It adds 27 tokens to every session and 560 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.