← Back to Skills Marketplace
liu99012101-bot

报告双通道智能推送

by liu99012101-bot · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
95
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install report-push-wechat-qqmail
Description
将分析报告智能摘要推送到微信(≤100字任务清单)+全文推送到QQ邮箱,说'推送报告'时触发
Usage Guidance
This skill mostly does what it says (send mail via QQ SMTP and post to a WeChat push endpoint) and only requires the expected environment variables. Before installing or enabling it: 1) fix or confirm the script path (SKILL.md calls scripts/push_report.py but the code file is scripts/ush_report.py) — otherwise the agent will fail to run the sender; 2) don't assume the promised "built-in" compliance, rate-limiting, or deduplication actually exists — the shipping script does not implement these protections, so ensure the agent enforces them before calling the script or add those checks to the script; 3) verify which WeChat push service you will use — the script always uses PushPlus endpoint, so Server酱-style tokens (SCT...) will not work; 4) note the script uses HTTP for pushplus (consider changing to HTTPS if supported) and truncates summaries locally; 5) test with non-sensitive content and test accounts first (so your real auth codes are not exposed during debug). These inconsistencies explain the "suspicious" rating; they may be benign packaging errors but should be resolved before trusting the skill with real credentials or sensitive reports.
Capability Analysis
Type: OpenClaw Skill Name: report-push-wechat-qqmail Version: 1.0.0 The skill bundle is designed to push report summaries to WeChat (via the PushPlus service) and full reports to QQ Mail. The implementation in `scripts/push_report.py` uses standard libraries (smtplib and requests) to perform these actions using user-configured environment variables. The instructions in `skill.md` include safety checks for content compliance and do not contain any malicious prompt injection or unauthorized data exfiltration logic.
Capability Assessment
Purpose & Capability
Name/description, required binaries (python3), and required env vars (QQ_MAIL_ACCOUNT, QQ_MAIL_AUTH_CODE, TARGET_QQ_MAIL, WECHAT_PUSH_KEY) align with a report-to-email+WeChat pusher. The SMTP usage for QQ Mail and an HTTP push endpoint for WeChat/PushPlus is consistent with the purpose.
Instruction Scope
SKILL.md instructs the agent to perform compliance checks, deduplication, rate limiting, and to generate the ≤100‑char WeChat summary itself. However, the included script does not implement compliance filtering, deduplication, or rate-limiting—these protections are only promised in prose. Also the instructions call python3 {baseDir}/scripts/push_report.py but the repository contains scripts/ush_report.py (filename mismatch) which will break the instructed command unless corrected.
Install Mechanism
No external/binary downloads; installation is a simple pip install requests (requirements.txt present). This is low-risk from an install mechanism standpoint.
Credentials
The environment variables requested are appropriate for the stated functionality. However, SKILL.md claims the WECHAT_PUSH_KEY supports both Server酱 (SCT...) and PushPlus tokens, while the script always posts to PushPlus (http://www.pushplus.plus/send). A Server酱 token will not work with that endpoint. Also the script uses plain HTTP for the push endpoint (not HTTPS), which is a minor transport concern.
Persistence & Privilege
always:false and no install-time writes to system configuration or other skills. The skill does not request elevated or persistent platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install report-push-wechat-qqmail
  3. After installation, invoke the skill by name or use /report-push-wechat-qqmail
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
支持微信摘要与QQ邮箱全文差异化双通道推送
Metadata
Slug report-push-wechat-qqmail
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 报告双通道智能推送?

将分析报告智能摘要推送到微信(≤100字任务清单)+全文推送到QQ邮箱,说'推送报告'时触发. It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.

How do I install 报告双通道智能推送?

Run "/install report-push-wechat-qqmail" 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 liu99012101-bot (@liu99012101-bot); the current version is v1.0.0.

💬 Comments