Install
openclaw skills install 1panel-skills1Panel operation skill for OpenClaw. Use when the user wants OpenClaw to interact with a 1Panel instance for resource monitoring, websites, certificates, app...
openclaw skills install 1panel-skillsUse this skill to interact with a 1Panel instance through authenticated HTTP API calls. The bundled resources are TypeScript source files grouped by module, with query-oriented actions implemented now and mutation endpoints reserved for later expansion.
ONEPANEL_BASE_URLONEPANEL_API_KEYONEPANEL_TIMEOUT_MSONEPANEL_SKIP_TLS_VERIFY=truemonitoring
Resource monitoring, dashboard current status, top processes, historical monitor data, GPU history.websites
Website list/detail, Nginx config reads, domain list, HTTPS config, SSL certificate reads, website log reads.apps
App catalog lookup, installed app list, installed app detail, service list, port/connection info.containers
Container list/status/detail, inspect, stats, streaming log reads.logs
Operation logs, login logs, system log file list, generic line-by-line log reads.cronjobs
Cronjob list/detail, next execution preview, execution records, record log reads.task-center
1Panel task-center list and executing count.nodes
Node list, simple node list, node options, node summary. Some endpoints may require Pro/XPack.scripts/modules/*.ts
Module-specific actions and reserved mutation endpoint definitions.dist/, so normal use should call node dist/scripts/cli.js ... directly without rebuilding first.npm run build only after changing TypeScript source files such as plugin.ts or scripts/**/*.ts.dist/plugin.js, not the TypeScript source file.