| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "fmode-storage",
- "version": "1.1.0",
- "description": "对象存储上传/公开分享(OBS / S3 兼容)。首选免密钥通道:sessionToken → 云函数预签名直传(公网 https://s3.fmode.cn/<key>);兜底 4 级凭据链。超级技能(ESM 多端可用),零依赖 Node ≥18。",
- "type": "module",
- "main": "./skills/fmode-storage/scripts/uploader.mjs",
- "exports": {
- ".": {
- "import": "./skills/fmode-storage/scripts/uploader.mjs",
- "default": "./skills/fmode-storage/scripts/uploader.mjs"
- }
- },
- "files": [
- "skills/",
- "README.md",
- "LICENSE"
- ],
- "engines": {
- "node": ">=18"
- },
- "keywords": [
- "fmode",
- "hermes",
- "harness-loop",
- "rsi",
- "ai-agent",
- "agent-skill",
- "super-skill",
- "esm",
- "future-feima",
- "storage",
- "object-storage",
- "obs",
- "s3",
- "cdn",
- "upload",
- "presigned-url",
- "public-url",
- "未来飞马",
- "智能体技能",
- "超级技能",
- "对象存储",
- "公开分享链接",
- "大文件上传",
- "AI交付物"
- ],
- "author": "Yuyang001 (FmodeAgent)",
- "license": "MPL-2.0",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/fmodecn/skill-storage.git"
- }
- }
|