wordclaw: Skill for Codex

.agents/skills/wordclaw-cms/SKILL.md

wordclaw-cms is a skill for Codex from dligthart/wordclaw. It costs 88 tokens per session (2,412 once invoked), scanned A, original, MIT.

A skill for working with WordClaw, a content-management system connected through an MCP server or REST service.

In plain words
What is it for?
Use it to find the correct WordClaw workspace, inspect its capabilities, and create or manage content when the required connection is available.
Why use it?
It explains how to discover the available workspace and follow its required content-authoring and review process.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions Codex.

This is dligthart/wordclaw's own configuration. It tells Codex how to work on wordclaw itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything wordclaw configures →

Reuse

Borrowing it

Nothing to install: this file belongs to dligthart/wordclaw. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/dligthart/wordclaw/main/.agents/skills/wordclaw-cms/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/dligthart/wordclaw

Made for: 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 wordclaw-cms

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/dligthart/wordclaw/wordclaw-cms"><img src="https://agentmods.dev/badge/skills/dligthart/wordclaw/wordclaw-cms.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,412 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 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.00088 $0.02412
Opus 5 $0.00044 $0.01206
Sonnet 5 $0.00018 $0.00482
Haiku 4.5 $0.00009 $0.00241

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

Security

Grade A, and why

wordclaw-cms 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 8d 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.

.agents/skills/wordclaw-cms/SKILL.md · 294 lines

How it starts

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

WordClaw CMS Skill

You are connected to a WordClaw content runtime. Do not invent a workflow when the runtime can tell you what to do. Prefer the built-in discovery resources, guide_task, and resolve_workspace_target over guessing tool order from memory.

If the WordClaw MCP resources or tools are not available in the current Codex session, say that clearly and ask for the MCP server to be configured instead of fabricating runtime state.

Session Start

For every new session, or whenever the actor or domain may have changed:

  1. Read system://capabilities
  2. Read system://deployment-status
  3. Read system://current-actor
  4. Read system://workspace-context or system://workspace-context/{intent}
  5. If you do not know which task model to use, read system://agent-guidance
  6. Call guide_task for the current job, or resolve_workspace_target when you need the single best content or work target

If deployment status reports domainCount: 0, call guide_task("bootstrap-workspace"), then bootstrap the first domain with MCP create_domain or the REST fallback POST /api/domains before calling any content write tool.

guide_task supports these live task IDs:

  • bootstrap-workspace
  • discover-deployment
  • discover-workspace
  • author-content
  • review-workflow
  • manage-integrations
  • consume-paid-content
  • verify-provenance

Skip discovery only when you are resuming a known operation and the user made it explicit that the cached workspace state is still valid.

Hard Rules

  • Never call a write tool before discovery unless you are explicitly resuming a known task.
  • Do not assume AUTH_REQUIRED=false means anonymous writes are allowed. Treat writes as credentialed unless discovery explicitly shows insecure local admin is active.
  • Prefer guide_task over a hand-written plan when a supported task ID exists.
  • Respect recommendedNextAction in API and MCP responses.
  • Dry-run create, update, delete, and batch operations when supported unless the user opts out.
  • Respect the active domain from system://current-actor and system://workspace-context.
  • Never auto-approve a review task without inspecting the content and any review comments.
  • Asset bytes and paid content are REST-first, even when discovery happens over MCP.
  • If a read returns PAYMENT_REQUIRED or OFFER_REQUIRED, switch to the REST offer and purchase flow.
  • If a paid read returns ENTITLEMENT_AMBIGUOUS, retry with x-entitlement-id.
  • Prefer subscribe_events recipe subscriptions over polling when you need to stay attached to live state.

Read the full file on GitHub · 294 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 294 lines · 88 tokens per session scan A 79f229eadfb4

Subscribe to this mod's changes

wordclaw-cms is a skill published in the GitHub repository dligthart/wordclaw (2 stars, last pushed 5mo ago), licensed MIT. It adds 88 tokens to every session and 2,412 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

payload

Use when working with Payload projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.

payloadcms/payload · 43 tokens

webiny-api-cms-content-models

Creating Headless CMS content models via code using the ModelFactory pattern. Use this skill when the developer wants to create, modify, or understand content model definitions, define fields and validators, set up reference fields between models, configure field layouts (including nested layouts inside object or…

webiny/webiny-js · 297 tokens

webiny-form-model

Building forms with the FormModel system — field types, renderers, layout, validation, conditional rules, computed fields, and dynamic zones. Use this skill when the developer needs to define form fields with the builder API, choose renderers, build layouts with tabs/rows/separators, add validation (Zod or…

webiny/webiny-js · 93 tokens

webiny-api-architect

The hub skill for all API/backend architecture in Webiny. Covers architecture overview, Services vs UseCases, feature naming and organization, feature structure templates, DI decision tree, anti-patterns, createFeature, createAbstraction, container registration, domain errors, entity patterns, naming conventions…

webiny/webiny-js · 90 tokens

webiny-v5-to-v6-migration

Migration patterns for converting v5 Webiny code to v6 architecture. Use this skill when migrating existing v5 plugins to v6 features, converting context plugins to DI services, adapting v5 event subscriptions to v6 EventHandlers, or understanding how v5 patterns translate to v6. Targeted at AI agents performing…

webiny/webiny-js · 75 tokens

webiny-sdk

Using @webiny/sdk to read and write CMS data from external applications. Use this skill when the developer is building a Next.js, Vue, Node.js, or any external app that needs to fetch or write content to Webiny, set up the SDK, use the Result pattern, list/get/create/update/publish entries, filter and sort queries…

webiny/webiny-js · 221 tokens