Community skill · published by reelier
reelier/httpbin-echo-check
1 step · 3 assertions · green · READ-ONLY
Provenance
- Owner
- github.com/reelier
- Recorded with
- not recorded
- License
- MIT
- Content hash
- 04748fc814f8a983…
- Endpoints
httpbin.org
Get this skill
This one command installs Reelier and fetches the skill’s frozen bytes in the same breath. The CLI verifies the content hash before writing anything — a mismatch writes nothing.
npx -y reelier@latest get reelier/httpbin-echo-check
The skill file
reelier/httpbin-echo-check.skill.md · v1· verbatim
---
name: httpbin-echo-check
description: Request echo shape check against httpbin.org/get — read-only, useful for verifying outbound HTTP plumbing
license: MIT
---
# httpbin echo check
Inputs: (none — replays green as-is)
<!--
Why an agent would replay this: httpbin.org echoes back exactly what it
received — a handy zero-setup way to confirm an agent's outbound HTTP
path (proxies, headers, egress) is working before pointing it at a real
API. Read-only, no auth.
Endpoint verified live on 2026-07-22: 200, url field echoes back the
request URL, origin a well-formed IP string.
-->
The assertions pin the shape (the echoed url field, a present origin
string), never the actual IP, which depends on the caller's network.
## Steps
### Step 1 — Echo check via httpbin
- intent: Fetch httpbin's GET-echo endpoint and confirm it echoes back a well-formed request record
- action: http.get {"url": "https://httpbin.org/get"}
- assert: status == 200
- assert: json.url == "https://httpbin.org/get"
- assert: json.origin is string
- bind: origin = json.origin
- effect: readReal receipts
100% pass rate across 1 shared replay of this skill:
Embeddable badge (markdown):
[](https://www.reelier.com/r/e7zbgQXLuY4zCzhecktxtOHA?utm_source=registry&utm_campaign=reelier-httpbin-echo-check)
Report this skill
Report abuse: see the skill registry terms & takedown process. Markdown twin of this page: /skills/reelier/httpbin-echo-check/md.