← 返回 Skills 市场
Nginx Hosting
作者
rogerwu188
· GitHub ↗
· v1.0.0
· MIT-0
253
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nginx-hosting
功能描述
Zero-auth static game hosting via the server's local nginx instance. Primary deployment method for all browser games. No login, no token, no user action requ...
安全使用建议
This skill's instructions will copy files into /data/games/ and reload the host nginx service — actions that typically require root and will publish any deployed content publicly at the hardcoded domain. Before installing or invoking it: (1) verify you actually control roger-us02.clawln.net and the referenced nginx config and SSL cert; (2) confirm the agent will run with appropriate privileges (or run commands manually as an admin); (3) ask the author to list required binaries and config paths (/usr/sbin/nginx, /data/games/, /etc/nginx/...), and to provide safeguards (input validation, ownership/permission steps, sandboxing); (4) audit any files you deploy for malicious content and consider serving from a constrained account or container rather than the host nginx process; (5) if you don't trust the source or cannot validate the host/domain/config, do not run the automated instructions — run the steps manually in a controlled environment.
功能分析
Type: OpenClaw Skill
Name: nginx-hosting
Version: 1.0.0
The skill provides straightforward instructions for deploying static web content to a local Nginx instance by copying files to /data/games/ and reloading the service. While it requires administrative-level actions (reloading Nginx), the behavior is transparent, lacks obfuscation, and is entirely consistent with its stated purpose of hosting static games on the roger-us02.clawln.net domain.
能力评估
Purpose & Capability
The skill's name/description (generic 'Nginx Hosting') align with the instructions (copy static files to an nginx-served directory and reload nginx). However the SKILL.md is tightly bound to a specific host/domain (roger-us02.clawln.net) and specific paths (/data/games/, /etc/nginx/ conf path, /usr/sbin/nginx). The registry metadata did not declare those host-specific paths or binaries — that's an inconsistency.
Instruction Scope
Runtime instructions tell the agent to copy arbitrary build files into /data/games/{game-name} and run '/usr/sbin/nginx -s reload'. Those actions require filesystem write access to a system webroot and the ability to control a system service (likely root). The instructions do not limit or validate the files being deployed and offer no guidance about permissions, ownership, or safety checks — this broad scope increases risk.
Install Mechanism
This is an instruction-only skill with no install spec or code to write to disk. That minimizes install-time risk.
Credentials
The skill declares no required env vars/config but the instructions reference sensitive system paths (/etc/nginx/conf.d/roger-us02.clawln.net.conf), the nginx binary (/usr/sbin/nginx), and a writable webroot (/data/games/). Those should have been declared as required config paths/binaries. The lack of declared requirements hides the privileged/system-level effects of running the skill.
Persistence & Privilege
The skill does not request 'always:true', but its actions require elevated privileges (writing to /data and reloading nginx). The skill does not document required permissions or recommend running in a sandbox. Because it enables unauthenticated public hosting by copying arbitrary files, it has a meaningful privilege/impact footprint that isn't surfaced in metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nginx-hosting - 安装完成后,直接呼叫该 Skill 的名称或使用
/nginx-hosting触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
nginx-hosting 1.0.0 – Initial release
- Zero-auth static game hosting via local nginx instance.
- Serves static browser games at public HTTPS URLs, no login or tokens needed.
- Simple deploy/update by copying files to `/data/games/` and reloading nginx.
- All games available at `https://roger-us02.clawln.net/games/{game-name}/`
- Only supports static files (HTML, JS, CSS, media); no server logic or databases.
元数据
常见问题
Nginx Hosting 是什么?
Zero-auth static game hosting via the server's local nginx instance. Primary deployment method for all browser games. No login, no token, no user action requ... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 253 次。
如何安装 Nginx Hosting?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nginx-hosting」即可一键安装,无需额外配置。
Nginx Hosting 是免费的吗?
是的,Nginx Hosting 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nginx Hosting 支持哪些平台?
Nginx Hosting 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nginx Hosting?
由 rogerwu188(@rogerwu188)开发并维护,当前版本 v1.0.0。
推荐 Skills