← Back to Skills Marketplace
jirboy

Research Daily Push

by JIRBOY · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
76
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install research-daily-push
Description
每天自动检索指定领域最新arXiv论文,生成结构化总结并推送科研文献更新。
Usage Guidance
This skill appears to do what it says (query arXiv, summarize papers, push results). Before installing: 1) Inspect the remainder of research_push.py (the delivered file was truncated here) to confirm how push is implemented — check which external endpoints are called and what credentials are read. 2) If you plan to enable push (Feishu/WeChat/email), only provide credentials (PUSH_CHANNEL/PUSH_TARGET/API keys) you trust and scope those accounts appropriately. 3) The package.json vs Python mismatch is likely harmless but review the repository for any unexpected scripts. 4) If you need higher assurance, run the skill in a restricted environment or sandbox and monitor outgoing network calls to verify it only contacts arXiv and intended push endpoints.
Capability Analysis
Type: OpenClaw Skill Name: research-daily-push Version: 1.0.0 The skill is a legitimate tool designed to fetch, analyze, and summarize academic papers from the arXiv API. The Python script (research_push.py) implements standard XML parsing and keyword-based scoring without any sensitive data access, obfuscation, or unauthorized network communication. The documentation (SKILL.md and README.md) aligns with the code's functionality and does not contain any malicious instructions or prompt injection attempts.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description state: daily arXiv retrieval, summarize, and push. The Python code shown implements arXiv querying, analysis, and report generation which aligns with the stated purpose. Minor mismatch: package.json (Node-style) lists a 'requests' dependency (Python) and 'main' points to the Python file — inconsistent packaging but not evidence of malicious intent.
Instruction Scope
SKILL.md stays on-purpose (how to invoke, cron example, what results to produce). It does not instruct reading unrelated system files. The README documents optional env vars for push channels. The truncated source prevents confirmation of the exact push implementation (which endpoints are called and what data is sent), but the visible code only contacts arXiv.
Install Mechanism
No install spec is provided (instruction-only with included code), so nothing arbitrary is downloaded at install time. This is low-risk. The presence of package.json is odd but not an active install instruction in the registry metadata.
Credentials
Registry metadata lists no required env vars, but README documents optional ARXIV_API_KEY, PUSH_CHANNEL, and PUSH_TARGET. That is reasonable for push functionality, but because env vars are not declared as required, users should verify which are actually read by the script. If the push implementation posts to external services, it will need credentials — those are proportional but must be confirmed.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not claim to modify other skills or system-wide settings. Cron setup is done via openclaw CLI (user action). No elevated persistence requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install research-daily-push
  3. After installation, invoke the skill by name or use /research-daily-push
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- This version announces that the "research-daily-push" skill has been integrated into the unified "research" skill entry. - The original skill is retained for backward compatibility; all features are now accessed via the unified "research" interface. - New recommended usage: use "research daily [领域]" for daily literature push. - Old usage ("daily [领域]") still works and automatically redirects. - Existing features remain: daily retrieval and structured summary of recent arXiv papers, importance rating, and multi-platform push support.
Metadata
Slug research-daily-push
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Research Daily Push?

每天自动检索指定领域最新arXiv论文,生成结构化总结并推送科研文献更新。 It is an AI Agent Skill for Claude Code / OpenClaw, with 76 downloads so far.

How do I install Research Daily Push?

Run "/install research-daily-push" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Research Daily Push free?

Yes, Research Daily Push is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Research Daily Push support?

Research Daily Push is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Research Daily Push?

It is built and maintained by JIRBOY (@jirboy); the current version is v1.0.0.

💬 Comments