← Back to Skills Marketplace
dinghaibin

Curl Tool

by BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
58
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install curl-tool
Description
Transfer data using HTTP, HTTPS, FTP protocols. Test APIs and download files.
README (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)
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install curl-tool
  3. After installation, invoke the skill by name or use /curl-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug curl-tool
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Curl Tool?

Transfer data using HTTP, HTTPS, FTP protocols. Test APIs and download files. It is an AI Agent Skill for Claude Code / OpenClaw, with 58 downloads so far.

How do I install Curl Tool?

Run "/install curl-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Curl Tool free?

Yes, Curl Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Curl Tool support?

Curl Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Curl Tool?

It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.

💬 Comments