Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Monitors arXiv paper reviews, selects candidate papers, and generates runnable Node.js skills through a hunter-to-extractor pipeline. It writes task state to a JSON file and outputs learned skill files ready to use.
Automates the gap between reading research papers and having executable code, eliminating manual implementation steps.
When to use it
- Converting a new ML paper into a runnable Node.js prototype
- Building an auto-growing library of skills from recent research
- Prototyping paper implementations without manual coding
- Tracking algorithm releases as executable skills
- Keeping an agent's skill set current with latest arXiv publications
Example Workflow
Here's how your AI assistant might use this skill in practice.
User runs: node skills/arxiv-skill-hunter/index.js
- 1Pulls latest papers from arxiv-paper-reviews source
- 2Selects a candidate paper for skill extraction
- 3Writes pending task details to memory/evolution/pending_skill_task.json
- 4Triggers the arxiv-skill-extractor pipeline
- 5Generates a runnable Node.js skill file under skills/arxiv-learned-*
A new skills/arxiv-learned-* file containing a Node.js implementation derived from the selected paper