← 返回 Skills 市场
poemswe

Writing

作者 Poe · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
257
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install clarity-and-grace
功能描述
Use when writing or editing prose humans will read — documentation, commit messages, error messages, READMEs, reports, UI text, explanations. Triggers on cla...
使用说明 (SKILL.md)

Writing Style

Three layers shape good prose: stance, cognition, and mechanics. Apply all three.

Stance (Thomas & Turner, Classic Prose)

Write as if you see something clearly and are turning to an intellectual equal to point it out.

  • Motive is truth. You write because you have something to show, not to impress.
  • Purpose is presentation. The reader can verify what you present. You are not arguing or performing.
  • Writer and reader are equals. The reader is competent and attentive. Do not talk down, hedge, or over-qualify.
  • Occasion is informal. The tone is conversational, as if speaking to a colleague. Avoid ceremonial or bureaucratic register.
  • The writing is a window, not a subject. Draw zero attention to the act of writing itself. Never say "this document will explain" or "as mentioned above."
  • Show parallels by juxtaposition. Place related ideas next to each other and let the reader see the connection. Never announce it with "the same," "similarly," "this mirrors," or "this is just like." If you have to tell the reader two things are connected, the placement failed.

Cognition (Pinker, The Sense of Style)

Two cognitive principles govern whether readers understand you. Full reference with ban lists in pinker-condensed.md.

Curse of knowledge. You know things your reader does not. This is the single largest source of unclear writing. Before every paragraph, ask: what does the reader already know? Start there. Introduce one new concept at a time. Define terms on first use through context, not parenthetical definitions.

Chunking. Working memory holds about four items. If a sentence forces the reader to track more than four new entities, relationships, or qualifications simultaneously, break it apart. Front-load the simple main clause. Let complexity trail behind it in subordinate structures.

Mechanics

Grammar (apply from knowledge): Possessives, serial comma, parenthetic commas, compound clauses, no comma splices, no fragments (every sentence needs a finite verb, not just a participle), dangling participles.

AI-Voice Patterns

These patterns recur in AI-generated prose. The full ban list with rule citations lives in ai-slop.md. The patterns below are structural tells to internalize.

Throat-clearing — opening phrases that delay the point. Ban: "What this means is," "In practice," "To be clear," "The key here is," "That said." Fix: delete the phrase and start with the subject.

Agency dodging — verbs that hide who acts. Ban: "allows," "enables," "ensures," "provides," "serves as." Fix: make the real agent the subject and give it a real verb. "The whitelist allows the agent to run safely" becomes "The agent runs inside a whitelist."

Pronoun crutch — "This + abstract noun" as sentence opener. Ban: "This constraint," "This approach," "This architecture," "This means that." Fix: name the thing. "This constraint forces specificity" becomes "The text-file protocol forces specificity."

Echo closers — restating the paragraph's point in a short final sentence. Not a ban. Cap at once per piece. Flag: "I was generating noise." "The current system has none." "Ambiguity breaks it."

Filler pairs — padding that adds no meaning. Ban: "both X and Y" (just "X and Y"), "rather than," ending with "as well," "in order to" (just "to").

Reference Files

Four files contain the actionable rules with before/after examples.

File Source Covers
strunk-condensed.md Strunk, Elements of Style Active voice, positive form, concrete language, needless words, parallel construction, emphasis
williams-condensed.md Williams, Clarity and Grace Characters as subjects, actions as verbs, old-before-new, topic strings, stress position, concision, coherence, elegance
pinker-condensed.md Pinker, The Sense of Style Meta-commentary bans, hedging bans, curse of knowledge, classic prose stance
ai-slop.md Liang et al. 2024, corpus analysis Banned vocabulary, filler phrases, transitions, engagement bait, thought-leadership slop, LinkedIn modifiers, formulaic structures

When Context Is Tight

Dispatch a subagent with your draft + the reference files for copyediting.

安全使用建议
This is a coherent, instruction-only writing/style guide and appears safe from a permissions standpoint. Consider that the SKILL.md suggests "dispatching a subagent with your draft," which could cause your draft to be sent to another model or service depending on the platform runtime — if your drafts contain sensitive data, confirm how subagent invocation is implemented and whether text leaves your environment. Also note the included reference material is condensed from published books; if copyright or licensing is a concern, review those sources before redistributing. If you need stricter controls, disable autonomous invocation for this skill or avoid sending sensitive drafts to subagents until you verify data flow and retention policies.
功能分析
Type: OpenClaw Skill Name: clarity-and-grace Version: 1.0.0 The skill bundle is a collection of stylistic guidelines and linguistic 'ban lists' designed to improve the clarity and quality of AI-generated prose. It contains no executable code, network requests, or instructions to access sensitive data; instead, it provides reference material (e.g., strunk-condensed.md, ai-slop.md) to help the agent avoid common AI writing patterns and adhere to classic composition principles.
能力评估
Purpose & Capability
Name, description, and included files are all about prose style and copyediting; no unrelated binaries, env vars, or config paths are requested. The provided reference files (Strunk, Williams, Pinker, and an AI ban list) align with a writing/editing skill.
Instruction Scope
SKILL.md is an instruction-only policy for editing prose and references the included reference files. It contains one operational note: "Dispatch a subagent with your draft + the reference files for copyediting." That is within the writing task but implies the agent will forward user drafts to a subagent; depending on the runtime implementation that could send text to another internal model or an external endpoint. The skill itself does not name any external endpoints or request credentials.
Install Mechanism
No install spec and no code files to execute. Instruction-only skills have lower installation risk because nothing is written to disk or downloaded.
Credentials
The skill requests no environment variables, no credentials, and no filesystem paths. There is no disproportionate access requested relative to the stated purpose.
Persistence & Privilege
always:false and default autonomous invocation are used (normal). The skill does not request persistent system changes or elevated privileges and does not attempt to modify other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clarity-and-grace
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clarity-and-grace 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the clarity-and-grace skill for writing and editing human-facing prose. - Defines a clear, three-layer approach: stance (classic prose), cognition (reader understanding), and mechanics (grammar). - Bans common AI-generated writing patterns such as throat-clearing, agency dodging, and pronoun crutches. - Outlines cognitive principles to avoid the curse of knowledge and improve clarity through chunking. - Provides references to actionable rules in included files covering style, concision, and specific anti-patterns. - Adds guidance for managing context limits by delegating copyediting when needed.
元数据
Slug clarity-and-grace
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Writing 是什么?

Use when writing or editing prose humans will read — documentation, commit messages, error messages, READMEs, reports, UI text, explanations. Triggers on cla... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 257 次。

如何安装 Writing?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clarity-and-grace」即可一键安装,无需额外配置。

Writing 是免费的吗?

是的,Writing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Writing 支持哪些平台?

Writing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Writing?

由 Poe(@poemswe)开发并维护,当前版本 v1.0.0。

💬 留言讨论