claude-orator

claude-orator is a skill for Claude Code from Vvkmnn/claude-emporium. It costs 18 tokens per session (687 once invoked), scanned A, original, no licence file.

A prompt-writing coach that scores and restructures prompts using Anthropic's recommended practices.

In plain words
What is it for?
It helps evaluate prompts and rewrite them into clearer structures.
Why use it?
It helps identify unclear or poorly structured instructions before they are given to a coding agent.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-orator plugin — 1 skill, 1 command shipped together

Good fit It helps evaluate prompts and rewrite them into clearer structures.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vvkmnn/claude-emporium/claude-orator
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 Vvkmnn/claude-emporium --skill claude-orator
Clone the repo
git clone --depth 1 https://github.com/Vvkmnn/claude-emporium

Made for: Claude Code.

Or install claude-orator, the plugin that ships this one along with the rest of its 1 skill, 1 command.

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 claude-orator

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/vvkmnn/claude-emporium/claude-orator"><img src="https://agentmods.dev/badge/skills/vvkmnn/claude-emporium/claude-orator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 687 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 unknown 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.00018 $0.00687
Opus 5 $0.00009 $0.00344
Sonnet 5 $0.00004 $0.00137
Haiku 4.5 $0.00002 $0.00069

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

Security

Grade A, and why

claude-orator 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 12d 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.

plugins/claude-orator/skills/claude-orator/SKILL.md · 80 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 12d ago First seen · 80 lines · 18 tokens per session scan A f785f718db04

Subscribe to this mod's changes

claude-orator is a skill published in the GitHub repository Vvkmnn/claude-emporium (82 stars, last pushed 6mo ago), with no licence file. It adds 18 tokens to every session and 687 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-08-30.

Related

Other skills, from other repositories

prompt-coach

A hook-driven coach that reads every prompt sent to Claude Code and rewrites it toward proven prompting habits — definition-of-done, scoped references, guardrails, verification. Rules graduate as they are demonstrated, so the coaching fades as the user improves. The hook runs on its own, but load this skill when the…

alexmond/alexmskills · 177 tokens

llm-router-ops

Operate a self-hosted OpenAI-compatible LLM router/proxy (e.g. LiteLLM) in front of one or more backends — the minimal client-wiring block for every client type, the context-window advertisement gotcha, the env-vs-persisted-config gotcha, and why an unauthenticated health probe should 401, not 200. Use when wiring a…

dryvist/claude-code-plugins · 112 tokens

c-ai

Query LLMs from the CLI — pipe text for summarization, chat interactively, use local or cloud models with llm or aichat.

daxaur/openpaw · 34 tokens

prompt-engineer

Use this skill when the user explicitly asks to create, write, improve, or optimize a prompt for use with an AI. Trigger on phrases like "write me a prompt", "improve this prompt", "create a system prompt", "how do I ask ChatGPT/Claude to...", or "quero um prompt para...". Do NOT trigger for direct task requests where…

ericgandrade/claude-superskills · 89 tokens

prompt-writer

Writes and audits prompts another Claude will execute: system prompts, subagent briefings, skill and command bodies, agent bodies, CLAUDE.md and rule files. The sibling creator skills call this one for the body text.

anilcancakir/claude-code · 49 tokens

agentica-prompts

Write reliable prompts for Agentica/REPL agents that avoid LLM instruction ambiguity.

vibeeval/vibecosystem · 21 tokens