一键导入
wechat-bridge
微信接入 OpenClaw 的桥接工具。基于 qclaw-wechat-client 实现微信扫码登录、消息收发,将微信用户消息转发到 OpenClaw 处理。当用户需要接入微信、配置微信桥接、启动/停止微信服务时使用此技能。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
微信接入 OpenClaw 的桥接工具。基于 qclaw-wechat-client 实现微信扫码登录、消息收发,将微信用户消息转发到 OpenClaw 处理。当用户需要接入微信、配置微信桥接、启动/停止微信服务时使用此技能。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Compress text semantically with iterative validation, anchor checksums, and verified information preservation.
Web search without an API key using DuckDuckGo Lite via web_fetch. Use as a fallback when web_search fails with missing_brave_api_key error, or whenever you need to search the web and no search API is configured. Provides titles, URLs, and snippets for research queries. Zero dependencies — works with just the built-in web_fetch tool.
东方财富金融数据查询工具。支持行情数据(股价、资金流向、估值)、财务数据(财报、股东结构、高管信息)、关系与经营数据。通过自然语言查询,如"东方财富最新价"、"贵州茅台市盈率"。当用户需要查询股票、基金、指数、板块等金融数据时使用此skill。需要先配置apikey才能使用。
东方财富资讯搜索工具。基于东方财富妙想搜索能力,用于获取金融相关的新闻、公告、研报、政策、交易规则、事件分析、影响解读等时效性信息。支持个股资讯、板块新闻、宏观分析等。当用户需要搜索金融资讯、了解市场动态、查看研报解读时使用此skill。需要先配置apikey才能使用。
东方财富智能选股工具。支持基于自然语言查询筛选股票,包括行情指标、财务指标等条件;可查询指定行业/板块内的股票;支持A股、港股、美股。当用户需要选股、筛选股票、按条件查找股票时使用此skill。需要先配置apikey才能使用。
Compress files to reduce storage and transfer size. Use this skill when users ask to shrink PDFs or images, optimize upload/share size, or balance quality and size. Supports PDF compression and image compression with Python-first workflows plus Node.js fallback when Python dependencies are unavailable.
| name | wechat-bridge |
| description | 微信接入 OpenClaw 的桥接工具。基于 qclaw-wechat-client 实现微信扫码登录、消息收发,将微信用户消息转发到 OpenClaw 处理。当用户需要接入微信、配置微信桥接、启动/停止微信服务时使用此技能。 |
| metadata | {"openclaw":{"emoji":"💬","requires":{"bins":["node"]},"install":[{"id":"node","kind":"node","package":"qclaw-wechat-client@^0.1.1","label":"Install qclaw-wechat-client (npm)"}],"category":"integration","tags":["wechat","qclaw","bridge","messaging"]}} |
基于 qclaw-wechat-client 的微信桥接,实现微信 ↔ OpenClaw 双向消息通信。
微信用户消息 → 腾讯 AGP WebSocket → bridge.mjs → cron agentTurn (isolated)
→ AI 处理 → bridge 轮询 cron runs → AGP sendTextResponse → 微信用户
cron agentTurn job(delivery=webhook 作为备用)cron runs 获取运行结果action: "finished" → 提取 summary → 通过 AGP 发回微信http://127.0.0.1:18789cd ~/.openclaw/workspace/skills/wechat-bridge
npm install
node scripts/login.mjs
code 参数粘贴回终端config/session.json# systemd 服务(推荐,已配置)
sudo systemctl start wechat-bridge
sudo systemctl enable wechat-bridge # 开机自启
sudo systemctl status wechat-bridge
# 前台运行(调试用)
node scripts/bridge.mjs
| 变量 | 默认值 | 说明 |
|---|---|---|
OPENCLAW_GATEWAY | http://127.0.0.1:18789 | OpenClaw Gateway 地址 |
OPENCLAW_TOKEN | openclaw123 | Gateway 认证 token |
BRIDGE_PORT | 3456 | Webhook 监听端口 |
# 查看服务状态
curl http://localhost:3456/status
# 查看日志
tail -f logs/bridge.log
# 重新登录(token 过期时)
node scripts/login.mjs
# 停止服务
pkill -f "bridge.mjs"
login.mjs 重新登录mmgrcalltoken.3g.qq.com 和 jprx.m.qq.com