Plain Writing helps you draft, edit, and audit prose that stays faithful to source meaning while removing AI slop, verbosity, jargon, and formatting excess.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install plain-writing
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install plain-writing using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Plain Writing is an Openclaw Skills workflow for producing clear, reader-focused prose from drafts or source material. It is designed to preserve protected meaning, voice, and required terminology while removing clutter, unsupported claims, robotic structure, and unnecessary formatting.
It supports technical, workplace, long-form, and creative writing across three modes: strict, technical, and natural. The skill emphasizes evidence-aware rewriting, careful handling of uncertainty, and source fidelity, making Openclaw Skills useful for both high-stakes editing and everyday cleanup of prose.
strict, technical, or natural depending on the writing task.references/ and scripts/ folders.cat references/ai-patterns.md
cat references/eval.md
python3 <skill-dir>/scripts/lint_prose.py --mode technical /path/to/draft.md
python3 <skill-dir>/scripts/lint_prose.py --mode strict /path/to/draft.md
python3 <skill-dir>/scripts/lint_prose.py --mode natural /path/to/draft.md
python3 <skill-dir>/scripts/score_delta.py before.md after.md
The skill does not define a database schema. Instead, it organizes work around a protected-content ledger, a voice snapshot, and the final prose output.
| Artifact | Purpose | Notes |
|---|---|---|
| Protected-content ledger | Tracks facts and must-keep material | Separate rows for risks, mitigations, targets, owners, deadlines, proposed actions, and condition–consequence pairs |
| Voice snapshot | Records cadence and style constraints | Captures preferred words, formality, roughness, audience knowledge, and first-person usage |
| Draft / source text | Input material to rewrite, edit, or audit | Must be separated into protected and non-protected content where relevant |
| Final prose | Completed output | Return only the requested prose, not commentary or a report |
| Lint results | Review evidence from lint_prose.py |
Warnings are review questions, not automatic failures |
| Score delta output | Source-aware comparison from score_delta.py |
Helps verify structural and protected-content fidelity |
Content taxonomy emphasized by Openclaw Skills in this skill:
strict, technical, and natural control how aggressively prose is constrainedstrict, technical, and natural settings for different prose contexts.scripts/lint_prose.py for fast review feedback and mode-specific checks.scripts/score_delta.py to compare before/after drafts and catch structural expansion.Loading
find-ebooks is an Openclaw Skills tool that searches ebooks across Anna's Archive and major Chinese book platforms, returning rich metadata and copyable links.

Weekly Dev Tips is a compact Openclaw Skills knowledge base that helps developers improve shell productivity, Git hygiene, and debugging judgment one actionable tip at a time.

Openclaw Skills for ArcGIS Online lets AI agents safely search, geocode, and read ArcGIS data through a schema-first CLI connector.

Openclaw Skills for Memos provides a secure CLI-driven way to read, create, update, and delete Memos data through a connected OOMOL account.

A WeChat article review skill that checks originality, AI-like risk, and structural quality before guiding a safer rewrite.

iWork to Markdown is an Openclaw Skills parser that converts Apple Pages, Numbers, and Keynote files into clean Markdown text.








































