Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage ISPConfig servers: automated site provisioning, domains, mailboxes, DNS, databases, SSL, backups, and more.
Manage ISPConfig servers: automated site provisioning, domains, mailboxes, DNS, databases, SSL, backups, and more.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
OpenClaw plugin to manage ISPConfig via the Remote JSON API. 31 tools for sites, DNS, mail, databases, cron, and one-command provisioning.
clawhub install openclaw-ispconfig
npm install @elvatis_com/openclaw-ispconfig
In ISPConfig, create a Remote User. Grant required API permissions. Copy endpoint URL and credentials. Configure plugin in OpenClaw.
openclaw.plugin.json config keys: apiUrl (required): ISPConfig JSON API URL username (required): remote user password (required, secret): remote password serverId (default 1): default server id defaultServerIp (optional): fallback IP for provisioning DNS A record readOnly (default false): block write tools allowedOperations (default []): whitelist of tool names verifySsl (default true): TLS certificate verification
isp_methods_list params: none isp_system_info params: none isp_client_list params: optional filter fields isp_client_get params: client_id isp_sites_list params: optional filters accepted by sites_web_domain_get isp_site_get params: primary_id (or site_id, domain_id) isp_domains_list params: none isp_dns_zone_list params: user-related filter params isp_dns_record_list params: zone_id isp_mail_domain_list params: optional filters isp_mail_user_list params: optional filters isp_db_list params: user-related filters isp_ssl_status params: none isp_quota_check params: client_id isp_backup_list params: none (returns skipped if API method unavailable) isp_cron_list params: optional filters
isp_client_add params: ISPConfig client_add payload isp_site_add params: ISPConfig sites_web_domain_add payload isp_domain_add params: alias for isp_site_add isp_dns_zone_add params: ISPConfig dns_zone_add payload isp_dns_record_add params: include type (A, AAAA, MX, TXT, CNAME) and matching payload isp_dns_record_delete params: include type and matching delete payload isp_mail_domain_add params: ISPConfig mail_domain_add payload isp_mail_user_add params: ISPConfig mail_user_add payload isp_mail_user_delete params: ISPConfig mail_user_delete payload isp_db_add params: ISPConfig sites_database_add payload isp_db_user_add params: ISPConfig sites_database_user_add payload isp_shell_user_add params: ISPConfig sites_shell_user_add payload isp_ftp_user_add params: ISPConfig sites_ftp_user_add payload isp_cron_add params: ISPConfig sites_cron_add payload
isp_provision_site Required params: domain clientName clientEmail Optional params: serverIp createMail (default true) createDb (default true) serverId (default from config) Workflow: Create client Create site with SSL and Let's Encrypt enabled Create DNS zone Add DNS records (A, CNAME, SPF TXT, DMARC TXT) Optionally create mail domain and info@ + admin@ mailboxes Optionally create DB user and database Ensure SSL flags are enabled on the site
readOnly=true blocks all write and provisioning tools allowedOperations=[...] allows only named tools
npm run build npm test For live tests, provide environment variables: ISPCONFIG_API_URL ISPCONFIG_USER ISPCONFIG_PASS
MIT
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.