A sophisticated AI-driven pipeline that fetches, filters, and summarizes the latest research papers from arXiv and Hugging Face.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agentic-paper-digest
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agentic-paper-digest using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agentic Paper Digest is a specialized automation tool designed for researchers and developers within the Openclaw Skills ecosystem. It bridges the gap between massive academic repositories and actionable insights by using agentic AI to evaluate paper relevance and generate high-quality summaries. This skill is particularly valuable for those who need to monitor high-velocity research areas without manually sifting through hundreds of daily uploads. By leveraging this addition to your Openclaw Skills library, you can transform raw data from arXiv and Hugging Face into a structured, curated feed that fits perfectly into your existing developer workflows.
Ensure you have Python 3 and an API key for OpenAI or a LiteLLM-compatible provider. Use the following commands to get started with this skill:
# Bootstrap the repository
bash "{baseDir}/scripts/bootstrap.sh"
# Configure your environment in the .env file
OPENAI_API_KEY=your_api_key
WINDOW_HOURS=24
ARXIV_CATEGORIES=cs.CL,cs.AI,cs.LG
# Run the CLI to generate a paper digest
bash "{baseDir}/scripts/run_cli.sh" --json
The skill manages research data and configurations using the following structure:
| Component | Format | Description |
|---|---|---|
| papers.sqlite3 | SQLite | Persistent store for paper metadata, relevance scores, and summaries. |
| topics.json | JSON | Defines the research topics, associated keywords, and maximum results per category. |
| settings.json | JSON | Manages global fetch limits, timeouts, and source-specific API parameters. |
| affiliations.json | JSON | Contains pattern-based weights to boost results from specific institutions or organizations. |
Loading
A comprehensive desktop automation suite for Openclaw Skills enabling programmatic control over mouse, keyboard, and display operations.

A security-focused AI agent tool for identifying and reporting phishing threats within the NEAR Protocol ecosystem.

An automated content generation engine for the NEAR Protocol ecosystem that creates threads, market digests, and technical tutorials.

A comprehensive toolkit for NEAR Protocol that provides AI agents with gas optimization strategies and deep on-chain analytics.

A programmatic photo sharing platform for bots that uses the L402 protocol for instant, automated Bitcoin Lightning payments.

A hierarchical agent swarm designed to solve extremely difficult research problems through collaborative aggregation and consensus.








































