← Back to Skills Marketplace
xiaoqiangclub

send-to-me

by xiaoqiangclub · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
115
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install send-to-me
Description
企业微信消息发送工具。当需要发送消息、报告、通知或告警时使用,支持指定消息来源(sender)和接收人(touser)。
Usage Guidance
This package appears to do only what it says: format messages and call the official WeCom API. Before installing or using it: (1) review the included scripts yourself (they are plain Python and readable); (2) do not paste your WECOM_CORP_SECRET or other credentials into public places — store them in a local .env or environment variables; (3) note the registry metadata did not declare required env vars, so be sure to supply WECOM_CORP_ID, WECOM_CORP_SECRET, and WECOM_AGENT_ID when running; (4) verify you trust the source/blog link if you plan to run this in production or supply sensitive credentials; and (5) consider testing in an isolated environment or using an account with limited privileges when first evaluating.
Capability Analysis
Type: OpenClaw Skill Name: send-to-me Version: 1.0.0 The skill is a legitimate utility for sending notifications to WeChat Work (Enterprise WeChat). It uses official API endpoints (qyapi.weixin.qq.com) to authenticate and deliver messages. The code in scripts/send_message.py and scripts/message_formatter.py is well-structured, follows standard practices for handling API secrets via environment variables, and contains no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description (WeCom message sender) matches the included Python code: it formats messages and calls the official qyapi.weixin.qq.com endpoints to get an access token and send messages. There are no unrelated service integrations or unexplained capabilities in the code.
Instruction Scope
SKILL.md and the code limit actions to reading configuration (env/.env/CLI), formatting messages, and making HTTPS requests to the WeCom API. The instructions do not ask the agent to read unrelated system files or send data to unexpected endpoints.
Install Mechanism
No install spec is provided (instruction-only). The documentation requests installing only python-dotenv via pip, which is proportionate for .env support. No downloads from arbitrary URLs or archive extraction are present.
Credentials
The runtime legitimately requires sensitive values (WECOM_CORP_ID, WECOM_CORP_SECRET, WECOM_AGENT_ID) to call the WeCom API; those are present in env_example.txt and referenced in SKILL.md and code. However, the registry metadata lists no required env vars — an inconsistency that could mislead users about the need to supply secrets. Treat the corp secret like any credential: only provide it to code you trust.
Persistence & Privilege
The skill does not request permanent/always-on presence, does not modify other skills or system-wide settings, and has no code that persists credentials beyond normal .env usage. Autonomous invocation defaults are not abused here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install send-to-me
  3. After installation, invoke the skill by name or use /send-to-me
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the send-to-me skill, a tool for sending messages to WeCom (企业微信) users, departments, or tags. - Supports message sending via CLI and Python function calls, with flexible configuration through command-line arguments, environment variables, or .env files. - Enables specifying message sender and receivers (touser/toparty/totag); includes default templates for various notification types and custom formatting via MessageFormatter. - Comprehensive documentation for setup, configuration, and usage included.
Metadata
Slug send-to-me
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is send-to-me?

企业微信消息发送工具。当需要发送消息、报告、通知或告警时使用,支持指定消息来源(sender)和接收人(touser)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.

How do I install send-to-me?

Run "/install send-to-me" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is send-to-me free?

Yes, send-to-me is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does send-to-me support?

send-to-me is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created send-to-me?

It is built and maintained by xiaoqiangclub (@xiaoqiangclub); the current version is v1.0.0.

💬 Comments