← 返回 Skills 市场
kelvincai522

Pget

作者 kelvincai522 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1568
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pget
功能描述
Parallel file download and optional tar extraction using the pget CLI (single URL or multifile manifest). Use when you need high‑throughput downloads from HTTP(S)/S3/GCS, want to split a large file into chunks for speed, or want to download and extract a .tar/.tar.gz in one step.
安全使用建议
This skill is an instruction-only wrapper for the pget CLI and looks internally consistent. Before installing or running the suggested curl command, verify the GitHub release/source (replicate/pget) and, if available, verify checksums or use Homebrew which is safer for macOS. Be aware that the "-x" in-memory extraction can consume large amounts of RAM for big archives, and manifest/STDIN input runs whatever URLs you provide — only download from trusted sources. If you plan to run install commands that write to /usr/local/bin with sudo, review the binary first or prefer a package manager.
功能分析
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill The skill bundle is classified as suspicious due to its installation instructions in `references/pget.md`. It uses `sudo curl -L` to download a binary from `https://github.com/replicate/pget` and then `sudo chmod +x` to make it executable and install it system-wide. While this is a common method for installing CLI tools, it represents a significant risky capability involving downloading and executing external code with elevated privileges, which could be exploited if the source repository were compromised. There is no clear evidence of intentional malicious behavior or prompt injection attempts against the agent.
能力评估
Purpose & Capability
The name/description match the provided instructions: everything focuses on downloading files (single or manifest) and optional tar extraction. No unrelated environment variables, binaries, or config paths are requested.
Instruction Scope
SKILL.md stays on-topic: it instructs how to run pget, how to supply a manifest or stdin, and how to tune concurrency and extraction. The only file reads referenced are user-supplied manifests or destinations necessary for download; there are no instructions to read unrelated system files or secrets.
Install Mechanism
references/pget.md includes installation commands that download a binary from GitHub releases and a Homebrew tap (replicate/pget). Those are expected for a CLI tool and are standard. Note: the curl install uses sudo to write to /usr/local/bin — running such install commands requires privilege and you should verify the release source and checksums before running.
Credentials
The skill requests no environment variables or credentials. Options like --resolve are CLI flags for pget and do not imply hidden credential access. The lack of secrets or config-path requirements is proportionate for a downloader tool.
Persistence & Privilege
The skill does not request always:true and is user-invocable. It does not attempt to modify other skills or system-wide settings. Autonomous model invocation is allowed (platform default) but not combined with any broad privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pget
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pget 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial Release
元数据
Slug pget
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pget 是什么?

Parallel file download and optional tar extraction using the pget CLI (single URL or multifile manifest). Use when you need high‑throughput downloads from HTTP(S)/S3/GCS, want to split a large file into chunks for speed, or want to download and extract a .tar/.tar.gz in one step. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1568 次。

如何安装 Pget?

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

Pget 是免费的吗?

是的,Pget 完全免费(开源免费),可自由下载、安装和使用。

Pget 支持哪些平台?

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

谁开发了 Pget?

由 kelvincai522(@kelvincai522)开发并维护,当前版本 v1.0.0。

💬 留言讨论