← 返回 Skills 市场
wecom-user-manager
作者
Xtechmerge.AI
· GitHub ↗
· v1.0.0
· MIT-0
150
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wecom-user-manager
功能描述
企业微信用户管理技能。支持管理员添加用户权限,用户首次登录自动激活。包含完整的用户生命周期管理。
安全使用建议
This skill appears to implement the stated WeCom user management features, but exercise caution before installing:
1) The Python scripts import modules that are not included in the packaged file list (permission_manager, add_user_mini). Verify those modules are present and review their code before enabling the skill — missing/incomplete packaging could hide additional behavior.
2) The skill expects to read/write plugin/workspace config files (plugin/config/users.json and workspace/config/users.json). Back up those config files and inspect the skill's file I/O behavior to ensure it only touches expected user records.
3) The SKILL.md instructs you to allow the 'wecom_mcp' tool via openclaw config; granting that tool access delegates action to an external helper — confirm you trust wecom_mcp and that it doesn't perform unexpected network calls or exfiltrate data.
4) Because there are gaps between declared metadata and actual instructions (undeclared config paths and missing modules), test the skill in an isolated environment or sandbox first. If you plan to use it in production, request the missing modules from the author or obtain a complete repository and perform a code review of permission_manager and add_user_mini before granting permissions.
If you cannot obtain or review the missing components and confirm the wecom_mcp tool's behavior, do not enable this skill with write permissions to your production configs.
功能分析
Type: OpenClaw Skill
Name: wecom-user-manager
Version: 1.0.0
The skill bundle provides a legitimate administrative toolset for managing Enterprise WeChat (WeCom) users, including adding permissions and handling automatic activation. The Python scripts (handler.py and auto_activate.py) implement standard logic for user lifecycle management, such as updating a local configuration file and generating confirmation cards. While the code references external modules like 'permission_manager' and 'add_user_mini' that are not included in the provided files, the overall structure, detailed documentation (SKILL.md, README.md), and alignment with the stated purpose indicate no malicious intent or high-risk behaviors like data exfiltration or unauthorized execution.
能力评估
Purpose & Capability
Name/description align with the code: Python scripts implement 'add user' and 'auto-activate' flows and SKILL.md documents calls to the wecom_mcp tool. Requiring python3 is proportionate. However, the packaged file list does not include modules the scripts import (permission_manager, add_user_mini), so the package as provided is incomplete or expects external files; this mismatch should be resolved before trusting installation.
Instruction Scope
SKILL.md and README instruct the agent/operator to read and write plugin/workspace configuration files (plugin/config/users.json and workspace/config/users.json) and to change gateway config (openclaw config set tools.alsoAllow ['wecom_mcp']). Those operations access local configuration and persist user records. The docs also show making wecom_mcp calls — the skill's instructions explicitly require granting a tool permission and copying config files, which expands scope beyond pure message handling. The instructions do not declare or document safeguards for those file writes.
Install Mechanism
Instruction-only skill with no install spec and only a python3 dependency. No downloads or archive extraction are present in the manifest, which reduces install-time risk.
Credentials
The skill declares no required environment variables or credentials, which is consistent with local wecom_mcp-based operation. However, it expects access to plugin/workspace config files (users.json) and to the wecom_mcp tool via OpenClaw config changes — these config paths and tool permissions are not listed in the skill's declared 'required config paths' or metadata. That omission is a gap: the skill will need write access to config paths and permission to invoke wecom_mcp but does not explicitly document that as required environment/config access in its metadata.
Persistence & Privilege
always:false and default autonomous invocation settings. The skill writes user state to users.json (per its purpose) and asks operators to enable wecom_mcp tool access. It does not request global or always-on privileges in the provided metadata, nor does it claim to modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wecom-user-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/wecom-user-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
wecom-user-manager v1.0.0
- 企业微信用户管理技能,支持完整用户生命周期管理。
- 管理员可通过自然语言命令添加用户、角色和门店权限。
- 用户首次登录自动激活,实时获取真实姓名并发送欢迎消息。
- 严格权限管控,仅总部/区域经理/省份经理可添加新用户。
- 支持用户状态同步及自动化配置文件维护。
- 提供详细使用流程、典型场景与故障排查说明。
元数据
常见问题
wecom-user-manager 是什么?
企业微信用户管理技能。支持管理员添加用户权限,用户首次登录自动激活。包含完整的用户生命周期管理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。
如何安装 wecom-user-manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wecom-user-manager」即可一键安装,无需额外配置。
wecom-user-manager 是免费的吗?
是的,wecom-user-manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
wecom-user-manager 支持哪些平台?
wecom-user-manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 wecom-user-manager?
由 Xtechmerge.AI(@gwyang7)开发并维护,当前版本 v1.0.0。
推荐 Skills