← 返回 Skills 市场
777
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stratos-storage
功能描述
Upload and download files to/from Stratos Decentralized Storage (SDS) network. Use when the user wants to store files on Stratos, retrieve files from Stratos, upload to decentralized storage, or download from SDS.
安全使用建议
This skill appears to do what it claims: upload/download via a Stratos SPFS gateway or a local ppd node. Before installing or invoking it: (1) verify STRATOS_SPFS_GATEWAY points to a trusted gateway (avoid unknown remote endpoints), (2) confirm STRATOS_NODE_DIR points to the intended node (be aware the ppd fallback may access wallet/node files), (3) run the shell scripts manually in a controlled environment first to observe behavior, and (4) note skill.json mentions installing curl with apt/brew which requires package-manager privileges. If you plan to expose a remote gateway, ensure you trust that endpoint because file data and metadata will transit it.
功能分析
Type: OpenClaw Skill
Name: stratos-storage
Version: 1.0.0
The skill is classified as suspicious due to a critical shell injection vulnerability. The `SKILL.md` examples suggest the AI agent might pass user-provided file paths and hashes to `scripts/upload.sh` and `scripts/download.sh` without proper quoting. This allows an attacker to achieve arbitrary command execution via prompt injection (e.g., providing `$(evil_command)` as a file path). While the scripts themselves attempt to interact with a local Stratos SDS gateway (default `http://localhost:18452`) and the `ppd` CLI for legitimate file operations, the lack of robust input sanitization at the agent-script interface creates a significant remote code execution risk.
能力评估
Purpose & Capability
Name/description, required binaries (curl), and env vars (STRATOS_SPFS_GATEWAY, STRATOS_NODE_DIR) match the actual behavior: the scripts call an SPFS gateway and optionally the local ppd CLI. The primary credential (gateway URL) is appropriate for this purpose.
Instruction Scope
Runtime instructions are limited to running the provided upload/download scripts which use the SPFS HTTP API (via curl) and fall back to the local ppd CLI. This stays within the stated purpose. Minor issues: SKILL.md sometimes references $SKILL_DIR (not declared) which may confuse automatic invocation; the ppd fallback will interact with the user's node directory and thus may access wallet-related node state (expected for node-based uploads/downloads).
Install Mechanism
No third-party downloads or suspicious installers are present. skill.json suggests installing curl via brew/apt-get if missing — this is standard but requires package-manager privileges. No remote archives or unusual URLs are used.
Credentials
Only two required env vars are declared and used: STRATOS_SPFS_GATEWAY and STRATOS_NODE_DIR. skill.json also lists STRATOS_RPC_PORT as an env default (not used by the scripts) — a minor discrepancy. Be aware that using the ppd CLI fallback implies access to the node directory which can contain wallet keys and sensitive node data; that access is proportional to the skill's purpose but worth user awareness.
Persistence & Privilege
always:false and standard autonomous invocation are set. The skill does not request permanent system-wide privileges or modify other skills. No privileged persistence behavior observed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stratos-storage - 安装完成后,直接呼叫该 Skill 的名称或使用
/stratos-storage触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: upload and download files to Stratos Decentralized Storage (SDS) network via SPFS API or ppd CLI.
元数据
常见问题
stratos-storage 是什么?
Upload and download files to/from Stratos Decentralized Storage (SDS) network. Use when the user wants to store files on Stratos, retrieve files from Stratos, upload to decentralized storage, or download from SDS. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 777 次。
如何安装 stratos-storage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stratos-storage」即可一键安装,无需额外配置。
stratos-storage 是免费的吗?
是的,stratos-storage 完全免费(开源免费),可自由下载、安装和使用。
stratos-storage 支持哪些平台?
stratos-storage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 stratos-storage?
由 notboxqsn(@notboxqsn)开发并维护,当前版本 v1.0.0。
推荐 Skills