Jump to related tools in the same category or review the original source on GitHub.

Browser & Automation @wanng-ide Updated 6/28/2026 2,137 downloads 2 stars Security: Pass

Arxiv Skill Learning OpenClaw Plugin & Skill | ClawHub

Looking to integrate Arxiv Skill Learning into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate browser & automation tasks instantly, without having to write custom tools from scratch.

What this skill does

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.

Install

ClawHub CLI
openclaw skills install @wanng-ide/arxiv-skill-learning
Node.js (npx)
npx clawhub@latest install arxiv-skill-learning

Full SKILL.md

Open original
Metadata table.
namedescription
arxiv-skill-learningOrchestrates 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.

SKILL.md content below is scrollable.

ArXiv Skill Learning

Usage

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

ClawHub Registry URL: https://clawhub.ai/wanng-ide/skills/arxiv-skill-learning

Related skills

If this matches your use case, these are close alternatives in the same category.