← Back to Skills Marketplace
239
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install paper-report-delivery
Description
Build, automate, or maintain a daily paper-report delivery pipeline that collects papers, selects A/B groups, generates Chinese summaries and detailed innova...
Usage Guidance
This skill appears coherent with its purpose, but review a few practical points before installing or running it:
- Configure TELEGRAM_TARGET (and remove the placeholder) and ensure your OpenClaw 'channels.telegram' is correctly set up; the send script uses the platform's configured credentials to send messages.
- There are no hard-coded credentials in the bundle, but verify there are no hard-coded chat IDs or targets before publishing/using.
- The scripts call the OpenClaw CLI (openclaw message send). Running them will use whatever messaging credentials the OpenClaw config provides — run tests in a controlled environment to avoid accidental posting.
- Ensure Python (and Pillow) is available in your environment since build_readable_html.py uses PIL for image conversion.
- The skill intentionally persists local artifacts (output/, archives) for reliability; if those outputs might include sensitive data, clean or secure the output directory.
- If you want stricter isolation, run the pipeline in a sandboxed container or CI job that has only the minimal OpenClaw credentials/targets needed.
Overall, the package is internally consistent and on-purpose; the usual operational caution about message-sending credentials and output data applies.
Capability Analysis
Type: OpenClaw Skill
Name: paper-report-delivery
Version: 1.0.0
The skill bundle implements a legitimate automated pipeline for generating and delivering academic paper summaries via Telegram. It includes Python scripts for HTML report generation (build_readable_html.py), message formatting (build_telegram_messages.py), and a robust delivery orchestrator (send_html_then_fallback.py) that utilizes a shell-based retry mechanism (send_telegram_retry.sh). The code follows the stated purpose in SKILL.md and references/workflow.md, uses standard OpenClaw messaging utilities, and contains no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (paper report -> generate HTML, Telegram messages, archive, retry/fallback) match the included scripts and README. The use of the OpenClaw CLI for sending messages is consistent with a delivery-oriented skill.
Instruction Scope
SKILL.md stays on-task (read workflow.md, build artifacts, deliver to Telegram, archive). The bundled scripts operate on local repo paths (data/, output/, assets/) and do not reach out to unexpected external endpoints. The delivery scripts call the OpenClaw 'message send' CLI via a retry wrapper, which is expected for sending to Telegram.
Install Mechanism
No install spec is provided (instruction-only with bundled scripts). No downloads from arbitrary URLs or archive extraction are present. The only external dependency is the OpenClaw CLI and Python runtime with Pillow for image handling, which are normal for this kind of skill.
Credentials
The skill does not declare or require secrets. It does read common env vars (TELEGRAM_TARGET, HTML_RETRY_WINDOW_SECONDS, etc.) and relies on the OpenClaw channel configuration for credentials, which is proportional to a Telegram delivery skill. There are no unrelated credentials or config paths requested.
Persistence & Privilege
always:false and the skill does not modify other skills or system-wide agent settings. It leaves local artifacts cached/archived per its stated behavior (which is expected for reliability and auditing).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install paper-report-delivery - After installation, invoke the skill by name or use
/paper-report-delivery - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
中文简短说明
- 自动化论文日报生成与投递:可读 HTML、Telegram 消息版、本地归档、HTML 优先回退正文。
English Short Blurb
- Automate daily paper digests with readable HTML, Telegram-ready message chunks, local archiving, and HTML-first
delivery with text fallback.
Metadata
Frequently Asked Questions
What is Paper Report Delivery?
Build, automate, or maintain a daily paper-report delivery pipeline that collects papers, selects A/B groups, generates Chinese summaries and detailed innova... It is an AI Agent Skill for Claude Code / OpenClaw, with 239 downloads so far.
How do I install Paper Report Delivery?
Run "/install paper-report-delivery" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Paper Report Delivery free?
Yes, Paper Report Delivery is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Paper Report Delivery support?
Paper Report Delivery is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Paper Report Delivery?
It is built and maintained by FanWu-fan (@fanwu-fan); the current version is v1.0.0.
More Skills