← Back to Skills Marketplace
kuaidaili-proxy-ip-manager
by
kuaidaili-ai
· GitHub ↗
· v1.0.0
· MIT-0
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install proxy-ip-manager
Description
快代理(Kuaidaili)智能管理技能,专为快代理用户设计。支持API配置、订单信息获取、到期提醒、IP健康检测、智能并发调度、使用统计。触发场景:(1) 用户提及"快代理"、"kuaidaili"、"kdlapi"、"代理IP";(2) 用户需要检查快代理订单状态、IP质量、并发设置;(3) 用户使用命令 s...
Usage Guidance
This skill appears to do what it says: it will ask you to provide your Kuaidaili secret_id/secret_key and then call Kuaidaili APIs to fetch IPs, check expiry, run health checks, and record local stats. Before installing or using it, consider: (1) the credentials you provide are saved in plaintext at ~/.openclaw/skills/proxy-ip-manager/config.json (the code masks logs but does not encrypt the file) — restrict file permissions or avoid reusing highly privileged keys; (2) health checks and tests will make outbound requests (default test URL is https://httpbin.org/ip) — you can change the test_url or disable checks if you prefer; (3) the package contains executable Python scripts — review the files yourself if you don't trust the author; (4) the skill will make network calls to auth.kdlapi.com and dev.kdlapi.com (expected) and will refresh tokens automatically. If any of these behaviors are unwanted, do not install or run the skill, or run it in a restricted environment. If you want, I can point out the exact lines/files where credentials are saved and where network calls are made.
Capability Analysis
Type: OpenClaw Skill
Name: proxy-ip-manager
Version: 1.0.0
The proxy-ip-manager skill bundle is a legitimate tool designed to manage Kuaidaili (快代理) proxy services. It includes scripts for API configuration, IP health checking, and order management, with all network traffic directed to official service domains (kdlapi.com). The skill follows security best practices by storing credentials locally in the user's home directory, providing clear warnings about sharing keys in public chats, and implementing data masking in logs (scripts/config_manager.py, scripts/api_client.py).
Capability Assessment
Purpose & Capability
Name/description describe Kuaidaili proxy management and the included modules (api_client, config_manager, health checks, expiry, scheduler, stats) directly implement those features. There are no unrelated required binaries, env vars, or external services beyond Kuaidaili endpoints and an optional test URL (httpbin.org).
Instruction Scope
SKILL.md and the code instruct the agent to accept secret_id/secret_key, call Kuaidaili auth and API endpoints, run local checks, and store local config. That is within scope. Note: health checks use a configurable test_url (default https://httpbin.org/ip) which will receive outbound requests when probes run; outputs are masked when printed but the config file stores credentials locally (see below). The SKILL.md does not instruct reading unrelated host files or contacting unexpected third-party endpoints.
Install Mechanism
No install spec is provided (lowest install risk). However, the bundle includes runnable Python scripts that will create files under ~/.openclaw/skills/proxy-ip-manager when used. There are no third-party downloads or URL-based installers. Risk from installation is low, but the presence of executable scripts means the agent will execute code from the package at runtime (not pure instruction-only).
Credentials
The skill requests no platform environment variables and uses user-supplied service credentials (secret_id/secret_key) — this is proportionate. Important caveat: those credentials are persisted to a local JSON file (~/.openclaw/skills/proxy-ip-manager/config.json) in plaintext alongside an auto-fetched secret_token; the code masks secrets in logs but does not encrypt the file. Users should expect local storage of their API keys.
Persistence & Privilege
always is false and the skill only writes to its own config/stats directory under the user's home. It does not modify other skills or global agent settings. Autonomous invocation is allowed by platform default but not elevated by this skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install proxy-ip-manager - After installation, invoke the skill by name or use
/proxy-ip-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
proxy-ip-manager v1.0.0
- 面向快代理(Kuaidaili)用户的智能代理IP管理工具
- 支持 API 密钥本地安全配置与脱敏输出
- 覆盖订单信息获取、到期提醒、IP健康检测、智能并发调度等核心功能
- 提供 get_ip、get_order_info、check_expiry、check_ip_health、get_concurrency、stats 等便捷命令
- 详尽输出错误码、异常处理和API返回解析文档
- 支持多类型快代理产品,包括隧道代理、私密代理、独享代理、海外代理等
Metadata
Frequently Asked Questions
What is kuaidaili-proxy-ip-manager?
快代理(Kuaidaili)智能管理技能,专为快代理用户设计。支持API配置、订单信息获取、到期提醒、IP健康检测、智能并发调度、使用统计。触发场景:(1) 用户提及"快代理"、"kuaidaili"、"kdlapi"、"代理IP";(2) 用户需要检查快代理订单状态、IP质量、并发设置;(3) 用户使用命令 s... It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.
How do I install kuaidaili-proxy-ip-manager?
Run "/install proxy-ip-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is kuaidaili-proxy-ip-manager free?
Yes, kuaidaili-proxy-ip-manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does kuaidaili-proxy-ip-manager support?
kuaidaili-proxy-ip-manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created kuaidaili-proxy-ip-manager?
It is built and maintained by kuaidaili-ai (@kuaidaili-ai); the current version is v1.0.0.
More Skills