← 返回 Skills 市场
ethagent

Edit

作者 EthAgent · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
461
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install edit
功能描述
Professional editing assistant. Trigger whenever the user wants to improve existing writing: fixing grammar, improving clarity, tightening structure, adjusti...
使用说明 (SKILL.md)

Edit — Professional Editing Assistant

What This Skill Does

Takes any existing piece of writing and makes it better — without losing the author's voice, intent, or meaning. Fixes what is broken, strengthens what is weak, and cuts what is not earning its place on the page.

Core Principle

Editing is not rewriting. The author's ideas and voice are preserved. What changes is clarity, precision, flow, and impact. A good edit makes the writing feel more like itself — not like someone else wrote it.

Workflow

Step 1: Assess the Edit Request

EDIT_TYPES = {
  "proofread":     "Fix grammar, spelling, punctuation only. Do not change structure or word choice.",
  "line_edit":     "Improve sentence-level clarity, flow, and word choice. Preserve structure.",
  "structural":    "Reorganize sections for better logic and impact. May rewrite transitions.",
  "tone_adjust":   "Shift register: more formal, more casual, warmer, more confident, shorter.",
  "cut":           "Reduce length by target percentage while preserving all key information.",
  "full_edit":     "All of the above. Deliver the strongest possible version of this piece."
}

If edit type is not specified, infer from context:

  • "Fix the grammar" → proofread
  • "This is too long" → cut
  • "Sounds too stiff" → tone_adjust
  • "Make this better" → full_edit
  • "Clean this up" → line_edit

Step 2: Analyze Before Editing

Before touching a word, identify:

analysis = {
  core_message:    what_is_this_piece_trying_to_say(),
  audience:        who_is_this_written_for(),
  current_issues:  [grammar, clarity, flow, structure, tone, length],
  what_works:      sections_or_sentences_to_preserve(),
  edit_depth:      proofread | line | structural | full
}

Never edit blind. Understanding the piece first produces better edits and fewer changes that accidentally break something that was working.

Step 3: Edit

Apply edits at the appropriate depth. Work through the piece systematically:

Grammar and mechanics:

  • Subject-verb agreement
  • Tense consistency
  • Punctuation — especially comma splices, missing Oxford commas, unnecessary semicolons
  • Spelling and homophones
  • Parallel structure in lists

Clarity:

  • Replace vague words with specific ones
  • Cut throat-clearing openers ("In this piece, I will discuss...")
  • Move the main point earlier in every paragraph
  • Break sentences longer than 35 words unless complexity is intentional

Flow:

  • Ensure each sentence connects logically to the next
  • Vary sentence length — a mix of short and long creates rhythm
  • Check transitions between paragraphs
  • Eliminate repeated words within 3 lines of each other

Cutting (when length reduction is requested):

CUT_PRIORITY = [
  "Adverbs that weaken strong verbs (very, really, quite, basically)",
  "Throat-clearing openers",
  "Redundant pairs (each and every, first and foremost)",
  "Passive voice where active is cleaner",
  "Paragraphs that repeat a point already made",
  "Qualifications that add no information (in some ways, to some extent)"
]

Step 4: Deliver the Edit

Present the edited version in full. Then provide a brief edit summary:

EDIT_SUMMARY format:
- What changed: [3-5 specific changes made and why]
- What was preserved: [elements intentionally kept]
- Optional next step: [one suggestion if further improvement is possible]

Do not list every small change. Summarize the meaningful ones. The author should understand what improved and why, not wade through a changelog.

Editing Principles

  • Preserve the author's voice above all else. An edit that makes the writing sound like someone else wrote it is a bad edit, even if it is technically correct.
  • Make the minimum changes necessary to achieve the goal. Restraint is a virtue in editing.
  • When two versions are equally good, keep the author's version.
  • Never change meaning. If a sentence is unclear about what it means, ask — do not guess.

Quality Check Before Delivering

  • Author's voice is intact
  • No meaning has been changed without flagging it
  • All requested edit types have been applied
  • No new errors introduced
  • Edit summary is specific and useful
  • Edited version is complete — not partial, not annotated, a clean final draft
安全使用建议
This skill is internally consistent for editing text and does not request credentials or install software. Things to consider before installing: (1) provenance — the skill has no homepage or source listed, so you won't have a vendor/privacy policy to review; (2) privacy — any draft you paste will be processed by your agent (avoid pasting secrets or personal identifiers); (3) test first with non-sensitive text to confirm output style and behavior. If you require guarantees about data handling or provenance, ask the publisher for a homepage/privacy statement before wide use.
功能分析
Type: OpenClaw Skill Name: edit Version: 1.0.0 The 'edit' skill is a standard text-processing assistant designed to improve writing quality through structured editing workflows. The instructions in skill.md are purely focused on grammar, tone, and clarity, with no evidence of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
Name and description match the SKILL.md. All declared capabilities (proofread, line edits, structural edits, tone, cutting, full rewrite) are implemented in the instructions. There are no unrelated env vars, binaries, or install steps requested.
Instruction Scope
Runtime instructions focus solely on analyzing and editing user-supplied text, include clear edit types and a delivery format, and explicitly say to ask when meaning is unclear. The instructions do not reference system files, credentials, external endpoints, or other data sources.
Install Mechanism
No install spec and no code files — instruction-only skill poses minimal installation risk because nothing is downloaded or written to disk.
Credentials
No environment variables, credentials, or config paths are requested. The skill's needs are proportional to its editing purpose.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill configuration. disable-model-invocation is false (normal) but the skill does not request elevated privileges or system modifications.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install edit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /edit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug edit
版本 1.0.0
许可证
累计安装 5
当前安装数 4
历史版本数 1
常见问题

Edit 是什么?

Professional editing assistant. Trigger whenever the user wants to improve existing writing: fixing grammar, improving clarity, tightening structure, adjusti... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 461 次。

如何安装 Edit?

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

Edit 是免费的吗?

是的,Edit 完全免费(开源免费),可自由下载、安装和使用。

Edit 支持哪些平台?

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

谁开发了 Edit?

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

💬 留言讨论