Token导航 LogoToken导航TokenDH.com
效率权限需确认clawhub未标认证来源可访问clear审计通过

editedit 效率

Agent Skill

edit 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

13,806

周安装

587

GitHub Stars

公开资料未说明

下载量

4,837
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:edit(edit 效率)
来源仓库:https://github.com/ethagent/edit
安装命令:
openclaw skills install edit
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install edit

简介

edit 是专业编辑助理,用于优化文本结构与表达清晰度。

  • 适合改进写作质量、修复语法问题或调整内容逻辑结构。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 通过 clawhub 安装,建议结合具体项目风格指南进行校验。
  • 使用时需注意上下文一致性,避免过度修改影响原意传达。
  • edit 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
edit
description
>

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.3%
按下载量换算4,319

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills