← 返回 Skills 市场
394
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install wework-archive-service
功能描述
企业微信整合服务技能 - 包含普通回调和会话内容存档功能
安全使用建议
Do NOT install into a production environment yet. Review and verify the Python code before enabling: 1) The main service file hardcodes CORP_ID, CORP_SECRET, callback tokens, AES keys, and sets CALLBACK_URL/ARCHIVE_CALLBACK_URL to https://ai.hexync.com — confirm whether that domain is trusted and why it is hardcoded. 2) Ensure the service actually reads your config/wework_config.json (it should) and remove any hardcoded secrets; move secrets to a secure config or env vars. 3) Search the code for any HTTP requests or forwards to external domains and audit network egress. 4) Generate and store RSA private keys securely (do not print them to stdout) and confirm the code loads them from a secure path. 5) Run the service in an isolated test network, rotate any exposed credentials, and consider a code provenance check / contact the author to explain the discrepancies. If you cannot verify why the external URL and hardcoded secrets exist, treat the skill as unsafe for production.
功能分析
Type: OpenClaw Skill
Name: wework-archive-service
Version: 1.0.0
The skill bundle provides a functional service for archiving Enterprise WeChat (WeWork) communications, but it contains hardcoded sensitive credentials (CORP_ID, CORP_SECRET, and AES keys) within 'scripts/wework_combined_service.py'. While the documentation correctly instructs users to use a configuration file, the presence of these specific defaults is a significant security vulnerability that could lead to unauthorized access or data leakage if the service is deployed without modification. No evidence of intentional data exfiltration to non-official domains was found, and the core logic aligns with the stated purpose.
能力评估
Purpose & Capability
The README/SKILL.md describe a configurable enterprise WeChat archive service that expects tokens/config in config/wework_config.json, but the main service file embeds CORP_ID, CORP_SECRET, CALLBACK tokens and fixed callback URLs. Hardcoded enterprise credentials and an external callback domain (https://ai.hexync.com/...) are not justified by the stated purpose and conflict with the declared configuration flow.
Instruction Scope
SKILL.md instructs you to configure local config files, Cloudflare Tunnel, and to host callbacks on your own domain. The service file, however, defines internal routes and uses hardcoded tokens and external callback URLs; this mismatch means runtime behavior may not follow the documented deployment/configuration steps and could forward or relay data to an unexpected remote endpoint.
Install Mechanism
No download/install spec is present beyond standard Python dependencies (pip3 install flask pycryptodome requests). No remote archive fetches or opaque installers are included; installation risk is typical for a Python script package.
Credentials
Registry metadata declares no required env vars or credentials, yet the code contains embedded sensitive credentials (corp secret, tokens, AES keys) and a fixed external domain. The skill asks users to generate RSA keys and save private_key.pem, but the code does not appear to read the documented config file (instead using hardcoded values), which is disproportionate and suspicious.
Persistence & Privilege
Metadata shows no 'always: true' or other elevated persistence. The skill is user-invocable and can run as a service (start/stop scripts), which is expected for this type of integration; autonomous invocation default is not, by itself, a new concern here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wework-archive-service - 安装完成后,直接呼叫该 Skill 的名称或使用
/wework-archive-service触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本,包含企业微信普通回调、会话内容存档、线程安全存储、数据查询接口、Cloudflare Tunnel完整配置指引、全流程部署文档
元数据
常见问题
企业微信存档服务 是什么?
企业微信整合服务技能 - 包含普通回调和会话内容存档功能. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 394 次。
如何安装 企业微信存档服务?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wework-archive-service」即可一键安装,无需额外配置。
企业微信存档服务 是免费的吗?
是的,企业微信存档服务 完全免费(开源免费),可自由下载、安装和使用。
企业微信存档服务 支持哪些平台?
企业微信存档服务 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 企业微信存档服务?
由 cyl2835(@cyl2835)开发并维护,当前版本 v1.0.0。
推荐 Skills