← 返回 Skills 市场
penglovemeng

ai-humanizer

作者 penglovemeng · GitHub ↗ · v2.1.0 · MIT-0
cross-platform ⚠ suspicious
231
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install peng-ai-humanizer
功能描述
Humanize AI-generated text by detecting and removing patterns typical of LLM output. Rewrites text to sound natural, specific, and human. Uses 24 pattern det...
安全使用建议
This skill appears to be a local text humanizer/analyzer and the code in the bundle matches the described functionality, but there are a few things to check before installing or running it: - Packaging mismatch: the skill is labeled 'instruction-only' and lists no required binaries, yet the repository includes a Node.js CLI (package.json) and scripts that require node >= 18. Confirm whether the runtime will provide Node or whether the SKILL.md will be accompanied by the code at runtime. If you expect to run the included CLI, ensure you have Node 18+ installed. - Review the remaining source files (src/*) for any network activity or unexpected behaviors before executing on sensitive systems. The sampled files show no obvious external endpoints, but a full review is prudent. - When using the tool, be cautious with the file flag (-f): the CLI can read any file path you pass. Don’t pass sensitive system paths unless you intend to analyze them. - Verify the author/repository (package.json points to a GitHub URL) if provenance matters to you. If you need stronger assurance, run the tests locally (npm test) in a sandboxed environment before giving the skill access to real data. Given the mismatch between 'instruction-only' metadata and included Node.js code, treat this as suspicious until the author clarifies intended installation/runtime semantics or until you run the code in a controlled environment.
功能分析
Type: OpenClaw Skill Name: peng-ai-humanizer Version: 2.1.0 The 'peng-ai-humanizer' bundle is a legitimate text analysis tool designed to detect and rewrite AI-generated content. The code implements a comprehensive scoring engine based on 24 linguistic patterns and statistical metrics (burstiness, type-token ratio, and Flesch-Kincaid readability) across files like src/analyzer.js and src/stats.js. Analysis of the logic and instructions in SKILL.md confirms that the tool operates entirely locally with zero external dependencies, no network access, and no dangerous execution sinks (like eval or child_process). The instructions provided for the AI agent are strictly stylistic, aimed at improving writing quality rather than subverting security or exfiltrating data.
能力评估
Purpose & Capability
The skill's name, README, SKILL.md, and included source (Node.js analyzer/humanizer, patterns, stats) are coherent: it is a local text analyzer/humanizer that uses 24 detectors and statistical checks. However there is a mismatch: the registry lists the skill as 'instruction-only' (no install spec and no required binaries) while the bundle contains a full Node.js CLI and a package.json that requires Node >=18. The skill claims 'zero dependencies' and 'works offline', but running the included code does require a Node runtime. This packaging/runtime inconsistency should be resolved before trusting the skill to function as described.
Instruction Scope
SKILL.md and other docs limit actions to scanning and rewriting text, computing stats, and optionally reading user-supplied files (via -f/--file). The instructions do not request unrelated system files, host credentials, or external endpoints. They do permit reading files provided as input (expected for a CLI tool), so confirm any file paths given at invocation are intended.
Install Mechanism
No install spec is provided (instruction-only), which is low risk. But the package includes executable scripts and source code (Node.js). If the agent or an operator attempts to run the included CLI, a Node runtime is required; there is no explicit 'required binaries' entry listing node. The absence of an install mechanism for bundled code is an inconsistency to verify: either the skill is truly instruction-only (and the code is informational) or it intends the agent to run local Node code and the manifest should declare that requirement.
Credentials
The skill requests no environment variables, credentials, or config paths. The code and docs claim offline/local operation with no API keys, which is consistent with the repository content (no network calls visible in the inspected snippets). Still, you should inspect the complete src files for unexpected outbound network calls if you plan to run the CLI on sensitive data.
Persistence & Privilege
Flags show default behavior (always: false, agent-invocable allowed). The skill does not request persistent or elevated privileges and does not indicate it will modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install peng-ai-humanizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /peng-ai-humanizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
Update
元数据
Slug peng-ai-humanizer
版本 2.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ai-humanizer 是什么?

Humanize AI-generated text by detecting and removing patterns typical of LLM output. Rewrites text to sound natural, specific, and human. Uses 24 pattern det... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 231 次。

如何安装 ai-humanizer?

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

ai-humanizer 是免费的吗?

是的,ai-humanizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ai-humanizer 支持哪些平台?

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

谁开发了 ai-humanizer?

由 penglovemeng(@penglovemeng)开发并维护,当前版本 v2.1.0。

💬 留言讨论