← 返回 Skills 市场
luhuiwang

元宝派主动推送

作者 Luhui WANG · GitHub ↗ · v2.1.1 · MIT-0
cross-platform ✓ 安全检测通过
224
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install yuanbao-send
功能描述
主动向元宝派(Yuanbao Pai)群聊和私聊发送消息和文件。独立于 OpenClaw 插件通道,通过 WebSocket 协议直接推送,适用于 cron 定时任务、跨 session 通知等场景。
安全使用建议
This skill appears to do what it says: it reads your local OpenClaw config (~/.openclaw/openclaw.json) for Yuanbao appKey/appSecret, contacts Yuanbao endpoints to obtain temporary tokens, optionally uploads files to Tencent COS, and sends messages over a WebSocket. Before installing or running: (1) review ~/.openclaw/openclaw.json to confirm it contains only expected values and that you are comfortable giving the skill access to the Yuanbao bot credentials; (2) be aware this script will temporarily connect with the same bot_id used by the official plugin and can conflict with the running plugin (the README warns about kicks); (3) install required Python packages in an isolated environment (venv) to avoid dependency issues; (4) if you need stronger assurance, inspect the remaining parts of send.py (upload logic was truncated in the provided view) to confirm uploads and network calls are only to the documented endpoints. If you do not control the Yuanbao bot credentials or you don't want a script to read your OpenClaw config, do not install/run this skill.
能力评估
Purpose & Capability
Name/description (Yuanbao proactive push) match the implementation: send.py implements WebSocket auth, message encoding, and optional COS upload; required binary (python3) and Python packages (websocket-client, cos-python-sdk-v5) are appropriate for the stated functionality.
Instruction Scope
SKILL.md instructs the agent to read ~/.openclaw/openclaw.json for channels.yuanbao (appKey/appSecret), obtain a sign token from the official Yuanbao endpoint, optionally upload to COS, then send via WebSocket — these steps are within the stated scope and are explicitly documented with warnings about conflicts.
Install Mechanism
No install spec (instruction-only runtime) — the package includes a send.py script that runs under python3; required third-party Python packages are listed. There is no remote download/execute or obscure install URL; user must ensure dependencies are pip-installed.
Credentials
No environment variables are requested. The script reads ~/.openclaw/openclaw.json to obtain channels.yuanbao.appKey and appSecret — this is necessary for operation, but that config file may contain other channel credentials; the code only uses the yuanbao fields and transmits credentials only to the official bot.yuanbao.tencent.com endpoints for signing and upload.
Persistence & Privilege
Skill does not request persistent/autostart privileges (always:false). It does not modify other skills or system-wide agent settings; WebSocket connections are temporary per send.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yuanbao-send
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yuanbao-send 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.1
修复 shebang 隐私问题:移除硬编码路径,改用 #!/usr/bin/env python3
v2.1.0
添加私聊功能(dm/upload-dm),支持主动推送私聊文字消息和文件
v2.0.2
v2.0.2: 补充 WebSocket 连接冲突说明(send.py 与 OpenClaw 插件共用 bot_id 会互相踢线)
v2.0.1
v2.0.1: 修复 .md 文件上传支持(之前因 protobuf 字段错误被拒),更新文档
v2.0.0
v2.0.0: 新增文件上传功能(upload 命令),支持图片(TIMImageElem)和文件(TIMFileElem),通过 COS 上传+resourceUrl 方式实现
v1.0.0
Initial release: proactive Yuanbao group messaging via WebSocket
元数据
Slug yuanbao-send
版本 2.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

元宝派主动推送 是什么?

主动向元宝派(Yuanbao Pai)群聊和私聊发送消息和文件。独立于 OpenClaw 插件通道,通过 WebSocket 协议直接推送,适用于 cron 定时任务、跨 session 通知等场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 224 次。

如何安装 元宝派主动推送?

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

元宝派主动推送 是免费的吗?

是的,元宝派主动推送 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

元宝派主动推送 支持哪些平台?

元宝派主动推送 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 元宝派主动推送?

由 Luhui WANG(@luhuiwang)开发并维护,当前版本 v2.1.1。

💬 留言讨论