Install
openclaw skills install west-dns-managerManage domain DNS records on West Digitals by adding, modifying, or deleting entries via the West Digitals API.
openclaw skills install west-dns-manager通过西部数码 API 实现域名解析记录的添加、修改、删除。
{ "action": "add/modify/delete", "config": { "username": "西部数码用户名", "api_password": "API密码" }, "dns_params": { "domain": "域名", "host": "主机头", "type": "A/CNAME/MX/TXT/AAAA", "value": "解析值", "old_value": "旧值(修改时必填)", "record_id": "解析ID(可选)" } }
{ "success": true/false, "message": "提示信息", "data": {}, "error": "" }