wordclaw-cms

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

A set of instructions for working with WordClaw, a content-management system connected through an MCP server or REST service. It covers discovering the workspace, authoring content, reviews, integrations, and deployment checks.

In plain words
What is it for?
Use it to discover capabilities and workspace details, choose the right task workflow, create a domain when needed, author and review content, and verify deployment or provenance.
Why use it?
It reduces the risk of writing to the wrong content area or using an invalid workflow by requiring the live system configuration to be checked first.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to discover capabilities and workspace details, choose the right task workflow, create a domain when needed, author and review content, and verify deployment or provenance.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dligthart/wordclaw/openclaw-integration
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.

Any agent
npx skills add dligthart/wordclaw --skill openclaw-integration
Clone the repo
git clone --depth 1 https://github.com/dligthart/wordclaw

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 wordclaw-cms

README.md
[![agentmods](https://agentmods.dev/badge/skills/dligthart/wordclaw/openclaw-integration.svg)](https://agentmods.dev/skills/dligthart/wordclaw/openclaw-integration)
Your own site
<a href="https://agentmods.dev/skills/dligthart/wordclaw/openclaw-integration"><img src="https://agentmods.dev/badge/skills/dligthart/wordclaw/openclaw-integration.svg" alt="Measured on agentmods" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,770 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.00089 $0.02770
Opus 5 $0.00044 $0.01385
Sonnet 5 $0.00018 $0.00554
Haiku 4.5 $0.00009 $0.00277

Measured 7d ago against content hash 2c70cbc4b172, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 7d 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.

doc/guides/openclaw-integration/SKILL.md · 335 lines

How it starts

The opening of the file, as written. The whole thing — 335 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.

Session Start

For every new session, or whenever the actor/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/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/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 · 335 lines

Files

What ships with it

2 files 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. 7d ago First seen · 335 lines · 89 tokens per session scan A 2c70cbc4b172

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 89 tokens to every session and 2,770 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.