← 返回 Skills 市场
58
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install curl-tool
功能描述
Transfer data using HTTP, HTTPS, FTP protocols. Test APIs and download files.
使用说明 (SKILL.md)
Curl Tool - Data Transfer
Transfer data with HTTP/HTTPS/FTP. Supports custom headers and auth.
Quick Start
curl-tool https://api.example.com/data
Features
- GET and POST requests
- Custom headers
- Auth support
- File downloads
- Follow redirects
Examples
curl-tool https://api.example.com/users
curl-tool -X POST -d '{"name":"test"}' https://api.example.com
curl-tool -o out.txt https://example.com/file
See Also
- Related documentation:
man curl(if available)
安全使用建议
This skill appears to be a simple curl-like client implemented in Python and is internally consistent. Before installing, confirm how the platform will execute the included script (it has no install step), and be aware it will make arbitrary network requests and can write files when you use the -o option. Avoid passing secrets on the command line (they can be exposed in process lists or logs) and review the script yourself or run it in a sandbox if you need higher assurance.
功能分析
Type: OpenClaw Skill
Name: curl-tool
Version: 1.0.0
The skill provides a Python-based HTTP client (scripts/curl.py) that allows for arbitrary network requests and writing data to local files. While these capabilities are aligned with the stated purpose of a 'curl tool,' they represent high-risk behaviors that could be exploited for Server-Side Request Forgery (SSRF) or unauthorized file system writes. The implementation lacks restrictions on URL schemes (e.g., file://) or output paths, which are notable security vulnerabilities in an agentic context.
能力评估
Purpose & Capability
Name/description (HTTP/HTTPS/FTP transfers, API testing, downloads) matches the provided CLI examples and the included Python script, which implements GET/POST, headers, basic auth, downloads, and redirect-following via urllib. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md gives straightforward usage examples and does not instruct the agent to read unrelated files, environment variables, or send data to any endpoints beyond those provided by the user. The runtime behavior (make HTTP requests and optionally save responses to a file) aligns with the documentation.
Install Mechanism
This is listed as instruction-only (no install spec) but includes a Python script file. There's no installer or packaging provided — the agent/platform will need to know how to run that script. This is not inherently malicious, but you should confirm how the skill will be executed (embedded, copied to disk, or run directly) before trusting it.
Credentials
The skill requires no environment variables or credentials. The script supports Basic auth provided on the CLI (user:password) which is proportional to its purpose. It does not attempt to access other secrets or configs.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges. The skill does not modify other skills or system-wide config. Autonomous invocation is permitted by default (disable-model-invocation is false) which is typical for skills and not by itself a concern here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install curl-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/curl-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Curl Tool 是什么?
Transfer data using HTTP, HTTPS, FTP protocols. Test APIs and download files. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 58 次。
如何安装 Curl Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install curl-tool」即可一键安装,无需额外配置。
Curl Tool 是免费的吗?
是的,Curl Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Curl Tool 支持哪些平台?
Curl Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Curl Tool?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills