← Back to Skills Marketplace
向企业微信发送消息
by
wxf8126275
· GitHub ↗
· v1.0.2
· MIT-0
160
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install qywx-send-skill
Description
严格按照企业微信文档规范,支持文本、markdown、markdown_v2、图片、图文等多种消息类型的发送技能。
Usage Guidance
This skill appears to do what it says: send messages to 企业微信 webhooks. Before installing or using it, consider: 1) Do not pass paths to sensitive local files (the script will read local image files and send their base64 content to the webhook). 2) Beware of supplying untrusted image URLs (the skill will download remote content). 3) Never hardcode or publicly expose real webhook keys—store them securely and pass them at runtime. 4) Review or modify the script if you prefer it to read webhook URLs from a secure secret store (environment variable or vault) rather than parameters or the placeholder default. 5) If you are concerned about an agent invoking the skill autonomously, restrict agent permissions or disable autonomous invocation for untrusted agents. Otherwise the package is internally consistent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill
Name: qywx-send-skill
Version: 1.0.2
The skill bundle provides a legitimate implementation for sending various message types (text, markdown, images, news) to Enterprise WeChat via Webhooks. The core logic in `scripts/send_message.py` is well-documented, uses standard Python libraries (urllib, ssl), and includes robust features like automatic message chunking for long content. While the image processing function can read local files, this behavior is consistent with the stated purpose of sending image messages and lacks any indicators of malicious intent or obfuscation.
Capability Assessment
Purpose & Capability
Name/description (企业微信 webhook message sender) match the provided files: SKILL.md, reference docs, and a Python script that constructs and POSTs webhook JSON. No unrelated credentials, binaries, or cloud APIs are requested.
Instruction Scope
Runtime instructions and the Python script stay within remit (construct messages, chunk long text, send to webhook). The script will read local image files and may download images from arbitrary URLs before encoding and posting them to the webhook — this is expected for image support but means the skill can transmit local file contents or fetch remote resources if given such inputs. Also note the script defaults to @all in mentioned_list which will broadcast by default.
Install Mechanism
No install spec; skill is instruction-only with a bundled Python script. No external installers, downloads, or archive extraction are used.
Credentials
No environment variables or credentials are declared or required. The script uses an explicit webhook URL passed at runtime (or a placeholder default); it does not read secrets from env vars or config files.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request permanent/force inclusion or modify other skills or agent-wide config. Autonomous invocation is allowed by default (disable-model-invocation:false), which is standard platform behavior and not flagged by itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qywx-send-skill - After installation, invoke the skill by name or use
/qywx-send-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- 文档中默认Webhook地址由 "key=key" 更新为 "key=you-key"。
- 其余内容无变化,仅为文档格式/内容微调。
- 无功能或代码变更。
- 创建SSL上下文时使用安全的默认验证
v1.0.1
No changes detected in this version.
- No updates, new features, or bug fixes are included in this release.
v1.0.0
- 首个发布版本,严格遵循企业微信文档规范,实现多种消息类型的自动化发送。
- 支持文本、markdown、markdown_v2、图片、图文等消息类型。
- 实现超长内容的自动分片发送,分片内含编号,保障消息完整性。
- 支持自定义Webhook地址,灵活适配不同企业微信机器人。
- 提供详细用法示例与Python调用脚本,便于快速集成和二次开发。
Metadata
Frequently Asked Questions
What is 向企业微信发送消息?
严格按照企业微信文档规范,支持文本、markdown、markdown_v2、图片、图文等多种消息类型的发送技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 160 downloads so far.
How do I install 向企业微信发送消息?
Run "/install qywx-send-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 向企业微信发送消息 free?
Yes, 向企业微信发送消息 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 向企业微信发送消息 support?
向企业微信发送消息 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 向企业微信发送消息?
It is built and maintained by wxf8126275 (@wxf8126275); the current version is v1.0.2.
More Skills