← 返回 Skills 市场
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install arxiv-daily-pusher
功能描述
Fetches yesterday's arXiv papers, ranks by keyword relevance with weighted scoring, and pushes results to Feishu via webhook for multiple groups.
使用说明 (SKILL.md)
arXiv Daily Paper Pusher
Description
Automatically fetch yesterday's arXiv papers, rank by keyword relevance, and push to Feishu (Lark) via webhook.
Features
- Multi-group support with independent keywords
- Smart scoring: title matches weighted 2x, abstract 1x
- Dual-mode API: arxiv library with automatic HTTP fallback
- Per-group or single message push strategies
Schedule
schedule: "30 2 * * *"
Runs daily at 10:30 AM Beijing Time (02:30 UTC).
Requirements
- Python 3.10+
- Dependencies:
arxiv,PyYAML,requests - Feishu Incoming Webhook URL
Quick Start
- Install:
pip install -r requirements.txt
- Configure:
cp config.example.yaml config.yaml
# Edit config.yaml with your webhook URL and keywords
- Run:
python main.py
Configuration
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"
Manual Test
cd ~/.openclaw/skills/arxiv-daily-pusher
python main.py
安全使用建议
This skill appears to do exactly what it says: pull yesterday's arXiv papers, score them locally, and post text messages to a Feishu webhook you supply in config.yaml. Before installing or scheduling it, consider: (1) the Feishu webhook URL is effectively a secret that allows posting to that group — only use a webhook for a channel you control and rotate/revoke it if leaked; (2) the config file stores the webhook in plaintext on disk, so restrict file permissions where you run this; (3) the skill makes outbound HTTP requests to arXiv and Feishu, so run it in a network environment you trust; (4) pin dependency versions (requirements.txt is present) and review/keep dependencies updated; and (5) if you want stricter separation, run the script in a sandboxed account or container with limited privileges. Overall, nothing in the bundle is disproportionate or covert.
功能分析
Type: OpenClaw Skill
Name: arxiv-daily-pusher
Version: 1.0.0
The 'arxiv-daily-pusher' skill is a legitimate tool designed to fetch research papers from arXiv and notify users via Feishu webhooks. The code (main.py, fetch_papers.py, push_feishu.py) follows standard practices for API interaction, including timeout handling and fallback mechanisms, and does not exhibit any signs of data exfiltration, unauthorized execution, or prompt injection.
能力评估
Purpose & Capability
Name/description match the implementation: the code fetches arXiv (arxiv library or export.arxiv.org), ranks locally, and posts to a Feishu webhook supplied in config.yaml. No unrelated services or credentials are requested.
Instruction Scope
SKILL.md and the code limit actions to fetching arXiv data, scoring locally, and sending text payloads to the provided Feishu webhook. The runtime instructions and code do not read system secrets, other skills' configs, or send data to unexpected endpoints.
Install Mechanism
There is no automated download/install spec in the skill bundle; required Python packages are declared in requirements.txt and are typical for this task (arxiv, PyYAML, requests). No external arbitrary URL downloads or archive extraction are used.
Credentials
No environment variables or external credentials are requested. The Feishu webhook is provided in a local config file (config.yaml) which is appropriate for posting messages. The amount and kind of access requested are proportional to the stated functionality.
Persistence & Privilege
Skill is not forced-always and uses normal invocation. It does not modify other skills or system-wide settings. It will run scheduled jobs if the user configures a cron, which is expected for this use case.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install arxiv-daily-pusher - 安装完成后,直接呼叫该 Skill 的名称或使用
/arxiv-daily-pusher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
arxiv-daily-pusher 1.0.0
- Initial release.
- Automatically fetches and ranks yesterday's arXiv papers by keyword relevance.
- Supports Feishu (Lark) webhook integration for daily paper pushes.
- Multi-group support with independent keywords and scoring (title: 2x, abstract: 1x).
- Dual-mode API with automatic fallback between arxiv library and HTTP.
- Configurable scheduling and push strategies.
元数据
常见问题
arXiv Daily Paper Pusher 是什么?
Fetches yesterday's arXiv papers, ranks by keyword relevance with weighted scoring, and pushes results to Feishu via webhook for multiple groups. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。
如何安装 arXiv Daily Paper Pusher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install arxiv-daily-pusher」即可一键安装,无需额外配置。
arXiv Daily Paper Pusher 是免费的吗?
是的,arXiv Daily Paper Pusher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
arXiv Daily Paper Pusher 支持哪些平台?
arXiv Daily Paper Pusher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 arXiv Daily Paper Pusher?
由 VentaoZzz(@ventaozzz)开发并维护,当前版本 v1.0.0。
推荐 Skills