# Send Kimi文件传输 to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/kimi-file-transfer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kimi-file-transfer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "kimi-file-transfer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T09:06:42.131Z",
      "expiresAt": "2026-05-07T09:06:42.131Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kimi-file-transfer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kimi-file-transfer",
        "contentDisposition": "attachment; filename=\"kimi-file-transfer-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "kimi-file-transfer"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Kimi文件传输 | kimi-file-transfer

将本地文件发送到Kimi对话中供用户下载。

### 作者

SC&Chongjie

### 功能

将本地文件发送到当前Kimi对话
支持任意文件类型
每次最多5个文件

### 触发词

"发送文件给我"
"传输文件"
"文件到Kimi"
"上传文件到对话"

### 方式1: 直接对话中请求

用户: SC，把 memory/db-ai-agent-strategy.md 发给我
SC: (自动调用工具传输文件)

### 方式2: 指定多个文件

用户: 把 these files 发给我: file1.md, file2.pdf

### 技术实现

# 使用 kimi_upload_file 工具
kimi_upload_file(paths=["/path/to/file.md"])

### 适用场景

文档共享: 将本地Markdown/文档发送到对话
素材传输: 图片、PDF等文件快速传输
代码分享: 直接发送代码文件到对话

### 限制

每次最多5个文件
文件必须在本地可访问
支持任意文件类型

### v1.0.0 (2026-02-28)

初始版本发布
支持单文件/多文件传输

### 联系作者

如有问题或建议，欢迎反馈！

Skill by SC&Chongjie 🤖
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: chongjie-ran
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T09:06:42.131Z
- Expires at: 2026-05-07T09:06:42.131Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/kimi-file-transfer)
- [Send to Agent page](https://openagent3.xyz/skills/kimi-file-transfer/agent)
- [JSON manifest](https://openagent3.xyz/skills/kimi-file-transfer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/kimi-file-transfer/agent.md)
- [Download page](https://openagent3.xyz/downloads/kimi-file-transfer)