🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

nginx-explorer

by @shaojun0

Explore nginx-proxied directories to discover tools and utilities. Use when: user asks to explore available tools, find utilities for specific tasks, or when...

Versionv1.0.0
⚑ When to Use
TriggerAction
- User asks "what tools are available?" or "explore the nginx directory"
- OpenClaw needs to find utilities for specific tasks
- User wants to discover executable projects in the nginx-proxied structure
- When conventional approaches fail and exploring available tools might help
❌ **DON'T use this skill when:**
- Direct file access is available (use normal file operations instead)
- The nginx URL is not configured
- Simple file downloads are needed (use curl/wget directly)
πŸ’‘ Examples

# Basic usage
./tool.sh --input data.csv --output results.json

Advanced usage

./tool.sh --config config.yaml --verbose

βš™οΈ Configuration

This skill requires one environment variable:

  • NGINX_URL: The base URL of the nginx server (e.g., http://192.168.1.100:8080 or http://internal-tools.local)
  • Optional environment variable:

  • NGINX_SKIP_SSL_VERIFY: Set to true to skip SSL certificate verification (useful for internal networks with self-signed certificates). Default is true.
  • Configure in ~/.openclaw/openclaw.json:

    {
      skills: {
        entries: {
          "nginx-explorer": {
            enabled: true,
            env: {
              NGINX_URL: "http://your-nginx-server:port",
              NGINX_SKIP_SSL_VERIFY: "true"  // Optional: skip SSL verification for internal networks
            }
          }
        }
      }
    }
    

    πŸ“‹ Tips & Best Practices

    1. Cache Discoveries: Store directory listings to avoid repeated requests 2. Validate Tools: Test tools in isolated environment before use 3. Clean Up: Remove downloaded files after use 4. Document Findings: Update workspace notes with useful tools discovered

    View on ClawHub
    TERMINAL
    clawhub install nginx-explorer

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’