{ "name": "qiniu-uploader", "version": "2.0.0", "description": "七牛云文件上传和管理 Skill", "author": "饭团 🍙", "license": "MIT", "main": "openclaw-processor.js", "scripts": { "upload": "node scripts/upload-to-qiniu.js", "test": "node openclaw-processor.js --message '{\"content\":{\"text\":\"/qiniu-config list\"}}'" }, "dependencies": { "ws": "^8.14.0" }, "openclaw": { "type": "skill", "triggers": [ "/upload", "/qiniu-config", "/qiniu-help" ], "handler": "openclaw-processor.js", "config": { "credentials": "~/.openclaw/credentials/qiniu-config.json", "feishu": { "appId": "cli_a92ce47b02381bcc", "appSecret": "WpCWhqOPKv3F5Lhn11DqubrssJnAodot" } } }, "keywords": [ "qiniu", "upload", "cdn", "feishu", "openclaw", "skill" ], "repository": { "type": "git", "url": "https://github.com/openclaw/openclaw" } }