LaunchKit · 2026
Back to Skills

arxiv-skill-hunter

Patrol latest arXiv papers and auto-generate Node.js learned skills through hunter to extractor pipeline.

0
0 downloads
by @wanng-ide

Setup & Installation

openclaw skills install @wanng-ide/arxiv-skill-hunter

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install arxiv-skill-hunter

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.

INPUT

User runs: node skills/arxiv-skill-hunter/index.js

AGENT
  1. 1Pulls latest papers from arxiv-paper-reviews source
  2. 2Selects a candidate paper for skill extraction
  3. 3Writes pending task details to memory/evolution/pending_skill_task.json
  4. 4Triggers the arxiv-skill-extractor pipeline
  5. 5Generates a runnable Node.js skill file under skills/arxiv-learned-*
OUTPUT

A new skills/arxiv-learned-* file containing a Node.js implementation derived from the selected paper