Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

humanizehumanize 搜索

Agent Skill

humanize 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,247

周安装

53

GitHub Stars

218

下载量

437
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:humanize(humanize 搜索)
来源仓库:https://github.com/mathews-tom/armory
仓库路径:skills/humanize
安装命令:
npx skills add https://github.com/mathews-tom/armory --skill humanize
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/mathews-tom/armory --skill humanize

简介

humanize 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于人文类研究或跨学科信息检索场景。
  • 通过 npx skills add 命令从 GitHub 仓库安装并使用该技能。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网或文件读写操作。
  • 建议结合原始 README 核验具体用法和功能边界。

SKILL.md

Humanize: AI Pattern Detection and Removal

Remove AI-generated writing patterns from text. Produce natural, human-sounding output that preserves meaning.

This is not a generic rewriter. It targets specific, documented AI-writing patterns catalogued by Wikipedia's WikiProject AI Cleanup from thousands of observed instances.

Workflow

Five phases. Each phase has a clear input, transformation, and output. Do not skip phases.

Phase 1: Detection Scan

Read the input text. Load references/detection-patterns.md. Scan for two categories of signals:

A. Lexical patterns (the 24 catalogued AI-writing patterns):

CategoryPatternsPriority
Content inflationSignificance puffing, notability claims, superficial -ing analyses, promotional language, vague attributions, formulaic challenges sectionsHIGH — loudest AI tells
VocabularyAI-frequency words, copula avoidance, filler phrases, excessive hedgingHIGH — statistically detectable
StructureRule of three, negative parallelisms, elegant variation, false ranges, inline-header listsMEDIUM — structural fingerprints
StyleEm dash overuse, boldface overuse, title case headings, emoji decoration, curly quotesMEDIUM — formatting tells
CommunicationChatbot artifacts, knowledge-cutoff disclaimers, sycophantic tone, generic conclusionsLOW — obvious, usually caught by author

B. Statistical regularity signals (see references/statistical-signals.md):

SignalWhat to look for
Sentence length uniformitySentences clustering within a narrow word-count range
Low clause density variationEvery sentence has the same number of clauses
Flat information densityEvery sentence carries roughly the same amount of detail
High-frequency phrase templatesStock collocations and common bigrams/trigrams dominating the text
Excessive transition markersFormal connectives appearing more than 8 per 1,000 words
Structural symmetryParagraphs and sentences following balanced, mirror-like patterns
Uniform inter-sentence cohesionEvery sentence tightly follows the previous with no topic shifts or digressions
Generic function word usageConnectors and prepositions used in textbook-standard distribution with no personal tendencies

Output a detection report using the detection report template (see Output Format).

Instance severity rating:

SeverityCriteria
HIGH3+ patterns co-occurring in a single paragraph, or any paragraph saturated with AI vocabulary (5+ signal words)
MEDIUM1-2 patterns in a paragraph, or a statistical signal present across 3+ consecutive sentences
LOWIsolated single instance of any pattern, or a borderline statistical signal

Phase 2: Structural Rewrite

Transform document structure to break AI-typical organization:

  • Convert uniform paragraph lengths to varied blocks
  • Merge or split sentences to break rhythmic uniformity
  • Reorder clauses where meaning permits
  • Convert formulaic list structures to narrative where appropriate
  • Remove tripartite constructions unless the content genuinely has three parts

Do not change factual content. Do not add information. Do not remove cited sources, data, or technical terms.

Phase 3: Vocabulary and Style Pass

Apply pattern-specific rewrites from the detection report:

  • Replace AI-frequency vocabulary with natural alternatives
  • Restore simple copulas (is/are/has) where the text uses elaborate substitutes
  • Remove filler phrases and excessive hedging
  • Cut promotional language and significance inflation
  • Replace vague attributions with specific ones (or remove if no source exists)

Load the appropriate style profile from references/style-guide.md based on the target domain. Apply domain-specific voice calibration.

Phase 4: Entropy and Variation

Human writing has burstiness — irregular rhythm, varied sentence lengths, uneven information density. AI text is statistically smooth. This phase breaks that smoothness.

Load references/statistical-signals.md for target ranges. Apply:

  • Sentence length variance: mix short declarative with longer explanatory. Target visible variance across any 5-sentence window.
  • Clause density variation: alternate simple sentences (one clause) with compound/complex (2-3 clauses). Do not settle on a uniform clause count.
  • Information density variation: let some sentences carry heavy detail while others are light — a summary statement, a reaction, a pivot. Uniform density reads as generated.
  • Phrase template breaking: replace stock collocations with specific phrasings. "Play a role in" -> name the specific action. "In terms of" -> delete or restructure.
  • Inter-sentence cohesion variation: not every sentence should tightly follow the previous. Allow small topic expansions, brief asides, or contextual jumps that a thinking human would make.
  • Function word personalization: vary connector usage. Use "but" in one place, "still" in another, nothing in a third. Do not default to the same conjunction pattern throughout.
  • Paragraph length variance: mix single-sentence paragraphs with 4-5 sentence blocks.
  • Controlled imperfection: fragments at impact positions, parenthetical asides, concessive turns. Sparingly — seasoning, not structure.

Phase 5: Validation and Output

Two checks before delivering:

Semantic check: Compare rewrite against original. Every factual claim, data point, argument, and technical term in the original must be present in the rewrite. If anything was lost, restore it.

Self-audit: Ask internally: "What still sounds AI-generated about this text?" If residual patterns remain, fix them. One pass only — do not loop indefinitely.

Output the final text followed by a brief changes summary.

