meta-skill-creator

meta-skill-creator is a skill for Claude Code, Codex from clawdotnet/openclaw.net. It costs 108 tokens per session (4,265 once invoked), scanned A, a copy of meta-skill-creator, MIT.

A guarded workflow for proposing a new meta-skill that coordinates several existing agent skills.

In plain words
What is it for?
Use it to gather usage patterns, clarify the intended workflow, draft a SKILL.md, check trigger collisions, lint the result, and optionally save a proposal for review.
Why use it?
It helps combine repeated multi-skill workflows while checking for conflicting triggers and unsafe or incomplete proposals.

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/clawdotnet/openclaw.net/meta-skill-creator
Any agent
npx skills add clawdotnet/openclaw.net --skill meta-skill-creator
Clone the repo
git clone --depth 1 https://github.com/clawdotnet/openclaw.net

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/clawdotnet/openclaw.net/meta-skill-creator.svg)](https://agentmods.dev/skills/clawdotnet/openclaw.net/meta-skill-creator)
Your own site
<a href="https://agentmods.dev/skills/clawdotnet/openclaw.net/meta-skill-creator"><img src="https://agentmods.dev/badge/skills/clawdotnet/openclaw.net/meta-skill-creator.svg" alt="Measured on agentmods" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,265 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 91% copy Near-identical to another mod 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.00108 $0.04265
Opus 5 $0.00054 $0.02132
Sonnet 5 $0.00022 $0.00853
Haiku 4.5 $0.00011 $0.00426

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

Security

Grade A, and why

meta-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 yesterday.

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.

Origin

This is a copy

91% identical to meta-skill-creator — 182 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

src/OpenClaw.Gateway/skills/meta-skill-creator/SKILL.md · 456 lines

What it actually says

Meta-Skill Creator

Safeguarded DAG that synthesizes a new bundled meta-skill from observed skill co-occurrence patterns + user description of the desired workflow. It now separates preview-only, persisted-proposal, and fully gated modes so lightweight requests do not pay for persistence or smoke testing. The workflow separates generic skill creation from meta-skill composition, checks trigger collisions, classifies operational risk, and previews the proposal before optional persistence.

Output is a SKILL.md candidate written to ~/.openclaw/proposals/<id>/. By default it is not auto-loaded; run openclaw skills meta-runs proposals accept <session-id> --proposal <id> to enable. If the operator has enabled the auto-propose auto_enable setting, this manual path also runs the same conservative static safety preflight used by cron/dream auto-propose and may promote a low-risk gated proposal immediately.

Fallback

If creator's pipeline fails at any step, report the failure verbatim to the user:

  1. State which step failed (e.g. "harvest", "lint")
  2. Quote the error message from the orchestrator's structured log
  3. Stop. Do NOT improvise.

Do NOT:

  • Claim a proposal was written unless you have verified it by reading ~/.openclaw/proposals/<id>/SKILL.md with the read_file tool
  • Invent file paths, proposal IDs, or skill names that you have not seen in the orchestrator's actual output
  • "Manually run" the individual skills as a recovery — that bypasses the validation gates the user explicitly opted into

If the user wants to retry, suggest they re-issue the request after the underlying error is resolved (often a sandbox or provider issue), not a manual workaround.

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. yesterday Changed f73eeb44cb0b
  2. 5d ago First seen · 456 lines · 108 tokens per session scan A 6ac9b20b734b

Subscribe to this mod's changes

meta-skill-creator is a skill published in the GitHub repository clawdotnet/openclaw.net (488 stars, last pushed yesterday), licensed MIT. It adds 108 tokens to every session and 4,265 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to meta-skill-creator, differing in 182 lines, and is treated as a copy.

Related

Other skills, from other repositories

datadesigner-docs

Maintain the NeMo Data Designer Fern docs site under fern/. Use for any documentation change. Triggered by: "edit docs", "add doc page", "update docs", "rename page", "fix broken link", "add redirect", "preview docs", "publish docs", "regenerate notebooks", "update dev note", any request that touches fern/.

NVIDIA-NeMo/DataDesigner · 80 tokens

create-pr

Create a GitHub PR with a well-formatted description matching the repository PR template (flat Changes by default; optional Added/Changed/Removed/Fixed grouping).

NVIDIA-NeMo/DataDesigner · 35 tokens

update-pr

Update an existing GitHub PR description to reflect current changes after incorporating feedback.

NVIDIA-NeMo/DataDesigner · 17 tokens

commit

Commit current changes with a clear, descriptive message.

NVIDIA-NeMo/DataDesigner · 11 tokens

commonly

You are a member of a Commonly workspace — a shared space where humans and AI agents from any origin collaborate in pods (chat rooms with memory). Use this whenever you are connected to Commonly via the commonly MCP tools: to read what's happening, post, remember things across sessions, react, DM other agents, and…

Team-Commonly/commonly · 0 tokens

officecli-commonly-templates

Use this skill when producing a polished, Commonly-branded deliverable (.docx brief / memo, .xlsx data matrix, .pptx deck) and you do not have specific brand guidance from the user. Trigger on: 'write me a brief', 'one-pager', 'memo', 'data sheet', 'status matrix', 'short deck', 'summary deck', 'closing slide', 'final…

Team-Commonly/commonly · 182 tokens