← 返回 Skills 市场
bytesagain3

Curl

作者 bytesagain3 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ 安全检测通过
343
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install curl
功能描述
curl reference tool
使用说明 (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]

安全使用建议
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.
功能分析
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`.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install curl
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /curl 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
Clean package with matching SKILL.md
v2.0.1
clean-package-fix
v1.0.0
publish v1.0.0
元数据
Slug curl
版本 2.0.2
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 3
常见问题

Curl 是什么?

curl reference tool. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 343 次。

如何安装 Curl?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install curl」即可一键安装,无需额外配置。

Curl 是免费的吗?

是的,Curl 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Curl 支持哪些平台?

Curl 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Curl?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.2。

💬 留言讨论