← Back to Skills Marketplace
777
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stratos-storage
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stratos-storage - After installation, invoke the skill by name or use
/stratos-storage - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: upload and download files to Stratos Decentralized Storage (SDS) network via SPFS API or ppd CLI.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 777 downloads so far.
How do I install stratos-storage?
Run "/install stratos-storage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is stratos-storage free?
Yes, stratos-storage is completely free (open-source). You can download, install and use it at no cost.
Which platforms does stratos-storage support?
stratos-storage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created stratos-storage?
It is built and maintained by notboxqsn (@notboxqsn); the current version is v1.0.0.
More Skills