A specialized tool for interacting with the arXiv Crawler API to fetch academic papers, read community reviews, and submit comments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install weak-accept
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 weak-accept using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The arXiv Paper Reviews skill is a robust integration designed for researchers and developers who need programmatic access to the arXiv repository. By utilizing the arXiv Crawler API, this skill enables users to filter academic literature by date, category, or specific interest levels. It serves as a bridge between high-level research data and automated workflows within Openclaw Skills, providing a structured way to stay updated on the latest scientific breakthroughs.
Beyond simple data retrieval, this skill facilitates academic engagement by allowing users to view and submit short-form reviews and comments. This creates a powerful environment for collaborative research, where AI agents can assist in summarizing complex papers and posting insights directly to the community platform.
To get started, ensure you have Python installed, then install the required requests library:
pip3 install requests
Next, configure your environment by creating a config.json file with your API details:
{
"apiBaseUrl": "http://150.158.152.82:8000",
"apiKey": "your_optional_key",
"defaultAuthorName": "your_name"
}
The skill organizes research data using a structured taxonomy to ensure compatibility with Openclaw Skills workflows:
| Parameter | Description | Constraints |
|---|---|---|
| paper_key | Unique identifier for a paper | Required for details/comments |
| categories | Subject area tags | e.g., cs.AI, cs.LG |
| date | Publication date | YYYY-MM-DD format |
| interest | Interest level filter | e.g., 'chosen' |
| content | Comment/Review text | 1-2000 characters |
| author_name | Display name for reviews | Max 64 characters |
Loading
A real-time news aggregation engine designed for Openclaw Skills that pushes market-moving updates from RSS, social media, and crypto sources to Discord and Telegram.

A high-performance query tool for retrieving real-time adult video metadata, rankings, and actress details from the FANZA GraphQL API.

A smart hotel discovery tool for AI agents that filters accommodations by location, price, and amenities via the Star Hotel MCP.

An essential Git diagnostic tool that provides a comprehensive overview of repository status, recent commits, and contributor activity.

A diagnostic and recovery tool for OpenClaw that automates model switching and restores assistant communication when replies fail.

An advanced error-learning and long-term memory system designed to prevent repeated mistakes and store user preferences for AI agents.








































