← 返回 Skills 市场
pigeondan1

paper claw

作者 PigeonDan1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
333
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install paperclaw
功能描述
Fetch, classify, and summarize papers from multiple sources (arXiv, etc.) with AI-powered multi-language summaries and email delivery.
安全使用建议
This skill appears to do what it says: fetch arXiv papers, classify/summarize them, and email digests. Before installing: 1) Review scripts/main.py and any network calls to confirm what data is sent to external LLM providers. 2) Use an app-specific or limited-outbound SMTP account (not your primary personal/work mailbox) until you trust the tool. 3) If you will provide optional LLM API keys, be aware that paper abstracts/full text may be transmitted to those vendors. 4) Inspect the GitHub Actions workflow and any scheduled cron/task entries before enabling automatic runs to avoid unexpected outgoing emails or network activity. 5) Ensure Python and listed dependencies (requests, feedparser, dateutil, jinja2) are acceptable for your environment.
功能分析
Type: OpenClaw Skill Name: paperclaw Version: 1.0.0 The Paper Claw skill is a legitimate tool for fetching and summarizing research papers from arXiv. The code in 'example.py' and 'SKILL.md' is clearly aligned with the stated purpose, using standard Python practices like 'subprocess.run' (with list arguments to prevent shell injection) and JSON-based configuration management. While the skill requires sensitive environment variables (SMTP and LLM API keys) and has the capability to modify its own configuration files, these behaviors are necessary for its core functionality and lack any evidence of malicious intent or obfuscation.
能力评估
Purpose & Capability
Name/description (fetch, classify, summarize, email) align with requested items: python3, SMTP credentials for delivery, and optional LLM API keys for summaries. Presets and config-write behavior are appropriate for a configurable digest generator.
Instruction Scope
Runtime instructions and example code operate on the skill's own files (config/, scripts/, data/, content/) and invoke scripts/main.py via subprocess — expected for this tool. Important note: the skill sends content to external services when optional LLM API keys are provided and will transmit digests via the configured SMTP server, so paper content may be shared with third-party LLM providers and recipients. Recommend reviewing scripts/main.py, email templates, and any network calls before enabling in a sensitive environment.
Install Mechanism
Instruction-only skill with no install spec and only a Python runtime requirement. No downloads or archive extraction; low install risk.
Credentials
Required env vars are limited to SMTP_HOST/PORT/USER/PASS for email delivery — directly justified by the email delivery feature. Several optional API keys (OpenAI, Anthropic, Gemini, DeepSeek, etc.) are declared and justified for multi-provider LLM summarization. No unrelated secrets or surprising credential requests are present.
Persistence & Privilege
Skill is not always-enabled, uses normal agent invocation, and only writes/updates configuration files under its own skill directory (config/default.json, config/recipients.json). It does not request system-wide privileges or modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install paperclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /paperclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Paper Claw sends personalized daily research digests from arXiv and beyond straight to your inbox, featuring customizable categories, intelligent classification, and agent-based multilingual summaries powered by your preferred AI via private API. Designed for researchers and AI agents, it makes paper discovery easier, smarter, and more specialized.
元数据
Slug paperclaw
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

paper claw 是什么?

Fetch, classify, and summarize papers from multiple sources (arXiv, etc.) with AI-powered multi-language summaries and email delivery. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 333 次。

如何安装 paper claw?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install paperclaw」即可一键安装,无需额外配置。

paper claw 是免费的吗?

是的,paper claw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

paper claw 支持哪些平台?

paper claw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 paper claw?

由 PigeonDan1(@pigeondan1)开发并维护,当前版本 v1.0.0。

💬 留言讨论