← Back to Skills Marketplace
Xiaohongshu Proxy Manager
by
utopiabenben
· GitHub ↗
· v1.0.0
· MIT-0
231
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xiaohongshu-proxy-manager
Description
小红书多账号IP隔离工具 - 代理池管理,支持代理切换、延迟控制、模拟真实用户行为
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xiaohongshu-proxy-manager - After installation, invoke the skill by name or use
/xiaohongshu-proxy-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Xiaohongshu Proxy Manager?
小红书多账号IP隔离工具 - 代理池管理,支持代理切换、延迟控制、模拟真实用户行为. It is an AI Agent Skill for Claude Code / OpenClaw, with 231 downloads so far.
How do I install Xiaohongshu Proxy Manager?
Run "/install xiaohongshu-proxy-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Xiaohongshu Proxy Manager free?
Yes, Xiaohongshu Proxy Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Xiaohongshu Proxy Manager support?
Xiaohongshu Proxy Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Xiaohongshu Proxy Manager?
It is built and maintained by utopiabenben (@utopiabenben); the current version is v1.0.0.
More Skills