hello-world

hello-world is a skill for Claude Code, Codex from kdcokenny/ocx. It costs 0 tokens per session (281 once invoked), scanned A, original, MIT.

A small example skill that teaches an AI assistant how to greet people clearly and appropriately. It includes guidance for friendly, professional, casual, and personalized greetings.

In plain words
What is it for?
Use it when a user asks for a greeting, when introducing the assistant, or when demonstrating how a basic conversation skill works.
Why use it?
It provides a simple reference for understanding the skill format and for keeping greetings brief, warm, and suited to the situation.

Skill for Claude CodeCodex

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/kdcokenny/ocx/hello-world
Any agent
npx skills add kdcokenny/ocx --skill hello-world
Clone the repo
git clone --depth 1 https://github.com/kdcokenny/ocx

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 hello-world

README.md
[![agentmods](https://agentmods.dev/badge/skills/kdcokenny/ocx/hello-world.svg)](https://agentmods.dev/skills/kdcokenny/ocx/hello-world)
Your own site
<a href="https://agentmods.dev/skills/kdcokenny/ocx/hello-world"><img src="https://agentmods.dev/badge/skills/kdcokenny/ocx/hello-world.svg" alt="Measured on agentmods" 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 281 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.00000 $0.00281
Opus 5 $0.00000 $0.00140
Sonnet 5 $0.00000 $0.00056
Haiku 4.5 $0.00000 $0.00028

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

Security

Grade A, and why

hello-world 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.

examples/registry-starter/files/skills/hello-world/SKILL.md · 44 lines

What it actually says

Hello World

A simple example skill demonstrating the OCX skill format.

TL;DR

This skill teaches an AI assistant how to greet users in a friendly, personalized way.

When to Use

  • When the user asks for a greeting
  • When introducing yourself to a new user
  • When demonstrating basic conversation skills

Instructions

When greeting a user:

  1. Be warm and welcoming - Use a friendly, approachable tone
  2. Personalize when possible - If you know the user's name, use it
  3. Keep it brief - A greeting should be concise, not a paragraph
  4. Match the context - Formal greetings for professional contexts, casual for informal

Examples

Casual greeting:

Hey there! How can I help you today?

Professional greeting:

Good morning. I'm ready to assist you with your project.

Personalized greeting:

Hi Sarah! Great to see you again. What are we working on today?

What NOT to Do

  • Don't be overly enthusiastic (avoid excessive exclamation marks)
  • Don't use outdated slang or try too hard to be "hip"
  • Don't make assumptions about the user's mood or day

Notes

This is an example skill included with the OCX registry starter template. Feel free to modify or delete it as you build your own registry.

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 First seen · 44 lines · 0 tokens per session scan A 35259b5c768f

Subscribe to this mod's changes

hello-world is a skill published in the GitHub repository kdcokenny/ocx (938 stars, last pushed 17d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 281 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-08-30.

Related

Other skills, from other repositories

ce:plan

Create structured plans for any multi-step task -- software features, research workflows, events, study plans, or any goal that benefits from structured breakdown. Also deepen existing plans with interactive review of sub-agent findings. Use for plan creation when the user says 'plan this', 'create a plan', 'write a…

marcusrbrown/systematic · 152 tokens

ce:review

Structured code review using tiered persona agents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR.

marcusrbrown/systematic · 36 tokens

ce:compound-refresh

Refresh stale or drifting learnings and pattern docs in docs/solutions/ by reviewing, updating, consolidating, replacing, or deleting them against the current codebase. Use after refactors, migrations, dependency upgrades, or when a retrieved learning feels outdated or wrong. Also use when reviewing docs/solutions/…

marcusrbrown/systematic · 105 tokens

ce:compound

Document a recently solved problem to compound your team's knowledge.

marcusrbrown/systematic · 14 tokens

ce:work

Execute work efficiently while maintaining quality and finishing features.

marcusrbrown/systematic · 13 tokens

onboarding

Generate or regenerate ONBOARDING.md to help new contributors understand a codebase. Use when the user asks to 'create onboarding docs', 'generate ONBOARDING.md', 'document this project for new developers', 'write onboarding documentation', 'vonboard', 'vonboarding', 'prepare this repo for a new contributor', 'refresh…

marcusrbrown/systematic · 114 tokens