SKILLEMALL.ai

BD agent-easy-http

Deploy an HTTP(S) proxy that exposes OpenClaw agent capability as a REST API over your network IP (e.g. http://<your-server-ip>:7720). Use when asked to "start agent-easy-http", "expose openclaw agent as HTTP", "deploy openclaw agent HTTP service", "create internal HTTP API for agent", or "start the agent gateway". HTTP by default (zero-friction); optional HTTPS with self-signed SAN certificates for production / cross-host scenarios. Includes mandatory API Key auth, deny-list filter, prompt-injection hardening, and direct integration with OpenClaw native /hooks/agent (millisecond dispatch + automatic hook:<uuid> session isolation per request). Thin proxy layer; use skill-to-http-flash for per-skill API endpoints.

ClawHub Agent Skills author: Evan Song v1.0.2 MIT-0 12 files · 1 script body ≈ 2 566 tokens Open the sourceclawhub.ai analyzed 25 h ago

Deploy an HTTP(S) proxy that exposes OpenClaw agent capability as a REST API over your network IP (e.g. http://<your-server-ip>:7720). Use when asked to…

As a process D 43/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

IntegrationGitHubAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
88/100
safety, quality, tests
Safety 60%
84
Quality 40%
94
Run on models
none yet
Process rating
D
43/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Failures and branches w 10
0
the three weakest of ten parameters · all ten

How to improve

    For the model run — optional
    • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
    • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

    Guard findings · 16

    ✓ No critical or high findings

    Medium and low: 16
    • low Exfiltration net-credential-use README.md:52
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
      RESP=$(curl -s -H "X-API-Key: $API_KEY" -H "Content-Type: application/json" \
      security skill
    • low Exfiltration net-credential-use README.md:57
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
      curl -s -H "X-API-Key: $API_KEY" "$BASE/result/$RUN_ID" | jq -r .output
      security skill
    • low Exfiltration net-credential-use references/deployment.md:68
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
      curl -H "X-API-Key: $API_KEY" $BASE/skills
      security skill
    • low Exfiltration net-credential-use references/deployment.md:71
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
      RESP=$(curl -s -H "X-API-Key: $API_KEY" -H "Content-Type: application/json" \
      security skill
    • low Exfiltration net-credential-use references/deployment.md:79
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
      R=$(curl -s -H "X-API-Key: $API_KEY" "$BASE/result/$RUN_ID")
      security skill
    • low Exfiltration net-credential-use references/deployment.md:162
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
      curl --cacert ~/.http/certs/server.crt -H "X-API-Key: $API_KEY" \
      security skill
    • low Dangerous commands cmd-privilege references/deployment.md:166
      Privilege escalation / world-writable permissions (documentation of a security skill)
      sudo cp ~/.http/certs/server.crt /usr/local/share/ca-certificates/agent-easy-http.crt
      security skill
    • low Dangerous commands cmd-background-process references/deployment.md:215
      Starts a background / autostarted process (documentation of a security skill)
      sudo systemctl enable agent-easy-http
      security skill
    • low Dangerous commands cmd-background-process scripts/watchdog.sh:130
      Starts a background / autostarted process
      nohup python3 "$SERVER_PY" start > "$LOG_DIR/server.log" 2>&1 &
    • low Dangerous commands cmd-background-process scripts/watchdog.sh:132
      Starts a background / autostarted process
      disown 2>/dev/null || true
    • low Dangerous commands cmd-background-process scripts/watchdog.sh:203
      Starts a background / autostarted process
      nohup bash "$0" run >> "$LOG_FILE" 2>&1 &
    • low Dangerous commands cmd-background-process scripts/watchdog.sh:204
      Starts a background / autostarted process
      disown 2>/dev/null || true
    • low Exfiltration net-credential-use SKILL.md:148
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
      curl --cacert $CERT -H "X-API-Key: $API_KEY" \
      security skill
    • low Exfiltration net-credential-use SKILL.md:154
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
      curl --cacert $CERT -H "X-API-Key: $API_KEY" \
      security skill
    • low Exfiltration net-credential-use SKILL.md:345
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
      curl --cacert <workspace>/.http/certs/server.crt -H "X-API-Key: $KEY" ...
      security skill
    • low Dangerous commands cmd-privilege SKILL.md:348
      Privilege escalation / world-writable permissions (documentation of a security skill)
      sudo cp <workspace>/.http/certs/server.crt /usr/local/share/ca-certificates/
      security skill

    Files scanned: 12. Evidence is masked. Grey chips explain why severity was lowered.

    Against the Agent Skills spec

    ✓ No remarks against the Agent Skills spec

    Process rating: all ten parameters 43/100

    • 0Result and completion. Does not say what the result is
    • 0Inputs and preconditions. Does not say what the process needs to start
    • 0Failures and branches. Linear process with no failure handling
    • 0Progress reporting. Says nothing while it works
    • 20When it triggers. No condition that starts the skill
    • 30Running it twice. 1 mutating operations with no state check
    • 60Tools and files. Uses tools (bash, web, python) that frontmatter does not declare
    • 100Steps. 21 steps
    • 100Consistency. Name and required fields are in place
    • 100Execution cost. Instruction body is 2566 tokens
    • low 13 top-level sections: this looks like several domains in one skill
    • low The response is described with custom markup (5 tags): a typed call is more reliable

    Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

    Quality signals

    • +4Description does not say when NOT to use the skill (false activations)
    • +3Output format is not stated: the model decides each time
    • -217 emoji in the instructions: noise for the model
    • +1No license
    • +2Single-language instructions
    • +5Description quotes 5 example trigger phrases
    • +3Description length 722: enough signal without eating the budget
    • +4Structure: 22 headings
    • +3Step-by-step instructions: 21 items
    • +4Has examples (13 code blocks)
    • +4Reference files are cited in the instructions (3 of 3)
    • +3All 5 scripts are documented

    Quality base 70; lint remarks subtract, signals add up to 100. Result: 94.

    External checks

    ClawHub: suspicious
    This skill is a disclosed HTTP gateway for remote agent control, but its default cleartext network exposure and self-healing global configuration changes make it something users should review carefully before installing.
    LLM: suspicious (high) · 28 Jul 2026