Arxiv Skill Learning

wanng-ide/arxiv-skill-learning

Installation

clawhub install wanng-ide/arxiv-skill-learning

Summary

Monitors arXiv for new papers in cs.AI, cs.CL, cs.LG, and cs.SE categories, extracts runnable skill code from them, and commits the results to a local workspace. Runs on an hourly schedule through a patrol-extract-test-solidify pipeline.

SKILL.md

ArXiv Skill Learning

Usage

javascript
const learner = require('./index');
const result = await learner.main();

Workflow

  1. Patrol: Checks arXiv for relevant new papers (Agent, LLM, Tool Use).
  2. Extract: Uses arxiv-skill-extractor to generate skill code.
  3. Test: Runs generated tests.
  4. Solidify: Commits the new skill to the workspace.

Configuration

  • Target Categories: cs.AI, cs.CL, cs.LG, cs.SE
  • Schedule: Hourly

Recommended skills

Browse all →