ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified file management Safety 4/5

qiniu-kodo

七牛云 KODO 对象存储技能。支持文件上传、下载、列出、删除、获取 URL 等操作。 三层架构:MCP 工具(优先)→ Node.js SDK → qshell CLI。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aohoyo/qiniu-kodo
Or

What 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

  1. "Upload the latest build artifact from ./dist folder to my KODO bucket with the key 'releases/v1.0.2.zip'."
  2. "List all files in the 'uploads/' folder and identify which ones were modified in the last 24 hours."
  3. "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 --force flag as there is no "trash bin" in standard KODO buckets once an object is deleted, it is removed immediately from the cloud.

Metadata

Author@aohoyo
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aohoyo-qiniu-kodo": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#qiniu#cloud-storage#object-storage#file-management#sdk
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api