An AI-driven research tool that fetches arXiv papers, analyzes their core citations via sub-agents, and compiles a cohesive executive summary.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install 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 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.
Paper Digest is a specialized tool built to enhance the academic workflow of researchers and developers. By utilizing the modular nature of Openclaw Skills, this agent automates the tedious process of reading a paper and then manually hunting down its most important references. It intelligently identifies the primary baselines and architectural foundations of a study, ensuring you understand the context as well as the content.
This skill is designed to provide a high-level view of a paper's contribution while simultaneously managing the complexity of citation networks. It represents a significant leap in automated technical analysis within the ecosystem of Openclaw Skills, allowing users to move from a single ID to a full-context report in minutes.
To integrate this capability into your agent, ensure your environment supports web fetching and sub-agent orchestration common in Openclaw Skills.
# Create the necessary workspace directories
mkdir -p ~/.openclaw/workspace/papers
mkdir -p ~/.openclaw/workspace/digest
# Ensure the paper-digest skill is registered in your agent's manifest
The skill organizes research data into two primary locations within the local workspace to enable caching and easy retrieval:
| Directory | File Type | Purpose |
|---|---|---|
~/.openclaw/workspace/papers/ |
<arxiv-id>.md |
Individual summaries of main papers and their citations. |
~/.openclaw/workspace/digest/ |
report_<arxiv-id>.md |
The final consolidated executive summary written in flowing prose. |
Loading
A powerful Microsoft utility for converting complex document formats into clean Markdown for AI consumption.

Automate CS2 player statistics retrieval and tactical demo analysis using the Leetify API.

A high-performance local speech-to-text tool for Openclaw Skills featuring GPU acceleration and word-level timestamps.

A robust utility for extracting audio from video URLs and converting it into accurate text or subtitles using local models or cloud services.

A comprehensive integration for managing and automating social media content across all major platforms via the PostProxy API.

An AI-powered audio pipeline that transforms voice memos and humming into professional, quantized MIDI files.








































