Paper Subscribe

SkillProductivity

Subscribe to the centrally generated paper-daily feed, prepare a local digest, and deliver it on a schedule.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Paper Subscribe skill

What this skill tells your AI

The instructions your AI receives, as published by xianshang33/llm-paper-daily in skill/paper-subscribe/SKILL.md and read by ahel’s review.

Use this skill when a user wants to subscribe to the centrally generated paper feed instead of producing papers themselves.

Workflow

  1. Create a local config from templates/config.example.json
  2. Install a cron job with install-cron.sh
  3. On schedule:
    • prepare-digest.js reads the public feed-papers.json
    • filters items by topic/language/max items
    • emits a digest JSON
    • deliver.js sends it to stdout

Commands

Prepare a digest:

node skill/paper-subscribe/scripts/prepare-digest.js --config ~/.paper-subscribe/config.json

Deliver a digest:

node skill/paper-subscribe/scripts/deliver.js --config ~/.paper-subscribe/config.json --input /tmp/digest.json

Install cron:

bash skill/paper-subscribe/scripts/install-cron.sh --config ~/.paper-subscribe/config.json

Signals

GitHub stars
1k
Forks
60
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
paper-subscribe
Source
github.com/xianshang33/llm-paper-daily