{
  "schemaVersion": "1.0",
  "item": {
    "slug": "kimi-file-transfer",
    "name": "Kimi文件传输",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/chongjie-ran/kimi-file-transfer",
    "canonicalUrl": "https://clawhub.ai/chongjie-ran/kimi-file-transfer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/kimi-file-transfer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kimi-file-transfer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/kimi-file-transfer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/kimi-file-transfer",
    "agentPageUrl": "https://openagent3.xyz/skills/kimi-file-transfer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kimi-file-transfer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kimi-file-transfer/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Kimi文件传输 | kimi-file-transfer",
        "body": "将本地文件发送到Kimi对话中供用户下载。"
      },
      {
        "title": "作者",
        "body": "SC&Chongjie"
      },
      {
        "title": "功能",
        "body": "将本地文件发送到当前Kimi对话\n支持任意文件类型\n每次最多5个文件"
      },
      {
        "title": "触发词",
        "body": "\"发送文件给我\"\n\"传输文件\"\n\"文件到Kimi\"\n\"上传文件到对话\""
      },
      {
        "title": "方式1: 直接对话中请求",
        "body": "用户: SC，把 memory/db-ai-agent-strategy.md 发给我\nSC: (自动调用工具传输文件)"
      },
      {
        "title": "方式2: 指定多个文件",
        "body": "用户: 把 these files 发给我: file1.md, file2.pdf"
      },
      {
        "title": "技术实现",
        "body": "# 使用 kimi_upload_file 工具\nkimi_upload_file(paths=[\"/path/to/file.md\"])"
      },
      {
        "title": "适用场景",
        "body": "文档共享: 将本地Markdown/文档发送到对话\n素材传输: 图片、PDF等文件快速传输\n代码分享: 直接发送代码文件到对话"
      },
      {
        "title": "限制",
        "body": "每次最多5个文件\n文件必须在本地可访问\n支持任意文件类型"
      },
      {
        "title": "v1.0.0 (2026-02-28)",
        "body": "初始版本发布\n支持单文件/多文件传输"
      },
      {
        "title": "联系作者",
        "body": "如有问题或建议，欢迎反馈！\n\nSkill by SC&Chongjie 🤖"
      }
    ],
    "body": "Kimi文件传输 | kimi-file-transfer\n\n将本地文件发送到Kimi对话中供用户下载。\n\n作者\n\nSC&Chongjie\n\n功能\n将本地文件发送到当前Kimi对话\n支持任意文件类型\n每次最多5个文件\n触发词\n\"发送文件给我\"\n\"传输文件\"\n\"文件到Kimi\"\n\"上传文件到对话\"\n\n使用方法\n方式1: 直接对话中请求\n用户: SC，把 memory/db-ai-agent-strategy.md 发给我\nSC: (自动调用工具传输文件)\n\n方式2: 指定多个文件\n用户: 把 these files 发给我: file1.md, file2.pdf\n\n技术实现\n# 使用 kimi_upload_file 工具\nkimi_upload_file(paths=[\"/path/to/file.md\"])\n\n适用场景\n文档共享: 将本地Markdown/文档发送到对话\n素材传输: 图片、PDF等文件快速传输\n代码分享: 直接发送代码文件到对话\n限制\n每次最多5个文件\n文件必须在本地可访问\n支持任意文件类型\n更新日志\nv1.0.0 (2026-02-28)\n初始版本发布\n支持单文件/多文件传输\n联系作者\n\n如有问题或建议，欢迎反馈！\n\nSkill by SC&Chongjie 🤖"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/chongjie-ran/kimi-file-transfer",
    "publisherUrl": "https://clawhub.ai/chongjie-ran/kimi-file-transfer",
    "owner": "chongjie-ran",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/kimi-file-transfer",
    "downloadUrl": "https://openagent3.xyz/downloads/kimi-file-transfer",
    "agentUrl": "https://openagent3.xyz/skills/kimi-file-transfer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kimi-file-transfer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kimi-file-transfer/agent.md"
  }
}