Humanizer
biostartechnology/humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
安全扫描
Security ScanVirusTotalVirusTotalBenignView report →OpenClawOpenClawBenignhigh confidenceThe skill is an instruction-only text-editing tool whose declared requirements and instructions match its stated purpose; it requests no credentials, installs, or unusual system access—though a couple of minor inconsistencies and a broad allowed-tools list are worth noting.Details ▾✓Purpose & CapabilityThe name, description, README, and SKILL.md all describe the same task (detect and rewrite AI-imal writing patterns). The skill is instruction-only and does not request binaries, environment variables, or installs, which is appropriate for a text-editing utility. Minor inconsistency: registry metadata shows version 1.0.0 while the SKILL.md header lists version 2.1.1 (version mismatch between metadata and the embedded manifest).ℹInstruction ScopeSKILL.md contains detailed, task-focused runtime instructions (identify patterns, rewrite while preserving meaning, add voice). The manifest lists allowed-tools including Read, Write, Edit, Grep, and Glob — these enable file-system operations. The instructions themselves do not direct reading arbitrary system files or environment variables, but the allowed-tools broaden what an agent could do if invoked with file access. Recommend requiring explicit user confirmation before the agent opens or modifies files or runs on system documents.✓Install MechanismNo install spec and no code files (instruction-only). This is the lowest-risk model: nothing is downloaded or written to disk by default.✓CredentialsNo environment variables, credentials, or config paths are requested. Nothing asks for unrelated service keys or secrets; requested capabilities are proportional to a text-editing skill.✓Persistence & Privilegealways is false and the skill does not request persistent system configuration or elevated privileges. Autonomous invocation is allowed (default) but that is expected for skills; there is no indication the skill self-enables or writes to other skills' configs.AssessmentThis skill appears internally consistent and low-risk: it only provides instructions for editing text and asks for no credentials or installs. Before installing, note th…