← 返回 Skills 市场
Static Webhost
作者
lucky-chen
· GitHub ↗
· v1.2.0
· MIT-0
121
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install static-webhost
功能描述
Deploy static web pages and apps via Caddy or Nginx (auto-detected). Use when: 通过 Caddy 或 Nginx 部署静态网页和应用(自动检测)。使用场景: (1) User asks to create a web page, dem...
安全使用建议
This skill will perform system-level changes (write to /var/www/html, edit /etc/nginx or /etc/caddy/Caddyfile, reload services) and thus requires explicit user consent and sudo/root access. Before using: (1) ensure you have a full backup of existing web server configs and web root (the SKILL.md provides backup commands); (2) test in a non-production environment first; (3) verify the exact files being copied — do not inadvertently publish secrets or private files; (4) prefer a container or a user-level server (python -m http.server or npx serve) if you cannot grant root; (5) when presented with package-manager or systemctl commands, confirm they match your distribution (apt vs pacman) and do not run them blindly. The skill appears internally consistent with its purpose, but exercise standard caution because it requires elevated privileges and will modify server configuration and files.
功能分析
Type: OpenClaw Skill
Name: static-webhost
Version: 1.2.0
The skill automates the deployment of static web content using Caddy or Nginx. While it requires elevated privileges (sudo) to modify system configurations and the web root directory (/var/www/html), these actions are directly aligned with its stated purpose. The documentation in SKILL.md includes explicit safety warnings and backup procedures, and no evidence of malicious intent, data exfiltration, or obfuscation was found.
能力评估
Purpose & Capability
Name/description (deploy static sites via Caddy or Nginx) lines up with the actions described in SKILL.md: detecting installed server, writing into web root, updating server config and reloading services.
Instruction Scope
Instructions are narrowly scoped to deploying static files and configuring/validating Caddy or Nginx. They do not instruct reading unrelated system files or sending data to external endpoints. The doc explicitly requires user confirmation and backups before making changes.
Install Mechanism
Instruction-only skill (no install step, no downloaded code). This minimizes disk persistence or supply-chain risk; occasional package-manager commands are suggested only as optional instructions if the server is missing.
Credentials
The skill legitimately requires elevated privileges (sudo/root) to edit /etc/* and /var/www/html and to reload services — this is proportionate to the stated purpose. Registry metadata did not declare required privileges/config paths, but the SKILL.md explicitly warns about and documents the need for root and backups.
Persistence & Privilege
Skill is not always-enabled and does not request persistent system changes beyond the normal config edits for hosting. It does not attempt to modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install static-webhost - 安装完成后,直接呼叫该 Skill 的名称或使用
/static-webhost触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Add security warning and privilege requirements section to SKILL.md - declares sudo/root access needs, backup instructions, and safe alternatives
v1.0.0
Initial release: deploy static web pages via Caddy or Nginx (auto-detect)
元数据
常见问题
Static Webhost 是什么?
Deploy static web pages and apps via Caddy or Nginx (auto-detected). Use when: 通过 Caddy 或 Nginx 部署静态网页和应用(自动检测)。使用场景: (1) User asks to create a web page, dem... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。
如何安装 Static Webhost?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install static-webhost」即可一键安装,无需额外配置。
Static Webhost 是免费的吗?
是的,Static Webhost 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Static Webhost 支持哪些平台?
Static Webhost 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Static Webhost?
由 lucky-chen(@serein-213)开发并维护,当前版本 v1.2.0。
推荐 Skills