← 返回 Skills 市场
161
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install west-dns-manager
功能描述
Manage domain DNS records on West Digitals by adding, modifying, or deleting entries via the West Digitals API.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install west-dns-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/west-dns-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
新增西部数码域名管理SKILL(包含新增、删除、修改解析)
元数据
常见问题
west 是什么?
Manage domain DNS records on West Digitals by adding, modifying, or deleting entries via the West Digitals API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。
如何安装 west?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install west-dns-manager」即可一键安装,无需额外配置。
west 是免费的吗?
是的,west 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
west 支持哪些平台?
west 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 west?
由 missKivin(@misskivin)开发并维护,当前版本 v1.0.0。
推荐 Skills