← 返回 Skills 市场
limawanyan

wecom-meeting

作者 limawanyan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
438
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install wecom-meeting
功能描述
企业微信会议管理工具。用于创建、查询、取消和管理企业微信预约会议。支持创建预约会议、获取会议详情、取消会议、获取成员会议列表等操作。使用企业微信会议API需要配置CorpID、Secret和AgentID。当用户需要创建企业微信会议、查询会议信息、取消会议或管理会议时使用此Skill。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wecom-meeting
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wecom-meeting 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
wecom-meeting v1.0.0 - 首次发布,支持通过企业微信API进行会议预约与管理 - 实现会议的创建、详情获取、取消、参会人会议列表查询 - 提供命令行脚本及Python类调用方式 - 支持定制化的会议时间、参会人和会议提醒 - 附带常见错误解释、权限配置说明和示例用法
元数据
Slug wecom-meeting
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

wecom-meeting 是什么?

企业微信会议管理工具。用于创建、查询、取消和管理企业微信预约会议。支持创建预约会议、获取会议详情、取消会议、获取成员会议列表等操作。使用企业微信会议API需要配置CorpID、Secret和AgentID。当用户需要创建企业微信会议、查询会议信息、取消会议或管理会议时使用此Skill。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 438 次。

如何安装 wecom-meeting?

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

wecom-meeting 是免费的吗?

是的,wecom-meeting 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

wecom-meeting 支持哪些平台?

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

谁开发了 wecom-meeting?

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

💬 留言讨论