← Back to Skills Marketplace
2599
Downloads
5
Stars
23
Active Installs
2
Versions
Install in OpenClaw
/install nginx
Description
Configure Nginx for reverse proxy, load balancing, SSL termination, and high-performance static serving.
Usage Guidance
This skill is a documentation-only Nginx guide and appears coherent. Before giving an agent permission to apply changes based on these instructions: (1) review any concrete config edits the agent proposes, (2) test changes in a staging environment and run nginx -t before reloads, (3) back up existing nginx configs, and (4) keep private keys and certificates secure — do not allow the agent to expose or transmit private keys. If you only need advice, prefer read-only interactions rather than letting the agent modify system files.
Capability Analysis
Type: OpenClaw Skill
Name: nginx
Version: 1.0.1
The skill bundle contains only documentation files (`SKILL.md`, `examples.md`, `performance.md`, `proxy.md`, `ssl.md`) and a metadata file (`_meta.json`). All content is informational, providing detailed advice and common pitfalls related to Nginx configuration, such as reverse proxy, SSL, caching, and performance tuning. There is no executable code, no instructions for the AI agent to perform any actions beyond understanding and explaining Nginx configurations, and no evidence of prompt injection, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The content is entirely aligned with the stated purpose of providing Nginx expertise.
Capability Assessment
Purpose & Capability
The name/description match the included documentation (proxy, ssl, performance, examples). The files only cover nginx config topics; there are no unrelated required binaries, environment variables, or capabilities.
Instruction Scope
The SKILL.md and companion files provide configuration guidance and call out nginx-specific paths (e.g., includes under /etc/nginx/conf.d/) and commands (e.g., nginx -t, nginx -s reload). Those references are appropriate for an nginx guide and do not instruct reading or exfiltrating unrelated secrets or contacting external endpoints.
Install Mechanism
No install spec and no code files — instruction-only. This is the lowest-risk installation model because nothing is written or executed by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths beyond standard nginx locations mentioned in documentation. There are no disproportionate credential requests.
Persistence & Privilege
always:false and user-invocable. The skill does not request permanent platform presence or attempt to modify other skills or global agent settings. Autonomous invocation is permitted by platform default but not a concern here given the skill's instruction-only nature.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nginx - After installation, invoke the skill by name or use
/nginx - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Upgrade: nueva estructura con archivos auxiliares de trampas
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Nginx?
Configure Nginx for reverse proxy, load balancing, SSL termination, and high-performance static serving. It is an AI Agent Skill for Claude Code / OpenClaw, with 2599 downloads so far.
How do I install Nginx?
Run "/install nginx" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nginx free?
Yes, Nginx is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Nginx support?
Nginx is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nginx?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.1.
More Skills