← Back to Skills Marketplace
bytesagain3

Curl

by bytesagain3 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ Security Clean
343
Downloads
0
Stars
2
Active Installs
3
Versions
Install in OpenClaw
/install curl
Description
curl reference tool
README (SKILL.md)

Curl

curl reference tool. No API keys or credentials required — outputs reference documentation only.

Commands

Command Description
intro intro reference
quickstart quickstart reference
patterns patterns reference
debugging debugging reference
performance performance reference
security security reference
migration migration reference
cheatsheet cheatsheet reference

Output Format

All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.


Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
This skill appears to be harmless documentation: it only prints static reference text and asks for no credentials or network access. If you plan to install it, verify you trust the BytesAgain source (repository/homepage) for provenance. Note the minor doc/script inconsistencies (help/version text and a mismatched command name) are benign but may affect UX; no additional security precautions appear necessary.
Capability Analysis
Type: OpenClaw Skill Name: curl Version: 2.0.2 The 'curl' skill is a purely informational reference tool that provides static documentation about the curl utility. The implementation in `scripts/script.sh` consists entirely of bash functions using heredocs to output plain text, with no network activity, file system access, or credential handling, aligning perfectly with its stated purpose in `SKILL.md`.
Capability Assessment
Purpose & Capability
Name/description (curl reference) matches the included files: SKILL.md describes reference commands and scripts/script.sh only emits static documentation. There are no unexpected binaries, env vars, or external services required.
Instruction Scope
SKILL.md and scripts/script.sh confine the agent to printing local heredoc reference text. Minor issues: the show_help heredoc is single-quoted so $VERSION won't expand (harmless bug), and the cheatsheet lists a 'troubleshooting' entry that doesn't exactly match the implemented 'debugging' command—these are documentation/inconsistency notes, not security concerns.
Install Mechanism
No install spec is provided and the skill is instruction-only with a single helper script; nothing is downloaded or written to disk by an installer.
Credentials
No environment variables, credentials, or config paths are requested or accessed. The script does not read env vars or files, so requested privileges are proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills/config. Autonomous invocation is allowed (platform default) but this skill's actions are limited to printing static text.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install curl
  3. After installation, invoke the skill by name or use /curl
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
Clean package with matching SKILL.md
v2.0.1
clean-package-fix
v1.0.0
publish v1.0.0
Metadata
Slug curl
Version 2.0.2
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 3
Frequently Asked Questions

What is Curl?

curl reference tool. It is an AI Agent Skill for Claude Code / OpenClaw, with 343 downloads so far.

How do I install Curl?

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

Is Curl free?

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

Which platforms does Curl support?

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

Who created Curl?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.2.

💬 Comments