TopRank Skills

Home / Claw Skills / 文档 / Kimi File Transfer
Official OpenClaw rules 36%

Kimi File Transfer

Kimi文件传输 | kimi file transfer

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Kimi File Transfer 技能。 若已安装,则直接安装 Kimi File Transfer 技能。

Overview

Skill Key
chongjie-ran/kimi-file-transfer
Author
chongjie-ran
Source Repo
openclaw/skills
Version
-
Source Path
skills/chongjie-ran/kimi-file-transfer
Latest Commit SHA
0711003400bc71b4425e6daf5bd8072fbcae6ec4

Extracted Content

SKILL.md excerpt

# 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
```

---

## 技术实现

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

---

## 适用场景

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

---

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

---

## 更新日志

### v1.0.0 (2026-02-28)
- 初始版本发布
- 支持单文件/多文件传输

---

## 联系作者
如有问题或建议,欢迎反馈!

*Skill by SC&Chongjie* 🤖

Related Claw Skills

edholofy

dojo.md

★ 4

University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.

lethehades

wps-macos-helper

★ 1

macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance

capt-marbles

firecrawl

★ 0

Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.

caqlayan

Tweet Processor

★ 0

Tweet Processor Skill

carev01

md-docs-search

★ 0

Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.

camelsprout

duckdb-en

★ 0

DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".