← Back to Skills Marketplace
wecom-meeting
by
limawanyan
· GitHub ↗
· v1.0.0
· MIT-0
438
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install wecom-meeting
Description
企业微信会议管理工具。用于创建、查询、取消和管理企业微信预约会议。支持创建预约会议、获取会议详情、取消会议、获取成员会议列表等操作。使用企业微信会议API需要配置CorpID、Secret和AgentID。当用户需要创建企业微信会议、查询会议信息、取消会议或管理会议时使用此Skill。
Usage Guidance
This skill appears to implement exactly what it claims (WeCom meeting management), but the package metadata omitted that it needs your WeCom credentials. Before installing or running: 1) verify the publisher/source (no homepage provided); 2) review the code (wecom_meeting_api.py) yourself; 3) prefer storing secrets in a secure place (use environment variables, a credential manager, or ensure ~/.wecom/config.json has strict filesystem permissions) rather than leaving them in a world-readable file; 4) run the scripts inside an isolated virtual environment; 5) avoid executing the module's test block if you don't want it to attempt to fetch and print an access token; and 6) only allow network calls to the official qyapi.weixin.qq.com endpoints and ensure your application has the minimal required permissions. If the author cannot explain why the registry metadata left out the credential/config requirement, treat the omission as a red flag and consider not installing it.
Capability Analysis
Type: OpenClaw Skill
Name: wecom-meeting
Version: 1.0.0
The skill bundle is a legitimate tool for managing Enterprise WeChat (WeCom) meetings. The Python scripts (scripts/wecom_meeting_api.py and others) implement standard API interactions with the official WeCom domain (qyapi.weixin.qq.com) and follow documented procedures for authentication and meeting management. It uses a local configuration file (~/.wecom/config.json) for credential storage, which is standard practice for CLI tools, and shows no signs of data exfiltration, obfuscation, or malicious intent.
Capability Assessment
Purpose & Capability
Name/description match the code: the scripts call the official qyapi.weixin.qq.com meeting endpoints and implement create/get/cancel/list operations. However, registry metadata declared no required credentials or config paths while the code and SKILL.md clearly require CorpID, Secret and AgentID (recommended in ~/.wecom/config.json). That mismatch between metadata and actual requirements is noteworthy.
Instruction Scope
SKILL.md instructions and the scripts stay within the stated purpose: they call the WeCom API endpoints, parse/format times, and read credentials from a local config file. The instructions do not request unrelated files or remote endpoints beyond the official qyapi.weixin.qq.com domain. The README does instruct to pip install requests and to place credentials in ~/.wecom/config.json.
Install Mechanism
No install spec; this is primarily script-based and instruction-driven. Dependency is only the public 'requests' package (SKILL.md instructs pip3 install requests). No downloads from arbitrary URLs or archive extraction are used.
Credentials
The skill requires sensitive credentials (CorpID, Secret, AgentID) to function, and the code will automatically read them from ~/.wecom/config.json if not provided explicitly. Yet the registry metadata did not declare required env vars or config paths. Storing a Secret in a plain JSON file is sensitive — the skill should have declared this requirement and recommended secure handling (env vars, restricted filesystem permissions, or a secrets manager).
Persistence & Privilege
Skill is not always-enabled and does not request special persistent privileges. It does not modify other skills or system-wide settings. It keeps access_token in-memory and has no mechanism to persist tokens to disk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wecom-meeting - After installation, invoke the skill by name or use
/wecom-meeting - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
wecom-meeting v1.0.0
- 首次发布,支持通过企业微信API进行会议预约与管理
- 实现会议的创建、详情获取、取消、参会人会议列表查询
- 提供命令行脚本及Python类调用方式
- 支持定制化的会议时间、参会人和会议提醒
- 附带常见错误解释、权限配置说明和示例用法
Metadata
Frequently Asked Questions
What is wecom-meeting?
企业微信会议管理工具。用于创建、查询、取消和管理企业微信预约会议。支持创建预约会议、获取会议详情、取消会议、获取成员会议列表等操作。使用企业微信会议API需要配置CorpID、Secret和AgentID。当用户需要创建企业微信会议、查询会议信息、取消会议或管理会议时使用此Skill。 It is an AI Agent Skill for Claude Code / OpenClaw, with 438 downloads so far.
How do I install wecom-meeting?
Run "/install wecom-meeting" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is wecom-meeting free?
Yes, wecom-meeting is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does wecom-meeting support?
wecom-meeting is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created wecom-meeting?
It is built and maintained by limawanyan (@limawanyan); the current version is v1.0.0.
More Skills