← 返回 Skills 市场
SimpleHttpSkill
作者
Stephen Standridge
· GitHub ↗
· v0.1.0
581
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install simplehttpskill
功能描述
Make HTTP requests (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS) with custom headers, automatic retries, and graceful error handling. Use when the user need...
安全使用建议
This skill appears to do exactly what it says: make HTTP requests using built-in Node modules with retries and graceful errors. Before installing, consider that the skill can send arbitrary requests to any URL you provide (including any headers you pass), so do not supply sensitive tokens or credentials unless you trust the agent and target endpoint. If you want to limit risk, run the skill in a restricted environment or network sandbox, and avoid embedding secrets in defaultHeaders; prefer passing credentials explicitly per-call and validate target URLs to avoid SSRF or unintended exfiltration.
功能分析
Type: OpenClaw Skill
Name: simplehttpskill
Version: 0.1.0
The skill provides a robust HTTP client (`src/http-client.js`) capable of making arbitrary network requests (GET, POST, PUT, etc.) to any user-provided URL. While the implementation is clean, uses only built-in Node.js modules, and lacks direct evidence of malicious intent (e.g., no attempts to read sensitive files or environment variables, no obfuscation), the core capability of making unconstrained network requests is inherently high-risk. This could be leveraged for Server-Side Request Forgery (SSRF) or data exfiltration if the AI agent is prompted to target internal network resources or send sensitive data it has access to, classifying it as suspicious due to its powerful, potentially exploitable capabilities.
能力评估
Purpose & Capability
The name/description match the code and SKILL.md: a generic HTTP client with retries and backoff. There are no unrelated environment variables, binaries, or configuration paths requested.
Instruction Scope
The SKILL.md instructs the agent to import and use the included src/http-client.js and documents inputs/outputs and behavior. It does not direct the agent to read unrelated files, environment variables, or send data to endpoints other than those provided by the caller.
Install Mechanism
No install spec is provided (instruction-only deployment) and the included code is a small local JS file. Nothing is downloaded from external URLs or written to system locations during install.
Credentials
The skill requests no environment variables or credentials, which is appropriate. Note: callers can supply arbitrary headers (e.g., Authorization) so the skill can transmit sensitive tokens if you provide them — the skill itself does not request or store secrets.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modify other skills. It is user-invocable and may be invoked autonomously by the agent (platform default).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install simplehttpskill - 安装完成后,直接呼叫该 Skill 的名称或使用
/simplehttpskill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: Simple HTTP requests in Node.js with retries and robust error handling.
- Supports all HTTP methods (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS).
- Allows custom headers and auto-serializes object bodies to JSON.
- Handles automatic retries with exponential backoff on transient failures.
- Provides consistent response objects, never throws errors—failures are inspectable.
- No external dependencies; uses Node.js built-in modules only.
元数据
常见问题
SimpleHttpSkill 是什么?
Make HTTP requests (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS) with custom headers, automatic retries, and graceful error handling. Use when the user need... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 581 次。
如何安装 SimpleHttpSkill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install simplehttpskill」即可一键安装,无需额外配置。
SimpleHttpSkill 是免费的吗?
是的,SimpleHttpSkill 完全免费(开源免费),可自由下载、安装和使用。
SimpleHttpSkill 支持哪些平台?
SimpleHttpSkill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SimpleHttpSkill?
由 Stephen Standridge(@stephen-standridge)开发并维护,当前版本 v0.1.0。
推荐 Skills