arxiv-skill-learning
Orchestrates the continuous learning of new skills from arXiv papers. Use this to trigger a learning cycle, which fetches papers, extracts code/skills, and solidifies them.
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install clawskills:clawskills~wanng-ide-arxiv-skill-learningcURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/clawskills%3Aclawskills~wanng-ide-arxiv-skill-learning/file -o wanng-ide-arxiv-skill-learning.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