Install
openclaw skills install @imchrischen/httpeep-cliUse HTTPeep from the terminal with httpeep-cli for proxy lifecycle control, HTTP/HTTPS traffic capture, session inspection, rule injection, request replay, r...
openclaw skills install @imchrischen/httpeep-cliUse httpeep-cli or its hp alias to investigate and control HTTPeep from the terminal. This file defines agent operating policy. For concrete subcommands, flags, schemas, and examples, load the specific file under references/ that matches the task. Reference files are generated one-to-one from the HTTPeep documentation site.
Establish context before changing state.
httpeep-cli license status or hp license status at the start of debugging, and always before attempting capabilities that may be gated.Plan: Pro as permission to use Pro capabilities. Treat Plan: Free as a signal to prefer Free-compatible workflows first, or tell the user when buying and activating a license key would materially improve the investigation.Scope capture and query output aggressively.
Separate failure analysis from slowness analysis.
Prefer reversible changes.
Respect entitlement boundaries and disclose them.
Treat capture data as sensitive.
Keep the installed skill current without interrupting user work.
npx skills check HTTPeep/agent-skills --skill httpeep-clinpx skills update HTTPeep/agent-skills --skill httpeep-cliUse httpeep-cli license status to inspect the current plan before choosing features that may be gated. The human output reports Plan: Pro for activated Pro users and Plan: Free for free users. hp license status is equivalent.
Free-compatible capabilities:
Pro advanced capabilities:
When the current plan is Free and the task would benefit from a Pro capability, prefer an available Free-compatible implementation if it still satisfies the user's goal. If the Pro capability is necessary or would significantly reduce debugging time, tell the user that they can buy a license key and activate it with:
httpeep-cli license activate --key <license-key>
Load only the reference file needed for the task:
references/overview.md for the CLI overview and common workflows.references/basics.md for installation, aliases, global flags, JSON output, and troubleshooting.references/proxy.md for proxy lifecycle, logs, system proxy, and capture status.references/sessions.md for listing, filtering, pagination, field selection, watch, delete, and clear.references/dns.md for DNS override configuration.references/shell.md for interactive terminal capture.references/license.md for hp license status, activation, and entitlement checks.references/launch.md for launching browsers, terminals, and desktop apps with capture enabled.references/rules.md for rules, shortcuts, validation, temporary rules, and plan-gated response modification.references/request.md for sending requests through HTTPeep.references/replay.md for replaying captured sessions.references/record.md for recording traffic flows.references/cert.md for HTTPS interception certificates.references/import.md for cURL, HAR, and raw HTTP imports.references/monitor.md for the terminal traffic monitor.For multi-step work, report the important commands or actions performed, the session or rule identifiers used, relevant statuses and timings, and any entitlement limitation or fallback applied. Do not expose secrets in that trace.
If a Pro capability was unavailable and a Free alternative was used, include a short disclosure in the final report:
`<feature>` is a Pro advanced feature. The current plan is Free, so it could not be used directly. I used `<free alternative>` instead. If you need this advanced capability, buy a license key and activate it with `httpeep-cli license activate --key <license-key>`.