Install
openclaw skills install arxiv-daily-pusherFetches yesterday's arXiv papers, ranks by keyword relevance with weighted scoring, and pushes results to Feishu via webhook for multiple groups.
openclaw skills install arxiv-daily-pusherAutomatically fetch yesterday's arXiv papers, rank by keyword relevance, and push to Feishu (Lark) via webhook.
schedule: "30 2 * * *"
Runs daily at 10:30 AM Beijing Time (02:30 UTC).
arxiv, PyYAML, requestspip install -r requirements.txt
cp config.example.yaml config.yaml
# Edit config.yaml with your webhook URL and keywords
python main.py
See config.example.yaml for full configuration options:
groups: Research groups with keywordsfeishu_webhook: Your Feishu bot webhook URLtop_k: Papers per group (default: 6)timezone_offset: Hours from UTC (default: 8 for Beijing)api_mode: "auto" | "arxiv_only" | "http_only"push_strategy: "per_group" | "single"cd ~/.openclaw/skills/arxiv-daily-pusher
python main.py