X Twitter Poster
通过连接已登录 Chrome 浏览器,自动发送 X 推文,支持跨平台快捷键。
下载 42
实现文件在 Stratos 去中心化存储网络的上传与下载。
openclaw skills install @notboxqsn/stratos-storage命令、参数、文件名以原文为准
bash $SKILL_DIR/scripts/upload.sh <file_path>bash $SKILL_DIR/scripts/download.sh <file_hash_or_cid> <output_path>上传:”将 /tmp/report.pdf 上传至 Stratos“
→ 执行:bash scripts/upload.sh /tmp/report.pdf
→ 输出:文件已上传。CID: Qm...xxx
下载:”从 Stratos 下载哈希为 Qm...xxx 的文件到 ~/Downloads/ 目录“
→ 执行:bash scripts/download.sh Qm...xxx ~/Downloads/report.pdf
→ 输出:文件已下载至 ~/Downloads/report.pdf
已收录 1 个 Skill