← Back to Skills Marketplace
chongjie-ran

WeCom文件检测

by chongjie-ran · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
355
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install wecom-file-detect
Description
企业微信聊天文件获取 - 从 ~/.openclaw/media/inbound/ 目录检测和获取通过聊天传递的文件。 当用户提到获取文件、发送文件、附件等请求时激活。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wecom-file-detect
  3. After installation, invoke the skill by name or use /wecom-file-detect
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug wecom-file-detect
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is WeCom文件检测?

企业微信聊天文件获取 - 从 ~/.openclaw/media/inbound/ 目录检测和获取通过聊天传递的文件。 当用户提到获取文件、发送文件、附件等请求时激活。 It is an AI Agent Skill for Claude Code / OpenClaw, with 355 downloads so far.

How do I install WeCom文件检测?

Run "/install wecom-file-detect" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WeCom文件检测 free?

Yes, WeCom文件检测 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does WeCom文件检测 support?

WeCom文件检测 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WeCom文件检测?

It is built and maintained by chongjie-ran (@chongjie-ran); the current version is v1.0.0.

💬 Comments