skill-creator

skill-creator is a skill for Claude Code, Codex from HCF-STUDIOS/openhermit. It costs 31 tokens per session (958 once invoked), scanned A, original, MIT.

A guide for creating or improving an OpenHermit skill. A skill is a folder of instructions, with optional scripts, references, and templates, that teaches an agent how to handle a task.

In plain words
What is it for?
Designing a skill, writing its SKILL.md file, adding supporting resources, and checking that its format is valid.
Why use it?
It gives the required file structure and naming rules, so a new skill can be recognized and used consistently.

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/hcf-studios/openhermit/skill-creator
Any agent
npx skills add HCF-STUDIOS/openhermit --skill skill-creator
Clone the repo
git clone --depth 1 https://github.com/HCF-STUDIOS/openhermit

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 skill-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/hcf-studios/openhermit/skill-creator.svg)](https://agentmods.dev/skills/hcf-studios/openhermit/skill-creator)
Your own site
<a href="https://agentmods.dev/skills/hcf-studios/openhermit/skill-creator"><img src="https://agentmods.dev/badge/skills/hcf-studios/openhermit/skill-creator.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 958 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 $0.00031 $0.00958
Opus 5 $0.00015 $0.00479
Sonnet 5 $0.00006 $0.00192
Haiku 4.5 $0.00003 $0.00096

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

Security

Grade A, and why

skill-creator 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.

skills/skill-creator/SKILL.md · 101 lines

How it starts

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

Skill Creator

You are creating or updating an OpenHermit skill. A skill is a directory containing a SKILL.md file (with YAML frontmatter) and optional supporting files (scripts, references, templates). Skills are prompt-based instructions — they tell you what to do, not code plugins.

Skill Format

<skill-id>/
  SKILL.md          # Required — frontmatter + instructions
  scripts/          # Optional — deterministic code the agent runs
  references/       # Optional — documentation loaded on demand
  templates/        # Optional — output templates, config files

SKILL.md Structure

---
name: <lowercase-hyphen-case, max 64 chars>
description: <one-line summary, max 256 chars — this appears in the system prompt index>
---

<body: detailed instructions for the agent>

Frontmatter rules:

  • name — required. Lowercase, hyphens only ([a-z0-9-]+), no leading/trailing/consecutive hyphens, max 64 chars.
  • description — required. One clear sentence. This is the only thing shown in the system prompt, so it must be specific enough to trigger skill activation. Max 256 chars.

Process

1. Clarify the skill's purpose

Ask the user:

  • What task does this skill handle?
  • When should it activate? (What kind of user request triggers it?)
  • What does success look like?

Generate 2-3 concrete usage examples to confirm understanding.

2. Plan the skill contents

For each example, identify what reusable resources are needed:

Directory When to use Loaded into context?
scripts/ Deterministic operations that must be exact (deploy, validate, transform) No — executed via exec
references/ Documentation the agent reads on demand (cat references/api-spec.md) On demand only
templates/ Output files, config templates, boilerplate No — copied/rendered via exec

Keep SKILL.md under 500 lines. If longer, split into reference files.

3. Write the skill

Read the full file on GitHub · 101 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. 3d ago First seen · 101 lines · 31 tokens per session scan A e59cc35f80be

Subscribe to this mod's changes

skill-creator is a skill published in the GitHub repository HCF-STUDIOS/openhermit (53 stars, last pushed 13d ago), licensed MIT. It adds 31 tokens to every session and 958 once invoked, about $0.0002 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

create-agent

Help users create and configure openma managed agents through conversation. Trigger when users say "create an agent", "I need an agent that...", "set up an agent for", "build me a bot", or describe a task to automate. Also trigger for "Create with AI" from Dashboard. Also use when users ask about the openma platform…

openma-ai/open-managed-agents · 90 tokens

openma

Use the openma platform to build, deploy, and manage AI agents. Trigger when users want to create agents, start sessions, manage environments, configure model cards, handle vaults/credentials, install skills, connect MCP servers, or interact with the openma HTTP API. Also trigger when users mention "oma", "openma"…

openma-ai/open-managed-agents · 87 tokens

comm-agent-skill

Communication specialist for the OpenClaw multi-agent system. Use this skill when the task involves: drafting or sending emails, posting to Discord or other chat platforms, scheduling calendar events, sending notifications, or any outbound communication on behalf of the user. Always drafts before sending and requires…

parijatmukherjee/openclaw-hawkins · 74 tokens

data-agent-skill

Data processing and analysis specialist for the OpenClaw multi-agent system. Use this skill when the task involves: parsing CSV/JSON/Excel files, data cleaning and transformation, SQL queries, statistical analysis, generating charts or visualizations, aggregating data from multiple sources, or extracting insights from…

parijatmukherjee/openclaw-hawkins · 88 tokens

research-agent-skill

Information gathering and research specialist for the OpenClaw multi-agent system. Use this skill when the task involves: web search, fact-checking, comparing products or technologies, summarizing articles, gathering documentation, researching errors, or producing structured reports with sources. Also use for "what is…

parijatmukherjee/openclaw-hawkins · 87 tokens

system-agent-skill

System administration specialist for the OpenClaw multi-agent system. Use this skill when the task involves: package installation (apt), service management (systemctl), configuration file editing, cron job scheduling, firewall rules (ufw), disk space management, log inspection (journalctl), user/group management…

parijatmukherjee/openclaw-hawkins · 96 tokens