← 返回 Skills 市场
nanue1

OpenClaw HTTPS Setup

作者 Nanue1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-https-setup
功能描述
Automate secure HTTPS setup for OpenClaw Gateway on a VPS by configuring Nginx reverse proxy with SSL certificates and domain redirection.
安全使用建议
This script appears to do what it claims: install/configure Nginx, obtain Let's Encrypt certificates, and add a renewal cron job. Before running it: 1) Review the script line-by-line and back up existing /etc/nginx configs. 2) Note the script expects you to run it as a non-root user with sudo (it exits if run as root) — reconcile this with any README that says 'run as root'. 3) Confirm the cron job will run with sufficient privileges to renew certificates (the script installs the cron entry for the invoking user, which may lack permissions to write /etc/letsencrypt unless renew is run via sudo/root crontab). 4) Ensure port 80 is reachable (Let's Encrypt validation) and that stopping/starting Nginx is acceptable for your environment. 5) If you plan to let an agent invoke this skill autonomously, be cautious: it will perform system-level changes and create persistent jobs. If anything is unclear, test on a non-production VPS or run steps manually rather than running the script unmodified.
功能分析
Type: OpenClaw Skill Name: openclaw-https-setup Version: 1.0.0 The skill bundle provides standard administrative instructions and a bash script (scripts/setup_openclaw_https.sh) to configure Nginx as a reverse proxy with Let's Encrypt SSL certificates. It uses legitimate system tools like dnf/apt, certbot, and systemctl to secure the OpenClaw Gateway service. No malicious intent, data exfiltration, or suspicious obfuscation was found.
能力评估
Purpose & Capability
Name/description match the provided instructions and script: both configure Nginx as a reverse proxy and obtain/renew Let's Encrypt certificates for OpenClaw Gateway. Required system privileges (sudo) and package installs are consistent with that goal.
Instruction Scope
Instructions and script perform expected system actions (install packages, configure /etc/nginx, stop/start Nginx, run certbot, and add a cron job). They do not attempt to read unrelated files or exfiltrate data. Minor scope issues: SKILL.md says 'Root/administrator privileges' while the script explicitly exits if run as root (it expects a sudo-enabled user). The script also writes a user crontab (not root crontab), which may not have permission to renew certificates—this is a functional inconsistency, not an obvious malicious behavior.
Install Mechanism
No install spec; the skill is instruction-plus-script only. The script uses the system package manager (dnf/apt) via sudo to install nginx/certbot, which is expected. Nothing is downloaded from unknown external URLs.
Credentials
The skill does not request environment variables, tokens, or credentials. It only requires a domain name and email (script parameters) and sudo privileges to change system configuration—appropriate for the stated task.
Persistence & Privilege
The script makes persistent changes: creates /etc/nginx/conf.d/openclaw-<domain>.conf, enables/starts nginx, and installs a crontab entry for certbot renewal. always:false and no cross-skill config modifications. These persistent changes are expected for this functionality but are high-impact, so they merit review before execution.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-https-setup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-https-setup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug openclaw-https-setup
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw HTTPS Setup 是什么?

Automate secure HTTPS setup for OpenClaw Gateway on a VPS by configuring Nginx reverse proxy with SSL certificates and domain redirection. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 OpenClaw HTTPS Setup?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-https-setup」即可一键安装,无需额外配置。

OpenClaw HTTPS Setup 是免费的吗?

是的,OpenClaw HTTPS Setup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenClaw HTTPS Setup 支持哪些平台?

OpenClaw HTTPS Setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw HTTPS Setup?

由 Nanue1(@nanue1)开发并维护,当前版本 v1.0.0。

💬 留言讨论