qiniu-kodo
七牛云 KODO 对象存储技能。支持文件上传、下载、列出、删除、获取 URL 等操作。 三层架构:MCP 工具(优先)→ Node.js SDK → qshell CLI。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aohoyo/qiniu-kodoWhat This Skill Does
The qiniu-kodo skill is a comprehensive management interface for Qiniu Cloud Object Storage (KODO). It enables OpenClaw agents to perform seamless file operations including uploading, downloading, listing directory contents, deleting assets, and generating public or private access URLs. The skill implements a robust three-tier architecture: it defaults to the high-performance MCP server for advanced agent interactions, falls back to a custom Node.js SDK for programmatic control, and utilizes qshell CLI as a final recovery mechanism. This ensures reliability for users managing large buckets, static site assets, or secure cloud backups.
Installation
Installation is streamlined through the OpenClaw CLI environment. Simply execute clawhub install openclaw/skills/skills/aohoyo/qiniu-kodo to pull the latest version. Once installed, navigate to ~/.openclaw/workspace/skills/qiniu-kodo and run the scripts/setup.sh utility. You will be prompted to input your Qiniu AccessKey, SecretKey, bucket name, and regional identifier (e.g., z0 for East China). These credentials are saved to config/qiniu-config.json, which the underlying SDK reads to authorize API requests. Always ensure your environment has Node.js installed to support the secondary SDK logic.
Use Cases
This skill is perfect for developers managing CI/CD static asset deployments, businesses organizing cloud-based document repositories, or automated agents that need to log process outputs to a centralized cloud storage bucket. It simplifies complex tasks like generating time-limited private URLs for secure file sharing or performing bulk file management operations without leaving the OpenClaw terminal interface.
Example Prompts
- "Upload the latest build artifact from ./dist folder to my KODO bucket with the key 'releases/v1.0.2.zip'."
- "List all files in the 'uploads/' folder and identify which ones were modified in the last 24 hours."
- "Generate a temporary download link for 'private-document.pdf' that expires in 30 minutes for the client."
Tips & Limitations
- Regional Accuracy: Always specify the correct region (e.g., z0, z1, na0). Providing an incorrect region will result in 401 Unauthorized or timeout errors due to DNS resolution discrepancies.
- Security: For production environments, prefer the MCP server for improved security handling. Never expose your raw secret keys in plain text logs.
- Performance: While the skill supports bulk deletion, use caution with the
--forceflag as there is no "trash bin" in standard KODO buckets once an object is deleted, it is removed immediately from the cloud.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aohoyo-qiniu-kodo": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
openclaw-sync
OpenClaw 数据轻量同步技能。基于 rclone + cron,支持 70+ 云存储后端, 定时备份 workspace 数据,资源占用极低。
aliyun-oss
阿里云 OSS 对象存储技能。支持文件上传、下载、列出、删除、获取 URL 等操作。 两层架构:Node.js SDK(优先)→ ossutil CLI。
qq-email
QQ 邮箱智能管理工具。支持收发邮件、搜索筛选、附件处理,以及 AI 智能整理功能(自动摘要、分类、优先级排序、待办提取)。当用户需要操作 QQ 邮箱、查收邮件、发送邮件、整理收件箱或处理邮件相关任务时使用此技能。
silas_clash
Clash/Mihomo 代理管理。安装配置、查看状态、切换模式/节点、测速、外网失败时自动代理。
silas_skill_auditor
技能安全审查工具。深度审查已安装或远程技能的代码安全性、权限风险、数据泄露和内容合规性。支持预装审查(远程拉取)和已装审查两种模式。当用户说"审查技能"、"检查安全"、"审核技能"、"skill audit"时使用。