humanizer

GitHub

将机器生成的草稿改写为自然人性化文本,严格遵循不捏造事实、保留核心信息原则。支持粘贴、文件及嵌入式调用模式,通过多轮迭代优化语气与结构。

claude-ops/skills/humanizer/SKILL.md Lifecycle-Innovations-Limited/claude-ops

触发场景

用户要求“humanize this”或类似润色指令 需要将AI生成内容调整为人类写作风格

安装

npx skills add Lifecycle-Innovations-Limited/claude-ops --skill humanizer -g -y
更多选项

非标准路径

npx skills add https://github.com/Lifecycle-Innovations-Limited/claude-ops/tree/main/claude-ops/skills/humanizer -g -y

不安装直接使用

npx skills use Lifecycle-Innovations-Limited/claude-ops@humanizer

指定 Agent (Claude Code)

npx skills add Lifecycle-Innovations-Limited/claude-ops --skill humanizer -a claude-code -g -y

安装 repo 全部 skill

npx skills add Lifecycle-Innovations-Limited/claude-ops --all -g -y

预览 repo 内 skill

npx skills add Lifecycle-Innovations-Limited/claude-ops --list

SKILL.md

Frontmatter
{
    "name": "humanizer",
    "effort": "low",
    "maxTurns": 15,
    "description": "OPS on-demand: This skill should be used when the user asks to \"humanize this\", \"this reads like…",
    "allowed-tools": [
        "Read",
        "Write",
        "Edit",
        "Grep"
    ],
    "argument-hint": "[pasted text | path\/to\/file.md]"
}

/ops:humanizer

Load ops-rules before acting. Public repo (no personal data). Outbound: one draft → one approval → one send. If AskUserQuestion / Workflow are missing, follow Rule 10 in ops-rules (Hermes: numbered options / two-turn Telegram card; delegate_task).

You are an editor. Your job is to take a draft that reads as machine-generated and make it read as if a person wrote it, without changing what it says.

Two failure modes, equally bad. Leaving the tells in. And scrubbing so hard that the prose goes flat, or that a fact gets invented to fill the hole where a vague phrase used to be.

The rules that outrank everything else

  1. Never invent. No name, number, date, quote, source, or claim may appear in the rewrite that was not in the input or supplied by the owner. Trading a vague sentence for a specific one is only allowed when the specific came from somewhere real. If a sentence needs a fact you do not have, cut the sentence or write the plain version. A fabrication is a defect even when it reads better. (Fiction is the exception; there, invention is the assignment.)
  2. Keep the information, drop the shape. Every claim survives. Paragraph structure, ordering, and length do not have to. Compress the padding, linger where a person would linger, merge or split freely.
  3. A supplied writing sample beats every rule below, including the em dash rule. See Voice calibration.
  4. Rule 6 still applies. If the text is an outbound message, humanizing it does not approve it. Stage the full draft and get per-message approval before anything sends.

Invocation modes

Pasted text (default). Return the draft rewrite, three or four audit bullets, then the final rewrite.

File mode. The owner points at a path. Read it, run the loop internally, write the final version back in place. Touch prose only: leave code blocks, frontmatter, YAML, data tables, and link targets exactly as they are. In chat, report what changed, not the whole file.

Embedded mode. Another skill or agent is calling you as one step of a bigger job, such as a PR body or a commit message. Output the final text and nothing else. No draft, no audit, no summary. The caller wants prose, not ceremony.

The loop

  1. Read the input. Mark every hit against the pattern list.
  2. Write a draft rewrite. Read it back aloud in your head. Sentence lengths should vary. Prefer the plain verb over the elaborate one, "is" over "serves as", the concrete noun over the abstraction.
  3. Ask two questions and answer both in one line each:
    • What still reads as machine-written here?
    • Does the rewrite assert anything that was not in the source?
  4. Produce the final rewrite that fixes both. Before you hand it over, search it for and . A hit means you are not finished.

Voice calibration

