← 返回 Skills 市场
luckyethan

WeCom post in group

作者 LuckyEthan · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
249
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install wecom-post-in-group
功能描述
This skill should be used when users want to set up scheduled or recurring content push to WeChat Work group webhooks. It supports flexible scheduling includ...
安全使用建议
This skill appears coherent for scheduling WeCom (企业微信) webhook pushes and includes modest, readable Python scripts that only send messages to the official webhook endpoint. Before installing: - Treat the webhook URL/key as a secret: avoid using a webhook with broad permissions or posting to production channels during testing. The automation will store the webhook URL in its prompt/configuration. - The validate script prints a WEBHOOK_URL line on success; consider editing it to avoid emitting the full URL (use only the masked form) to prevent leakage in logs or auditing trails. - If you plan to have the automation fetch web pages or GitHub trending content, confirm the agent's network-access and content-generation steps don't require additional credentials you don't want stored in automation prompts. - Test with a non-critical test group/webhook and rotate the webhook key if it is accidentally exposed. Overall, nothing in the package demands unrelated credentials or performs hidden exfiltration, but be cautious about how and where you store the webhook URL in automation metadata and logs.
功能分析
Type: OpenClaw Skill Name: wecom-post-in-group Version: 1.0.1 The skill is designed to automate scheduled message delivery to WeChat Work (企业微信) group webhooks. It includes Python scripts (push_to_webhook.py, validate_webhook.py) that use standard libraries to interact with the legitimate WeChat API (qyapi.weixin.qq.com). The workflow is well-documented, includes security considerations such as masking sensitive webhook keys in user-facing output, and uses the platform's native automation tools for scheduling without any evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description match the provided assets: SKILL.md describes scheduled pushes and automation creation, and the included Python scripts implement webhook validation and message push. Nothing in the repository requests unrelated cloud credentials or external services beyond content generation (which is expected for summarized/report pushes).
Instruction Scope
Instructions stay within the stated purpose (parse webhook, determine schedule, generate content, test push, create automation). They explicitly allow reading a user-specified file containing a webhook key/URL and instruct embedding the webhook URL into automation prompts (expected for running the automation). Minor inconsistency: SKILL.md says to always mask webhook keys in user-facing output, but scripts/validate_webhook.py prints an unmasked WEBHOOK_URL line on success (this can leak the full webhook into logs).
Install Mechanism
No install spec; this is instruction + small Python scripts only (standard library usage). No external downloads or package installs are requested.
Credentials
The skill requests no environment variables or credentials beyond the webhook key/URL supplied by the user (which is appropriate). Be aware the automation prompt and created automation will include the webhook URL (a secret) and the validate script prints the full WEBHOOK_URL to stdout on success, which contradicts the SKILL.md masking guidance and could expose the webhook in logs or automation metadata.
Persistence & Privilege
always is false and the skill does not request system-wide configuration changes. It expects the platform automation system (via automation_update) to store the automation; that is expected for scheduled tasks. Autonomous invocation is allowed by default (platform behavior) but not unusually privileged here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wecom-post-in-group
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wecom-post-in-group 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
**Major update: Adds scheduled/recurring push and advanced scheduling features for WeChat Work webhooks.** - Redesigned skill for scheduled or recurring content pushes to WeChat Work (企业微信) group webhooks. - Flexible scheduling: daily, weekly, monthly (fixed date), plus advanced patterns (e.g., last Monday). - Automation workflow added: webhook validation, schedule parsing, testing, and automation creation. - New scripts: push_to_webhook.py and validate_webhook.py replace the previous wecom_send.py. - Reference documentation updated with schedule pattern mapping. - Improved content formatting and message type handling; security best practices (e.g., masking webhook keys). Now we can set schedule push by day,week and month
v1.0.0
Message Push in WeCom group,need Message Push Webhook url; 在企业微信中: 打开一个群聊(机器人只能在群里使用) 点击右上角 ⋮ → 消息推送 → 添加 消息推送(或点击已有的消息推送) 复制 Webhook 地址,格式如下: https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
元数据
Slug wecom-post-in-group
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

WeCom post in group 是什么?

This skill should be used when users want to set up scheduled or recurring content push to WeChat Work group webhooks. It supports flexible scheduling includ... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 249 次。

如何安装 WeCom post in group?

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

WeCom post in group 是免费的吗?

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

WeCom post in group 支持哪些平台?

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

谁开发了 WeCom post in group?

由 LuckyEthan(@luckyethan)开发并维护,当前版本 v1.0.1。

💬 留言讨论