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.
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
How to improve
- 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-useREADME.md:52Credential 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-useREADME.md:57Credential 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-usereferences/deployment.md:68Credential 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-usereferences/deployment.md:71Credential 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-usereferences/deployment.md:79Credential 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-usereferences/deployment.md:162Credential 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-privilegereferences/deployment.md:166Privilege 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-processreferences/deployment.md:215Starts a background / autostarted process (documentation of a security skill)sudo systemctl enable agent-easy-http
security skill -
low Dangerous commands
cmd-background-processscripts/watchdog.sh:130Starts a background / autostarted processnohup python3 "$SERVER_PY" start > "$LOG_DIR/server.log" 2>&1 &
-
low Dangerous commands
cmd-background-processscripts/watchdog.sh:132Starts a background / autostarted processdisown 2>/dev/null || true
-
low Dangerous commands
cmd-background-processscripts/watchdog.sh:203Starts a background / autostarted processnohup bash "$0" run >> "$LOG_FILE" 2>&1 &
-
low Dangerous commands
cmd-background-processscripts/watchdog.sh:204Starts a background / autostarted processdisown 2>/dev/null || true
-
low Exfiltration
net-credential-useSKILL.md:148Credential 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-useSKILL.md:154Credential 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-useSKILL.md:345Credential 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-privilegeSKILL.md:348Privilege 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.