← 返回 Skills 市场
Xiaohongshu Proxy Manager
作者
utopiabenben
· GitHub ↗
· v1.0.0
· MIT-0
231
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaohongshu-proxy-manager
功能描述
小红书多账号IP隔离工具 - 代理池管理,支持代理切换、延迟控制、模拟真实用户行为
安全使用建议
This skill appears to be what it claims: a local proxy-pool manager that tests proxies and emits proxy configuration strings. Before installing, do the following: 1) Inspect source/proxy_manager.py yourself and verify there are no unexpected network endpoints or code paths you don't want. 2) Do not run install scripts as root or on a sensitive host — run in a sandbox or disposable environment first. 3) The code imports the 'requests' Python library, but install.sh does not install dependencies or create a CLI wrapper; you will likely need to pip install requests and/or create a small wrapper (or run the Python script directly). 4) Protect the config file (it stores proxy usernames/passwords in plaintext) and avoid committing it to version control. 5) Note the packaging oddity: install/config/proxies.json contains a bash script (naming mismatch) — open that file to confirm its contents before executing anything. 6) Be aware of the operational risk: the tool will make outbound requests (proxy tests) and can be used to automate multi-account activity; ensure your intended use is appropriate within legal and platform terms.
功能分析
Type: OpenClaw Skill
Name: xiaohongshu-proxy-manager
Version: 1.0.0
The skill bundle is a legitimate utility for managing proxy pools and account-to-IP mappings, intended for social media automation. Analysis of 'proxy_manager.py' and 'install.sh' shows standard functional logic for testing proxy latency via the 'requests' library and managing local JSON configurations. No evidence of data exfiltration, credential theft, or malicious prompt injection was found; the tool operates entirely within its stated purpose of IP isolation.
能力评估
Purpose & Capability
Name/description (Xiaohongshu proxy manager) match the code and SKILL.md: the package manages a proxy pool, does latency tests, binds accounts to proxies, and exports proxy configs. The network access (testing a URL through proxies) and storage of proxy entries are coherent with the stated purpose.
Instruction Scope
Runtime instructions and examples only reference the skill's config path (~/.openclaw/.../config/proxies.json) and making HTTP(S) requests to a test URL; that is consistent. However, examples and SKILL.md assume a CLI named 'xiaohongshu-proxy-manager' is available in PATH, but the repository does not include an explicit installer or wrapper to install such a CLI. Cron examples call external scripts (send_alert.sh) without providing them. Also the tool will make outbound network requests for proxy testing (expected) and will store proxy credentials in plaintext config files (also expected by design but a privacy/secret-handling concern).
Install Mechanism
No formal install spec is provided. The included install.sh only checks for python3 and creates config folders, but it does not install Python dependencies (the code imports 'requests'), nor does it create a CLI entry (symlink or packaging) to make 'xiaohongshu-proxy-manager' available on PATH. One file path is inconsistent: install/config/proxies.json appears to contain a bash install script (it starts with #!/bin/bash) rather than JSON; this is likely a packaging/naming error and should be inspected before running. Overall the install is local and not fetching remote artifacts (low code supply-chain risk), but missing dependency installation and the misnamed file are practical issues.
Credentials
The skill does not request environment variables, platform credentials, or unrelated config paths. It writes and reads a local config JSON that may contain proxy usernames/passwords in plaintext — this is proportionate to the feature but is a sensitive artifact, so the user should protect that file and avoid committing it to git.
Persistence & Privilege
The skill does not request always:true or global privileges. It creates files only under its own skill workspace directory and does not modify other skills or system-wide settings. Autonomous model invocation is allowed by default (normal), and there is no other elevated persistence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiaohongshu-proxy-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiaohongshu-proxy-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of xiaohongshu-proxy-manager:
- Provides a proxy management tool supporting pool management, proxy switching, latency checks, and simulating real-user behavior for multi-account XiaoHongShu operations.
- Features account-to-proxy binding, random proxy assignment, enable/disable, and deletion of proxies.
- Supports exporting proxy configurations in environment variable, Python requests, and curl formats.
- Includes CLI commands for adding, binding, listing, testing, and managing proxies.
- Offers configuration file structure, real-world usage scenarios, integration samples, and troubleshooting guides.
- Recommends best proxy purchase and usage practices for XiaoHongShu multi-account management.
元数据
常见问题
Xiaohongshu Proxy Manager 是什么?
小红书多账号IP隔离工具 - 代理池管理,支持代理切换、延迟控制、模拟真实用户行为. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 231 次。
如何安装 Xiaohongshu Proxy Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaohongshu-proxy-manager」即可一键安装,无需额外配置。
Xiaohongshu Proxy Manager 是免费的吗?
是的,Xiaohongshu Proxy Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Xiaohongshu Proxy Manager 支持哪些平台?
Xiaohongshu Proxy Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Xiaohongshu Proxy Manager?
由 utopiabenben(@utopiabenben)开发并维护,当前版本 v1.0.0。
推荐 Skills