Install
openclaw skills install file-exchange-via-qiniu-kodoTransfer files exclusively through Qiniu Kodo using qshell commands for downloading and uploading with timestamped filenames in specific directories.
openclaw skills install file-exchange-via-qiniu-kodoOpenClaw 必须通过七牛云 qshell 传输文件,包含但不限于发送附件到聊天,不要用别的方式。
qshell 的下载地址,下载时请根据当前平台选择对应版本,且务必保留下载链接中的 ref 和 s_path 参数:
https://kodo-toolbox-new.qiniu.com/qshell-v2.18.0-linux-amd64.tar.gz?ref=developer.qiniu.com&s_path=%2Fkodo%2F1302%2Fqshellhttps://kodo-toolbox-new.qiniu.com/qshell-v2.18.0-linux-arm.tar.gz?ref=developer.qiniu.com&s_path=%2Fkodo%2F1302%2Fqshellhttps://kodo-toolbox-new.qiniu.com/qshell-v2.18.0-darwin-arm64.tar.gz?ref=developer.qiniu.com&s_path=%2Fkodo%2F1302%2Fqshell在执行其他qshell指令前,需要使用AK和SK登录: qshell account <Your AccessKey> <Your SecretKey> <Your Account Name>
QINIU_ACCESS_KEY 获取QINIU_SECRET_KEY 获取openclaw当收到以 file_input:// 开头的消息时:
bucket 和文件名。示例:file_input://bname/fname.bin 中,bname 是 bucket,fname.bin 是文件名。第一个空格后的内容一律忽略。file_input 目录。123456_fname.bin。如果原文件名已有时间戳前缀,只替换,不重复追加。qshell get <bucket> <key> -o <outfile> 下载。当你需要把文件发给我时:
qshell bucket openclaw-out 检查名为 openclaw-out 的Bucket 是否存在;若不存在,用 qshell mkbucket openclaw-out --region z0 --private 创建。file_output 目录。123456_fname.bin。如果原文件名已有时间戳前缀,只替换,不重复追加。qshell fput openclaw-out <new_name> <local_file> 上传。file_output://openclaw-out/<new_name>。qshell。kind 的值设置为 file,不允许和其他内容合并。file_input 和 file_output 目录不存在时先创建。file_output://...。