package.json 450 B

12345678910
  1. {
  2. "name": "fmode-storage",
  3. "version": "0.3.0",
  4. "description": "Claude Code skill: 对象存储上传/公开链接/ACL(华为云 OBS / S3 兼容)。诚实 4 级凭据链(env → obsutil config → 平台签发(端点上线后) → 项目 config)+ init 初始化向导 + test 自检。零依赖 Node ≥18。",
  5. "license": "MIT",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+ssh://git@github.com/fmodecn/skill-storage.git"
  9. }
  10. }