← 返回 Skills 市场
Aws Cli
作者
PanthroCorp
· GitHub ↗
· v0.2.1
· MIT-0
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install panthrocorp-aws-cli
功能描述
AWS CLI v2 for OpenClaw agents (repackaged official binary)
安全使用建议
This skill is coherent with its stated purpose (it repackages the AWS CLI), but you should treat it as a third‑party packaging/install of an important credentialed tool. Before installing: (1) Prefer obtaining the AWS CLI directly from the official AWS distribution if you want to minimise supply‑chain risk. (2) If you use the PanthroCorp release artifacts, verify checksums/signatures or inspect the release tarball contents. (3) Ensure the gateway/container environment should legitimately have AWS credentials or IMDS access — installing the CLI into a container that can reach IMDS grants it access to instance credentials. (4) Be aware SKILL.md uses curl/tar/unzip/grep/ln but the metadata doesn't declare these prerequisites; ensure the host/container has these tools and that extraction will not overwrite unexpected paths. If you cannot verify the build artifacts or don't trust the release owner, do not install the repackaged binary.
功能分析
Type: OpenClaw Skill
Name: panthrocorp-aws-cli
Version: 0.2.1
The skill is a legitimate repackaging of the official AWS CLI v2 for use in OpenClaw containers. The 'scripts/package.sh' script correctly fetches the official binary from Amazon's servers (awscli.amazonaws.com), and the 'SKILL.md' file provides standard installation and usage instructions. While the installation process uses 'curl | tar' patterns, which are inherently risky, they are aligned with the stated purpose of distributing a binary utility and show no signs of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description and included files (package.sh, SKILL.md) align: the project repackages the official AWS CLI. However the registry metadata lists 'aws' as a required binary even though the skill supplies installation instructions to install 'aws', and SKILL.md uses common tools (curl, tar, grep, unzip) that are not declared in required binaries — metadata and runtime expectations are inconsistent.
Instruction Scope
Runtime instructions are limited to downloading a tarball from the skill's GitHub releases, extracting into ~/.openclaw, and symlinking aws; usage/auth guidance describes the normal AWS credential chain and IMDS. The SKILL.md does not instruct reading unrelated files. It does, however, instruct downloading a third‑party repackaged tarball (from PanthroCorp-Limited releases) rather than directly from the official AWS download — this introduces supply‑chain trust decisions.
Install Mechanism
There is no registry install spec; installation in SKILL.md downloads a tarball from the skill's GitHub releases (well-known host, but a third party). The packaging script (scripts/package.sh) shows the packager downloads the official AWS installer from awscli.amazonaws.com and repackages it, which is reasonable, but consumers who run the SKILL.md instructions will be pulling a repackaged artifact from PanthroCorp's releases rather than the upstream AWS host. Download-and-extract of binaries from a third‑party release increases supply‑chain risk and should be verified (checksums, signatures).
Credentials
The skill requests no environment variables or credentials in metadata. SKILL.md explains the AWS CLI will use the SDK default credential chain (IMDS, env vars, shared config) — this is expected and proportional for an AWS CLI. There are no extra unrelated credentials requested.
Persistence & Privilege
Skill does not request always:true, does not modify other skills' configs, and only recommends extracting files into the skill's own ~/.openclaw directory and creating a symlink in ~/.openclaw/bin. No elevated or persistent global privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install panthrocorp-aws-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/panthrocorp-aws-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.1
- Updated documentation with detailed installation, usage, and authentication instructions.
- Clarified platform compatibility (Linux, arm64, and amd64 support).
- Emphasized no external dependencies: includes official AWS CLI v2 binary and bundled Python runtime.
- Added notes on EC2/ECS authentication and IMDS hop limit requirements for containerized environments.
元数据
常见问题
Aws Cli 是什么?
AWS CLI v2 for OpenClaw agents (repackaged official binary). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 Aws Cli?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install panthrocorp-aws-cli」即可一键安装,无需额外配置。
Aws Cli 是免费的吗?
是的,Aws Cli 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Aws Cli 支持哪些平台?
Aws Cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux)。
谁开发了 Aws Cli?
由 PanthroCorp(@panthrocorp)开发并维护,当前版本 v0.2.1。
推荐 Skills