Initial commit: Tencent DNSPod DNS deployment skill

- Support for single record deployment
- Batch deployment from JSON config
- Service quick deployment (Web/API/CDN)
- .env file support for secure credentials
- Complete documentation
This commit is contained in:
OpenClaw
2026-03-01 11:44:05 +08:00
commit 7abea390ad
15 changed files with 2323 additions and 0 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
requests>=2.28.0
python-dotenv>=1.0.0