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 innovation analysis, produces readable HTML with embedded images, prepares Telegram message chunks, archives outputs, and delivers reports to Telegram with retry and HTML-then-fallback behavior. Use when asked to create or improve a paper/news digest workflow, daily report automation, Telegram delivery pipeline, readable HTML report generation, or fallback delivery logic for unstable Telegram document sending.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "paper-report-delivery" with this command: npx skills add FanWu-fan/paper-report-delivery

Paper Report Delivery

Use this skill to implement or maintain an end-to-end daily paper report workflow.

Do this

  1. Read references/workflow.md first.
  2. Keep the pipeline end-to-end: collection, selection, readable output, archive, delivery.
  3. Prefer Telegram-only proxying via channels.telegram.proxy when Telegram API needs Clash.
  4. Treat Telegram message delivery and Telegram document delivery as separate reliability paths.
  5. Prefer this delivery order:
    • split HTML delivery
    • retry for a bounded window
    • Telegram message chunk fallback
  6. Keep local artifacts even when remote delivery fails.

Reusable scripts

Use these bundled scripts when they fit:

  • scripts/build_readable_html.py
    • Build a readable single-file HTML report with embedded images.
  • scripts/build_telegram_messages.py
    • Convert a readable report JSON into Telegram-sized message chunks.
  • scripts/send_telegram_retry.sh
    • Retry Telegram sending for unstable transport.
  • scripts/send_html_then_fallback.py
    • Try split HTML for up to 30 minutes, then fall back to Telegram message chunks.

Implementation rules

  • Keep HTML as the best-reading artifact.
  • Keep Telegram message chunks as the most reliable delivery artifact.
  • Archive HTML, PDF, and markdown even when only Telegram text is delivered.
  • Do not assume Telegram document delivery is stable.
  • If Telegram is unreachable, finish artifact generation and leave cached delivery files behind.

When editing an existing repo

  • Integrate into the repo’s main pipeline entrypoint instead of creating a disconnected side script.
  • Add flags for skipping fetch, skipping send, and archive-only mode.
  • Keep delivery logic explicit and observable in logs.
  • If Telegram transport is flaky, add retries before changing report content.

Publishing hygiene

Before public release:

  • Remove hard-coded local paths
  • Remove hard-coded Telegram targets and group names
  • Replace fixed dates with dynamic YYYY-MM-DD handling
  • Keep transport settings configurable

Packaging

After the skill is complete, package it with the local package_skill.py helper from the OpenClaw skill-creator skill.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Blog Writer Pro

博客写作助手。完整文章生成(Markdown输出)、多角度大纲、SEO优化诊断、开头段落、系列文章规划、风格改写、CTA文案。Blog writer with full articles, outlines, SEO analysis, hooks, series planning, rewriting, CTA...

Registry SourceRecently Updated
Research

aliyun-domain

通过阿里云 OpenAPI 管理域名资产,支持域名查询、续费、转移、注册、信息修改等操作。涉及资金操作时需要用户二次确认。同时提供阿里云国内站域名优惠政策咨询,包括注册活动价格、批量注册优惠、转入优惠、续费折扣、优惠口令等。新增域名、建站、备案行业咨询能力,基于 RAG 检索本地知识库(knowledge/ali...

Registry SourceRecently Updated
Research

Meme Coin Scanner

Scan new meme coins for risks and opportunities — honeypot detection, liquidity analysis, holder concentration, and rug pull indicators using DexScreener and...

Registry SourceRecently Updated
Research

Web Search Plus 2.8.6

Unified search skill with Intelligent Auto-Routing. Uses multi-signal analysis to automatically select between Serper (Google), Tavily (Research), Exa (Neura...

Registry SourceRecently Updated
paper-report-delivery | V50.AI