← 返回 Skills 市场
xiaoqiangclub

send-to-me

作者 xiaoqiangclub · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
115
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install send-to-me
功能描述
企业微信消息发送工具。当需要发送消息、报告、通知或告警时使用,支持指定消息来源(sender)和接收人(touser)。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install send-to-me
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /send-to-me 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug send-to-me
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

send-to-me 是什么?

企业微信消息发送工具。当需要发送消息、报告、通知或告警时使用,支持指定消息来源(sender)和接收人(touser)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。

如何安装 send-to-me?

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

send-to-me 是免费的吗?

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

send-to-me 支持哪些平台?

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

谁开发了 send-to-me?

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

💬 留言讨论