# Send Encrypted File Reader 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "encrypted-file-reader",
    "name": "Encrypted File Reader",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/endcy/encrypted-file-reader",
    "canonicalUrl": "https://clawhub.ai/endcy/encrypted-file-reader",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/encrypted-file-reader",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=encrypted-file-reader",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "package.json",
      "README.md",
      "read_file.py",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "encrypted-file-reader",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T19:56:26.180Z",
      "expiresAt": "2026-05-06T19:56:26.180Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=encrypted-file-reader",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=encrypted-file-reader",
        "contentDisposition": "attachment; filename=\"encrypted-file-reader-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "encrypted-file-reader"
      },
      "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/encrypted-file-reader"
    },
    "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/encrypted-file-reader",
    "downloadUrl": "https://openagent3.xyz/downloads/encrypted-file-reader",
    "agentUrl": "https://openagent3.xyz/skills/encrypted-file-reader/agent",
    "manifestUrl": "https://openagent3.xyz/skills/encrypted-file-reader/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/encrypted-file-reader/agent.md"
  }
}
```
## Documentation

### encrypted-file-reader

读取本地加密/受保护的文件内容，支持企业安全策略环境。

### 功能

读取文本文件（.txt, .md, .java, .py, .js 等）
读取 Word 文档（.docx）
读取 Excel 表格（.xlsx）
自动处理特殊编码文件的解码问题
支持企业安全策略环境下的文件读取
适用于通过授权应用程序可访问的加密文件

### 通过 Python 脚本调用

python D:\\ai\\skills\\encrypted-file-reader\\read_file.py <文件路径>

### 示例

# 读取文本文件
python D:\\ai\\skills\\encrypted-file-reader\\read_file.py E:\\data\\test.txt

# 读取 Word 文档
python D:\\ai\\skills\\encrypted-file-reader\\read_file.py E:\\data\\test.docx

# 读取 Excel 表格
python D:\\ai\\skills\\encrypted-file-reader\\read_file.py E:\\data\\test.xlsx

### 支持的扩展名

文本类: .txt, .md, .markdown, .rst, .log, .csv, .tsv
代码类: .java, .py, .js, .ts, .jsx, .tsx, .c, .cpp, .h, .cs, .go, .rs, .rb, .php, .vue
配置类: .json, .xml, .yaml, .yml, .toml, .ini, .cfg, .properties, .gradle, .config, .env
样式类: .html, .htm, .css, .scss, .sass, .less
脚本类: .sh, .bash, .bat, .cmd, .ps1, .sql
Word 文档: .docx
Excel 表格: .xlsx

### 输出

成功：输出文件内容（UTF-8 编码）
失败：输出错误信息

### 技术原理

文本文件: 直接读取二进制后用 UTF-8 解码
Office 文件: 使用 zipfile 解压后提取 XML 中的文本内容
加密/受保护文件: 通过正确的字节处理方式处理通过授权应用程序可访问的文件内容

### 依赖

Python 3.x
标准库（zipfile, re, sys, os）

### 注意事项

本工具仅读取用户有权限访问的本地文件
不支持绕过合法的文件访问控制
适用于企业环境中授权的文件读取场景
文件需要能通过系统授权的应用程序（如 Word、Excel）正常打开

### 法律说明

本工具仅用于读取用户有合法访问权限的本地文件
不支持绕过任何合法的文件访问控制或权限管理
用户应确保使用本工具符合所在组织的政策和法律法规
本工具通过正确的编码处理方式读取文件，不涉及破解或绕过加密
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: endcy
- 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-29T19:56:26.180Z
- Expires at: 2026-05-06T19:56:26.180Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/encrypted-file-reader)
- [Send to Agent page](https://openagent3.xyz/skills/encrypted-file-reader/agent)
- [JSON manifest](https://openagent3.xyz/skills/encrypted-file-reader/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/encrypted-file-reader/agent.md)
- [Download page](https://openagent3.xyz/downloads/encrypted-file-reader)