Install
openclaw skills install @notboxqsn/stratos-storageUpload 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.
openclaw skills install @notboxqsn/stratos-storagebash $SKILL_DIR/scripts/upload.sh <file_path>bash $SKILL_DIR/scripts/download.sh <file_hash_or_cid> <output_path>Upload: "Upload /tmp/report.pdf to Stratos" → Run: bash scripts/upload.sh /tmp/report.pdf → Output: File uploaded. CID: Qm...xxx
Download: "Download file Qm...xxx from Stratos to ~/Downloads/" → Run: bash scripts/download.sh Qm...xxx ~/Downloads/report.pdf → Output: File downloaded to ~/Downloads/report.pdf