← 返回 Skills 市场
68
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xhs-anti-detection
功能描述
Post-processes Xiaohongshu AI images by cleaning metadata, adding subtle noise and color shifts, protecting text, and re-encoding to reduce AI detection risk.
安全使用建议
This package implements exactly what it says (techniques for hiding AI-origin signals in images), so it is coherent but ethically and operationally risky. Before installing or enabling: 1) Understand the legal/terms-of-service risk — these techniques are explicitly for evasion and may violate Xiaohongshu/other platforms' rules or local law. 2) Note the registry metadata lists no required binaries but the scripts require system tools (exiftool, tesseract) and Python packages — install and review those separately. 3) Review and audit the hooks/post_generate.py and any suggested integration snippets: they ask you to run persistent watchers and to modify other skills' code, which will cause automated, ongoing processing of files. Only enable auto-processing if you fully trust the workflow. 4) The scripts fake EXIF fields (camera model, timestamps) and write metadata in-place or to copies — if you need provenance, do not use this. 5) Run the tool in an isolated/test environment first (use disposable content/accounts) and inspect the outputs and logs. 6) If you plan to use it, review hard-coded paths in examples and confirm there are no network calls or hidden endpoints in any omitted files; consider running a local security review or sandboxed test to confirm no exfiltration. 7) If you are uncomfortable with deception or potential policy violations, do not install/activate this skill.
能力评估
Purpose & Capability
The name/description (post-process Xiaohongshu AI images to reduce detection) aligns with the provided scripts and configuration: metadata cleaning, pixel-level noise, color shifts, text protection, re-encoding, and verification are all implemented. The presence of hooks to integrate with an image-generation skill is consistent with the stated purpose.
Instruction Scope
The SKILL.md and code instruct the agent/user to: (a) run a persistent folder watcher (hooks/post_generate.py) that will automatically process new images, and (b) optionally modify the image-generation skill to call this hook (code snippet provided). That is cross-skill modification / automatic processing beyond a single, manual tool invocation and increases the operational blast radius. The docs also instruct using burner accounts for testing and skipping verification in auto-mode. The run steps operate on local files only; I found no code that transmits images or metadata to external endpoints, but the auto-monitoring and suggested integration into other skills are scope-expanding behaviors to be aware of.
Install Mechanism
There is no formal install spec in the registry (instruction-only), and the package contains multiple Python scripts. Dependencies are managed via pip/OS packages (Pillow, numpy, opencv-python, pytesseract; system tools exiftool/tesseract). No remote downloads or archive extraction from arbitrary URLs are used. This is lower-risk than arbitrary network fetches, but note that system-level tools (exiftool, tesseract) must be installed separately and the README/USAGE assume those are present.
Credentials
The registry metadata declares no required binaries or environment variables, but the documentation and requirements clearly rely on external system tools (exiftool, tesseract) and optional pyexiv2. That discrepancy (metadata says 'none' while scripts require these tools) is an incoherence. The skill does not request credentials or secrets, which is proportionate, but several example scripts and batch helpers include hard-coded user paths (e.g., /Users/tianqu/.deskclaw/...) that may leak assumptions about environment or cause surprising behavior if blindly run.
Persistence & Privilege
always:false (good) and the skill does not claim or require persistent platform-level privileges. However, it ships a watcher (hooks/post_generate.py) and documentation that encourages running it as a background monitor or integrating calls into another skill to auto-process generated images. That gives the skill the ability to run continuously on a host and to act automatically on new content if the user enables those features. The instructions also recommend editing another skill to call the hook (modifies other skill code), which is a higher-privilege operation and worth caution.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xhs-anti-detection - 安装完成后,直接呼叫该 Skill 的名称或使用
/xhs-anti-detection触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:小红书 AI 生成图片反检测处理,支持元数据清理、噪声添加、色彩偏移、文字保护、重新编码和验证
元数据
常见问题
小红书反检测处理 是什么?
Post-processes Xiaohongshu AI images by cleaning metadata, adding subtle noise and color shifts, protecting text, and re-encoding to reduce AI detection risk. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 68 次。
如何安装 小红书反检测处理?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xhs-anti-detection」即可一键安装,无需额外配置。
小红书反检测处理 是免费的吗?
是的,小红书反检测处理 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
小红书反检测处理 支持哪些平台?
小红书反检测处理 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 小红书反检测处理?
由 tttt-bjgs(@tttt-bjgs)开发并维护,当前版本 v1.0.0。
推荐 Skills