← 返回 Skills 市场
odinbot33

OEE Content Humanizer

作者 OdinBot33 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
742
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install oee-content-humanizer
功能描述
Rewrites AI-generated text to remove robotic tone, adding natural cadence and channel-specific style for platforms like Twitter, LinkedIn, blogs, email, or T...
安全使用建议
This skill appears to perform the advertised task (it sends your text to Anthropic/Claude and returns a rewritten version), but note two things before installing or using it: (1) the code requires ANTHROPIC_API_KEY even though the registry metadata says no env vars — treat that metadata as incorrect and don't paste secrets into the skill without confirming how you'll manage the API key; (2) your input text is transmitted to api.anthropic.com (so avoid sending PII, credentials, or confidential content unless you accept that exposure and trust Anthropic and the skill's unknown author). If you want extra caution, request the publisher to correct the metadata, verify the author/homepage, or run the script in an isolated environment and inspect network egress (or use a local model) before providing sensitive text.
功能分析
Type: OpenClaw Skill Name: oee-content-humanizer Version: 1.0.0 The skill is suspicious due to a prompt injection vulnerability in `humanize.py`. User-provided text is directly embedded into the prompt sent to the Claude API without sanitization, allowing an attacker to potentially manipulate the LLM's behavior. While the script makes an expected network call to `api.anthropic.com` for its stated purpose, this vulnerability could lead to unintended LLM outputs or information disclosure. There is no evidence of intentional malicious behavior such as data exfiltration to unauthorized endpoints, persistence mechanisms, or direct shell injection.
能力评估
Purpose & Capability
The skill's stated purpose (humanize AI-generated text) matches the code and instructions: it detects 'AI tells' and sends a rewrite prompt to Anthropic's Claude model. However, the registry metadata claims no required environment variables while SKILL.md and the code require ANTHROPIC_API_KEY — this metadata omission is an inconsistency.
Instruction Scope
SKILL.md and humanize.py limit behavior to detecting keywords and sending a constructed prompt + user text to the Anthropic API; stdout is the rewritten text and stderr contains detection info. The instructions do not ask the agent to read arbitrary files, other env vars, or post data to unexpected endpoints.
Install Mechanism
No install spec (instruction-only with an included Python script). The script uses only the Python standard library (urllib) and makes an HTTPS call to api.anthropic.com. No external downloads, package installs, or archive extraction are present.
Credentials
The code requires ANTHROPIC_API_KEY in the environment to operate — this is reasonable for a cloud LLM-based humanizer. However, the registry metadata does not declare this required env var or a primary credential, which is an incoherence that could mislead users about required secrets. The skill will transmit the full input text to Anthropic, so any sensitive content would be shared with that third party.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configs, and does not store persistent credentials itself. It behaves like a transient CLI-style tool invoked per use.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install oee-content-humanizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /oee-content-humanizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Humanizer: transforms AI-generated text to sound more natural and human. - Detects AI language patterns such as buzzwords, tone inflation, and repetitive structure. - Rewrites text with human-like cadence, contractions, and rhythm. - Supports tuning output for various platforms: Twitter, LinkedIn, Blog, Email, and Telegram. - Includes detection-only mode to highlight robotic elements without rewriting. - No external dependencies required; runs with Python 3.10+ and Claude Haiku API.
元数据
Slug oee-content-humanizer
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OEE Content Humanizer 是什么?

Rewrites AI-generated text to remove robotic tone, adding natural cadence and channel-specific style for platforms like Twitter, LinkedIn, blogs, email, or T... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 742 次。

如何安装 OEE Content Humanizer?

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

OEE Content Humanizer 是免费的吗?

是的,OEE Content Humanizer 完全免费(开源免费),可自由下载、安装和使用。

OEE Content Humanizer 支持哪些平台?

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

谁开发了 OEE Content Humanizer?

由 OdinBot33(@odinbot33)开发并维护,当前版本 v1.0.0。

💬 留言讨论