← Back to Skills Marketplace
161
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install west-dns-manager
Description
Manage domain DNS records on West Digitals by adding, modifying, or deleting entries via the West Digitals API.
Usage Guidance
This skill appears coherent for managing West Digitals DNS. Before installing, confirm you trust the source (owner unknown), and only provide a West API-specific password (not your login password). The skill will make HTTPS POSTs to https://api.west.cn; review that endpoint and the token scheme if you require cryptographic assurances (the code computes an MD5-based token with a timestamp). Install the required Python packages in a controlled environment, supply minimal-scope API credentials, and consider rotating the API password after use or testing in a sandboxed account first.
Capability Analysis
Type: OpenClaw Skill
Name: west-dns-manager
Version: 1.0.0
The skill is a legitimate implementation for managing DNS records via the West.cn (西部数码) API. It performs standard operations (add, modify, delete) by sending authenticated POST requests to the official endpoint (api.west.cn). The code in skill.py is well-structured, lacks obfuscation, and contains no evidence of data exfiltration or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description say it manages West Digitals DNS and the code implements add/modify/delete using a West API base_url; required inputs (username, api_password, dns fields) match the stated purpose.
Instruction Scope
SKILL.md and handler expect only action, config, and dns_params. The runtime code only reads those inputs and does HTTP POSTs to api.west.cn; it does not access unrelated files, environment variables, or unexpected external endpoints.
Install Mechanism
No install spec is provided (lowest-risk), but repository includes requirements.txt (requests, typing) and a Python file; installing will require adding those packages via pip. There are no downloads from untrusted URLs or archive extraction steps.
Credentials
No platform environment variables or system credentials are requested. The skill asks for a West username and API password in the config object, which is proportional to DNS-management functionality.
Persistence & Privilege
always is false, skill is user-invocable and not forced on every agent run. The code does not modify other skills or system-wide config and does not request permanent platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install west-dns-manager - After installation, invoke the skill by name or use
/west-dns-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
新增西部数码域名管理SKILL(包含新增、删除、修改解析)
Metadata
Frequently Asked Questions
What is west?
Manage domain DNS records on West Digitals by adding, modifying, or deleting entries via the West Digitals API. It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.
How do I install west?
Run "/install west-dns-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is west free?
Yes, west is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does west support?
west is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created west?
It is built and maintained by missKivin (@misskivin); the current version is v1.0.0.
More Skills