SkillJavaScriptv1.0.0
arxiv-skill-learning
Orchestrates the continuous learning of new skills from arXiv papers.
0 downloads
wanng-ide
Updated Feb 15, 2026ArXiv Skill Learning
Usage
const learner = require('./index');
const result = await learner.main();
Workflow
- Patrol: Checks arXiv for relevant new papers (Agent, LLM, Tool Use).
- Extract: Uses
arxiv-skill-extractorto generate skill code. - Test: Runs generated tests.
- Solidify: Commits the new skill to the workspace.
Configuration
- Target Categories: cs.AI, cs.CL, cs.LG, cs.SE
- Schedule: Hourly