Install
openclaw skills install httprequestsSend HTTP requests with Python requests instead of curl when quoting and escaping would be error-prone. Use for GET, POST, PUT, DELETE requests with headers, query params, JSON body, form data, timeout control, and concise response inspection. Triggers on phrases like "调用这个 API", "发 GET 请求", "发 POST 请求", "请求这个接口", "带 header 调接口", "用 requests 代替 curl", "测试 webhook", or "看接口返回了什么".
openclaw skills install httprequestsUse this skill when an HTTP API call is needed and curl quoting/escaping would be fragile.
requestsGET, POST, PUT, DELETElogs/Before running the script, gather:
GET / POST / PUT / DELETEPrimary script:
scripts/request_http.pyRun it with Python and pass method/url plus optional inputs.
Logs are stored inside this skill directory:
logs/YYYY-MM-DD.jsonlEach line contains a light summary only:
Do not log authorization tokens, cookies, or full request/response bodies by default.
Read references/usage-patterns.md when: