# Send file-processor 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": "file-processor",
    "name": "file-processor",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/ly5201314gjx/file-processor",
    "canonicalUrl": "https://clawhub.ai/ly5201314gjx/file-processor",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/file-processor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=file-processor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "processor.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "file-processor",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T13:38:39.664Z",
      "expiresAt": "2026-05-07T13:38:39.664Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=file-processor",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=file-processor",
        "contentDisposition": "attachment; filename=\"file-processor-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "file-processor"
      },
      "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/file-processor"
    },
    "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/file-processor",
    "downloadUrl": "https://openagent3.xyz/downloads/file-processor",
    "agentUrl": "https://openagent3.xyz/skills/file-processor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/file-processor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/file-processor/agent.md"
  }
}
```
## Documentation

### 文件处理技能

自动识别和处理用户发送的文件。

### 支持格式

PDF (pdf)
Excel (xlsx, xls)
CSV (csv)
Word (docx)
图片 (jpg, png, jpeg)
文本 (txt)

### 1. PDF 读取

提取文字、表格、页码信息

### 2. Excel/CSV 处理

读取数据、统计、筛选

### 3. OCR 文字识别

图片转文字

### 4. 文档摘要

长文本自动摘要

### 依赖

pip install pdfplumber openpyxl python-docx pytesseract pillow

### 使用方法

直接发送文件给小乡，根据格式自动处理。
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ly5201314gjx
- 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-30T13:38:39.664Z
- Expires at: 2026-05-07T13:38:39.664Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/file-processor)
- [Send to Agent page](https://openagent3.xyz/skills/file-processor/agent)
- [JSON manifest](https://openagent3.xyz/skills/file-processor/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/file-processor/agent.md)
- [Download page](https://openagent3.xyz/downloads/file-processor)