Output Format

Full Rewrite / Targeted Fix / Style Shift

[Humanized text]

---
Changes: [2-4 bullet summary of what was changed and why]
Patterns detected: [list of pattern numbers/names found]
Domain: [detected or specified domain]

For short texts (under 100 words), skip the changes summary unless the user requests it.

Detection Only

## Detection Report

**Domain:** [detected or specified]
**Overall severity:** [HIGH / MEDIUM / LOW]
**Patterns found:** [count]

### Findings

| Location | Pattern | Severity | Evidence |
|----------|---------|----------|----------|
| Para 1 | #7 AI vocabulary | HIGH | "delve", "intricate", "pivotal" in same sentence |
| Para 2 | #8 Copula avoidance | MEDIUM | "serves as" instead of "is" |
| Para 1-4 | Sentence length uniformity | MEDIUM | All sentences 18-22 words, SD < 3 |
| ... | ... | ... | ... |

### Statistical Signals

| Signal | Status | Detail |
|--------|--------|--------|
| Sentence length variance | FLAG | SD ~3 words (human typical: 7-15) |
| Transition frequency | OK | 5 per 1,000 words |
| ... | ... | ... |

### Summary
[1-2 sentences: overall assessment and highest-priority patterns to fix first]

Reference Files

FilePurposeLoad When
references/detection-patterns.md24 AI-writing patterns with examplesAlways (Phase 1)
references/statistical-signals.md12 statistical regularity signals with target rangesPhase 1 (scan) and Phase 4 (targets)
references/style-guide.mdDomain-specific voice profiles and calibration rulesPhase 3 (match to domain)
references/transformation-rules.mdStructural rewrite strategies and entropy techniquesPhase 2 and Phase 4
examples/academic.mdBefore/after pairs for academic writingWhen domain is academic
examples/blog.mdBefore/after pairs for blog/casual writingWhen domain is blog or social
examples/professional.mdBefore/after pairs for professional/business writingWhen domain is professional

Domain Detection

If the user does not specify a domain, infer from:

  1. Vocabulary density and jargon type
  2. Citation patterns
  3. Sentence complexity
  4. Register (formal/informal markers)

Default to professional if ambiguous.

Supported domains: academic, technical, blog, social, professional, marketing

Behavioral Constraints

  1. Never fabricate. Do not add facts, citations, quotes, statistics, or claims not in the original.
  2. Never remove data. Numbers, dates, names, URLs, and cited sources must survive the rewrite.
  3. Preserve argument structure. If the original makes points A, B, C in that order with that logic, the rewrite must preserve the logical flow.
  4. Do not over-humanize. Some text is meant to be neutral and informational. A technical specification does not need personality. Match the appropriate register.
  5. Respect code blocks and structured data. Do not humanize code, tables, JSON, YAML, or any structured/machine-readable content. Pass these through unchanged.
  6. One pass through the pipeline. Do not run the 5-phase pipeline recursively. If the output still has tells after Phase 5, note them in the changes summary rather than looping.

Scope Modes

ModeTriggerBehavior
Full rewrite"humanize this", "rewrite naturally"Run all 5 phases
Detection only"check for AI patterns", "does this sound AI"Run Phase 1 only, output detection report
Targeted fix"fix the AI-sounding parts", "just clean up the obvious stuff"Run Phase 1, then apply fixes only to HIGH-priority patterns
Style shift"make this more casual/academic/professional"Run Phases 3-4 with specified domain profile

Error Handling

ProblemCauseResolution
Input under 20 wordsInsufficient signal for pattern detectionReport: "Text too short for reliable pattern detection." Apply vocabulary fixes only (Phase 3) if obvious patterns are present. Skip statistical signal analysis.
Input is entirely code/structured dataNo prose to humanizeReport: "Input is structured data — no humanization applicable." Return input unchanged.
Mixed human + AI textPartial AI generation or human-edited AI outputRun Phase 1 on full text. Flag only paragraphs/sections with detected patterns. Apply Phases 2-4 selectively to flagged sections. Leave clean sections untouched.
Domain ambiguous after detectionInput mixes registers (e.g., academic citations in a blog post)Default to professional. Note the ambiguity in the output: "Domain defaulted to professional — specify if another profile is preferred."
Semantic drift detected in Phase 5Rewrite altered meaning during structural/vocabulary changesRestore the drifted factual claim from the original. Do not re-run the full pipeline. Note the restoration in the changes summary.
Input contains fabricated citationsOriginal text has hallucinated sourcesNot detectable — this skill humanizes style, not factual accuracy. Pass through unchanged. Note in limitations if the user asks about accuracy.
All patterns are LOW severityText is mostly human-written with minor tellsIn targeted fix mode, report findings but recommend no changes. In full rewrite mode, apply light-touch fixes only — do not over-edit clean text.

Integration Point

Other writing skills can import references/detection-patterns.md as a pattern library for their own anti-pattern sweeps. The detection patterns are the shared asset; the pipeline is this skill's domain.

Limitations

  • Cannot verify factual accuracy of the original text. Garbage in, humanized garbage out.
  • Effectiveness depends on input length. Very short texts (under 20 words) have insufficient signal for pattern detection.
  • Style profiles are guidelines, not voice cloning. The output will sound natural but will not match a specific author's voice without additional calibration.
  • Does not interact with external AI-detection APIs. Assessment is heuristic, not benchmark-verified.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.74%
按下载量换算152

Claude

28.08%
按下载量换算123

Cursor

18.69%
按下载量换算82

Gemini CLI

9.12%
按下载量换算40

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills