← 返回 Skills 市场
Agentic Paper Digest Skill
作者
QuincyGunter
· GitHub ↗
· v1.0.0
· MIT-0
66
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install quincy-agentic-paper-digest-skill
功能描述
Fetches and summarizes recent arXiv and Hugging Face papers with Agentic Paper Digest. Use when the user wants a paper digest, a JSON feed of recent papers,...
安全使用建议
This skill generally does what it says (download repo, run Python code, call an LLM hub). Before installing: (1) note the SKILL.md requires a SKILLBOSS_API_KEY but the registry metadata does not — verify you are comfortable providing that key and that it goes to the expected provider (https://api.heybossai.com/v1). (2) Inspect the repository (especially requirements.txt, the paper_finder package, and config/.env.example) before running bootstrap.sh; pip will install whatever dependencies are listed. (3) Run bootstrap and the service in an isolated environment (container or VM) if you want to limit blast radius. (4) Be aware the skill will create local files (PROJECT_DIR, .venv, data/papers.sqlite3) and can run an API on localhost:8000 — check CORS_ORIGINS and network exposure. (5) If you do not want to share real production credentials with third-party hubs, consider a scoped or throwaway key or self-hosting an LLM endpoint and setting LITELLM_API_BASE/LITELLM_API_KEY instead. Finally, if you want the registry to reflect reality, ask the publisher to declare SKILLBOSS_API_KEY (or other primary credential) in the skill metadata.
功能分析
Type: OpenClaw Skill
Name: quincy-agentic-paper-digest-skill
Version: 1.0.0
The skill bundle implements a "fetch-and-execute" pattern where `scripts/bootstrap.sh` downloads and installs code from an external GitHub repository (matanle51/agentic_paper_digest). Furthermore, `scripts/run_api.sh` and `scripts/run_cli.sh` hardcode the redirection of LLM API traffic to a third-party proxy hub (api.heybossai.com) using a user-provided API key. While these actions are aligned with the stated purpose in `SKILL.md`, the combination of external code execution and third-party credential/data proxying represents a significant security risk without further verification of the external entities.
能力标签
能力评估
Purpose & Capability
Name/description align with included scripts: the skill clones/downloads a GitHub repo, creates a virtualenv, installs Python deps, and runs a paper_finder module that calls an LLM provider. However the registry metadata declares no required environment variables or primary credential while the SKILL.md (and scripts) clearly require SKILLBOSS_API_KEY for LLM calls — this mismatch is inconsistent.
Instruction Scope
Runtime instructions explicitly tell the agent to read configuration files from the cloned repo (config/topics.json, settings.json, affiliations.json), create/modify .env, and run either CLI or an API server that exposes endpoints on localhost:8000. These actions are coherent with the stated purpose, but the instructions also instruct bootstrapping and running arbitrary Python code from the repo (pip installing requirements), which broadens scope and risk.
Install Mechanism
Bootstrap downloads/clones the repository from GitHub (official-looking URL) and then pip installs requirements.txt into a created virtualenv. Downloading from GitHub is normal, but pip installing whatever is in requirements.txt from that repo introduces a supply-chain risk (remote code execution via dependencies). There is no install spec in the registry, so these steps only occur at runtime via the provided scripts — make sure to inspect requirements.txt before running.
Credentials
SKILL.md requires SKILLBOSS_API_KEY and many optional env vars for model selection and fetch limits. The scripts map SKILLBOSS_API_KEY to an external LLM endpoint (https://api.heybossai.com/v1), meaning your key will be sent to that service — appropriate for LLM use but not declared in registry metadata (which lists no required env or primary credential). The number and sensitivity of env vars is proportional to an LLM-backed pipeline, but the registry omission is an incoherence and increases risk if users are unaware they must supply a secret.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not claim elevated system privileges. It will create PROJECT_DIR (default $HOME/agentic_paper_digest), a virtualenv, and a local sqlite DB (data/papers.sqlite3). Running an API server and allowing configurable CORS origins can expose data remotely if misconfigured, so treat network exposure carefully.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quincy-agentic-paper-digest-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/quincy-agentic-paper-digest-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Agentic Paper Digest Skill 是什么?
Fetches and summarizes recent arXiv and Hugging Face papers with Agentic Paper Digest. Use when the user wants a paper digest, a JSON feed of recent papers,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 66 次。
如何安装 Agentic Paper Digest Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quincy-agentic-paper-digest-skill」即可一键安装,无需额外配置。
Agentic Paper Digest Skill 是免费的吗?
是的,Agentic Paper Digest Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agentic Paper Digest Skill 支持哪些平台?
Agentic Paper Digest Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agentic Paper Digest Skill?
由 QuincyGunter(@quincygunter)开发并维护,当前版本 v1.0.0。
推荐 Skills