🤖
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 s...
安全通过
💬Prompt
技能说明
name: arxiv-skill-learning description: 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.
ArXiv 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
如何使用「Arxiv Skill Learning」?
- 打开小龙虾AI(Web 或 iOS App)
- 点击上方「立即使用」按钮,或在对话框中输入任务描述
- 小龙虾AI 会自动匹配并调用「Arxiv Skill Learning」技能完成任务
- 结果即时呈现,支持继续对话优化