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.
npx agentmods add skills/clawdotnet/openclaw.net/meta-skill-creatornpx skills add clawdotnet/openclaw.net --skill meta-skill-creatorgit clone --depth 1 https://github.com/clawdotnet/openclaw.netWrote 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.
[](https://agentmods.dev/skills/clawdotnet/openclaw.net/meta-skill-creator)<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>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.
| Model | Per session | Once 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 |
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.
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.
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:
- State which step failed (e.g. "harvest", "lint")
- Quote the error message from the orchestrator's structured log
- Stop. Do NOT improvise.
Do NOT:
- Claim a proposal was written unless you have verified it by reading
~/.openclaw/proposals/<id>/SKILL.mdwith theread_filetool - 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.
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.
- yesterday Changed f73eeb44cb0b
- 5d ago First seen · 456 lines · 108 tokens per session scan A 6ac9b20b734b
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.
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/.
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).
update-pr
Update an existing GitHub PR description to reflect current changes after incorporating feedback.
commit
Commit current changes with a clear, descriptive message.
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…
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…