← 返回 Skills 市场
chongjie-ran

WeCom文件检测

作者 chongjie-ran · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
355
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install wecom-file-detect
功能描述
企业微信聊天文件获取 - 从 ~/.openclaw/media/inbound/ 目录检测和获取通过聊天传递的文件。 当用户提到获取文件、发送文件、附件等请求时激活。
安全使用建议
This skill will read and copy files from ~/.openclaw/media/inbound/ when triggered (e.g., when you say "get file" or "send attachment"). Before enabling it, consider: (1) Privacy: it can access any files in that folder — don't enable it if sensitive PII/financial data may appear there. (2) Data flow: the instructions mention OCR/image tools but don't say whether those are local binaries or external services — clarify whether files will be sent off‑device. (3) Archival behavior: it suggests copying important files into companywork/, which may duplicate or relocate files; confirm the target path and permissions. (4) Missing dependency declarations: if you expect OCR/image processing, ensure required tools are installed and trusted. If you want tighter control, restrict triggers, test the skill in a safe environment, and require explicit confirmation before reading or archiving each file.
功能分析
Type: OpenClaw Skill Name: wecom-file-detect Version: 1.0.0 The wecom-file-detect skill is a utility designed to help an AI agent manage files received via Enterprise WeChat (WeCom) within the ~/.openclaw/media/inbound/ directory. It provides instructions for listing, searching, and archiving files using standard shell commands like ls, find, and cp. The behavior is transparent and aligns with the stated purpose of file management without any indicators of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The name and description say the skill will detect and get chat files from ~/.openclaw/media/inbound/ and the SKILL.md contains commands to list, find, read, and copy files in that directory — this is coherent. Minor mismatch: the doc references external tools (an "image tool", "markitdown", "minimax-ocr") that are not declared as required binaries or install steps.
Instruction Scope
The runtime instructions explicitly instruct the agent to list, read (cat), and copy files from a user home directory path (~/.openclaw/media/inbound/) and to create/archive files under companywork/. Those actions are within the stated purpose (retrieving attachments), but they do grant the skill access to local files and permit moving/archiving them. The guidance about using OCR/image tools is vague and could imply using external services or additional local binaries.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing will be written to disk at install time by the skill itself.
Credentials
The skill requests no environment variables or credentials. It does require access to a specific local path (~/.openclaw/media/inbound/) which is proportional to its purpose. Note: archiving files into companywork/ is a write operation that may move or duplicate sensitive files.
Persistence & Privilege
always is false and there is no indication the skill modifies other skills or system-wide settings. It will run only when triggered and does not request elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wecom-file-detect
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wecom-file-detect 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of wecom-file-detect (v1.0.0) - Detects and retrieves files from the 企业微信 inbound directory based on user requests. - Supports identification of documents, images, videos, and common file formats. - Provides procedures for accessing, reading, and archiving important files. - Lists common command-line examples for file search and filtering. - Describes scenarios and triggers for this utility’s activation.
元数据
Slug wecom-file-detect
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

WeCom文件检测 是什么?

企业微信聊天文件获取 - 从 ~/.openclaw/media/inbound/ 目录检测和获取通过聊天传递的文件。 当用户提到获取文件、发送文件、附件等请求时激活。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 355 次。

如何安装 WeCom文件检测?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wecom-file-detect」即可一键安装,无需额外配置。

WeCom文件检测 是免费的吗?

是的,WeCom文件检测 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

WeCom文件检测 支持哪些平台?

WeCom文件检测 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WeCom文件检测?

由 chongjie-ran(@chongjie-ran)开发并维护,当前版本 v1.0.0。

💬 留言讨论