← Back to Skills Marketplace
wiltonmotta

Research Paper Monitor

by 孙金刚 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
418
Downloads
3
Stars
2
Active Installs
3
Versions
Install in OpenClaw
/install research-paper-monitor
Description
科研文献智能监测与摘要推送系统。自动监测多个学术信源(arXiv、PubMed、CNKI等),根据用户关注的领域和关键词采集最新论文,生成中文摘要并推送。适用于需要跟踪学术前沿的科研工作者、研究生、教师等。使用场景包括:(1) 定时监测特定研究领域的最新论文,(2) 根据关键词筛选高相关度论文,(3) 自动生成论...
Usage Guidance
This package appears to do what it says: local collection, scoring, Chinese summarization templates, and local archiving. Before running: (1) review monitor.py and config.py to confirm the target directories and that you’re comfortable with files being written under ~/.openclaw; (2) only provide webhooks, SMTP, or Zotero API keys if you intend to enable those optional integrations — those will send data off your machine; (3) run the scripts under a regular user (not root) and test with a minimal configuration (few keywords, disabled notifications) to observe network requests and outputs; (4) if you need stronger guarantees, inspect or run the code in a sandbox/container and consider replacing the template summarization with your preferred local/remote LLM integration after reviewing its privacy implications.
Capability Analysis
Type: OpenClaw Skill Name: research-paper-monitor Version: 1.0.2 The research-paper-monitor skill is a legitimate tool designed to automate the tracking and summarization of academic papers from sources like arXiv and PubMed. The bundle includes scripts for user configuration (config.py), paper monitoring (monitor.py), and report generation (generate_digest.py). The code uses standard Python libraries to interact with public APIs and stores data locally in the user's home directory (~/.openclaw/). While some features like Feishu notifications and AI summarization are currently implemented as placeholders or mocks, the logic is transparent, lacks obfuscation, and shows no signs of malicious intent such as data exfiltration or unauthorized persistence.
Capability Assessment
Purpose & Capability
The name/description match the included scripts (config.py, monitor.py, search_papers.py, generate_digest.py). The code implements multi-source paper search (arXiv stubbed, PubMed/GoogleScholar stubs), scoring, local archiving, and optional push notifications — all consistent with the stated purpose. No unrelated cloud credentials or binaries are requested.
Instruction Scope
Runtime instructions are scoped to reading/writing local config/index files under ~/.openclaw/research-monitor, calling public academic APIs (arXiv) or web searches, generating summaries, and optionally sending notifications. The core monitor.py uses only urllib/ET for arXiv calls and writes local markdown/JSON files. The documentation includes optional examples (email via SMTP, WeCom, Zotero integration) that, if copied in, would require credentials and enable external posting — these are optional extensions, not mandatory behavior in the provided core scripts.
Install Mechanism
No install spec is provided; this is effectively a collection of local Python scripts. Nothing is downloaded or extracted during install by the skill itself. That lowers risk compared to arbitrary remote downloads.
Credentials
The skill declares no required environment variables or primary credentials. It may prompt for an optional Feishu webhook URL (configurable) and the docs show optional integrations (SMTP, Zotero API key) which would require credentials only if the user enables them. There are no hidden or unexplained secret requests in the core code.
Persistence & Privilege
The skill writes data only to its own directories under ~/.openclaw/research-monitor and ~/.openclaw/research-papers and updates its own index file. always is false and it does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install research-paper-monitor
  3. After installation, invoke the skill by name or use /research-paper-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Security fix: Remove unsafe SSL certificate verification bypass (ssl.CERT_NONE) that triggered VirusTotal suspicious pattern detection
v1.0.1
Security fix: Remove unsafe SSL certificate verification bypass (ssl.CERT_NONE) that triggered VirusTotal suspicious pattern detection
v1.0.0
Initial release with arXiv, PubMed support
Metadata
Slug research-paper-monitor
Version 1.0.2
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 3
Frequently Asked Questions

What is Research Paper Monitor?

科研文献智能监测与摘要推送系统。自动监测多个学术信源(arXiv、PubMed、CNKI等),根据用户关注的领域和关键词采集最新论文,生成中文摘要并推送。适用于需要跟踪学术前沿的科研工作者、研究生、教师等。使用场景包括:(1) 定时监测特定研究领域的最新论文,(2) 根据关键词筛选高相关度论文,(3) 自动生成论... It is an AI Agent Skill for Claude Code / OpenClaw, with 418 downloads so far.

How do I install Research Paper Monitor?

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

Is Research Paper Monitor free?

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

Which platforms does Research Paper Monitor support?

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

Who created Research Paper Monitor?

It is built and maintained by 孙金刚 (@wiltonmotta); the current version is v1.0.2.

💬 Comments