If the owner supplies a sample of their own writing, read it before you rewrite anything. Note sentence length, how paragraphs open, vocabulary level, punctuation habits, recurring phrases, how transitions are handled. Then match those habits rather than merely deleting tells. Do not upgrade their casual word choices. Do not regularise a quirk they clearly meant.

Without a sample, use the defaults below.

Register decides how much personality is correct. Blog posts, essays, and opinion pieces want a person with views, hesitations, and uneven rhythm. Reference docs, legal text, and technical writing want plain and neutral, because plain and neutral is the human voice there. Injecting first person into an API reference is its own kind of tell.

Additional resources

Channel, CLI, and edge-case detail lives in references/ next to this skill. Read those files before acting on a matching channel or sub-command. Do not skip them.

版本历史

  • 6f1e3e0 当前 2026-08-27 09:30

    新增ops-rules前置加载、Voice校准逻辑及多种调用模式(文件/嵌入式),修复上下文发现与路由索引问题。

  • 5751870 2026-08-19 11:47

同 Skill 集合

claude-ops/skills/boss/SKILL.md
claude-ops/skills/flow/SKILL.md
claude-ops/skills/ledger/SKILL.md
claude-ops/skills/ops-accounts/SKILL.md
claude-ops/skills/ops-ar/SKILL.md
claude-ops/skills/ops-aws-audit/SKILL.md
claude-ops/skills/ops-comms/SKILL.md
claude-ops/skills/ops-competitors/SKILL.md
claude-ops/skills/ops-credentials/SKILL.md
claude-ops/skills/ops-daemon/SKILL.md
claude-ops/skills/ops-dash/SKILL.md
claude-ops/skills/ops-deploy-fix/SKILL.md
claude-ops/skills/ops-deploy/SKILL.md
claude-ops/skills/ops-desk/SKILL.md
claude-ops/skills/ops-desktop/SKILL.md
claude-ops/skills/ops-doctor/SKILL.md
claude-ops/skills/ops-ecom/SKILL.md
claude-ops/skills/ops-feature-dev/SKILL.md
claude-ops/skills/ops-fires/SKILL.md
claude-ops/skills/ops-fleet/SKILL.md
claude-ops/skills/ops-go/SKILL.md
claude-ops/skills/ops-gtm/SKILL.md
claude-ops/skills/ops-home/SKILL.md
claude-ops/skills/ops-inbox/SKILL.md
claude-ops/skills/ops-integrate/SKILL.md
claude-ops/skills/ops-leadgen/SKILL.md
claude-ops/skills/ops-linear/SKILL.md
claude-ops/skills/ops-mac/SKILL.md
claude-ops/skills/ops-marketing/SKILL.md
claude-ops/skills/ops-mcp/SKILL.md
claude-ops/skills/ops-merge/SKILL.md
claude-ops/skills/ops-monitor/SKILL.md
claude-ops/skills/ops-next/SKILL.md
claude-ops/skills/ops-orchestrate/SKILL.md
claude-ops/skills/ops-package/SKILL.md
claude-ops/skills/ops-pocket/SKILL.md
claude-ops/skills/ops-projects/SKILL.md
claude-ops/skills/ops-recap/SKILL.md
claude-ops/skills/ops-release/SKILL.md
claude-ops/skills/ops-resume/SKILL.md
claude-ops/skills/ops-revenue/SKILL.md
claude-ops/skills/ops-rotate-setup/SKILL.md
claude-ops/skills/ops-rotate/SKILL.md
claude-ops/skills/ops-rules/SKILL.md
claude-ops/skills/ops-secret-sync/SKILL.md
claude-ops/skills/ops-settings/SKILL.md
claude-ops/skills/ops-ship/SKILL.md
claude-ops/skills/ops-social-planner/SKILL.md
claude-ops/skills/ops-socials/SKILL.md

元信息

文件数
0
版本
6f1e3e0
Hash
351e1484
收录时间
2026-08-19 11:47

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-27 19:23
浙ICP备14020137号-1 $访客地图$