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

Coding Agents & IDEs @wanng-ide Updated 6/28/2026 1,475 downloads 2 stars Security: Pass

Arxiv Skill Extractor OpenClaw Plugin & Skill | ClawHub

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

What this skill does

Automates the process of extracting reusable skill code from arXiv papers. Use this skill to turn paper insights into actual OpenClaw skills.

Install

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

Full SKILL.md

Open original
Metadata table.
namedescription
arxiv-skill-extractorAutomates the process of extracting reusable skill code from arXiv papers. Use this skill to turn paper insights into actual OpenClaw skills.

SKILL.md content below is scrollable.

ArXiv Skill Extractor

This skill wraps arxiv-paper-reviews and provides an automated pipeline for:

  1. Fetching papers.
  2. Extracting key algorithms.
  3. Generating skill templates.

Usage

Extract Skill from a Paper

const { extractSkill } = require("./skills/arxiv-skill-extractor/index.js");

async function run() {
  const result = await extractSkill("4711d67c242a5ecba2751e6b");
  console.log(result);
}

run();

Automation

Run the default extraction loop (uses local_task:arxiv_skill_learning config):

# 自动读取 pending_skill_task.json 中的 paper_key
node skills/arxiv-skill-extractor/index.js

# 或直接指定 paper_key
node skills/arxiv-skill-extractor/index.js 4711d67c242a5ecba2751e6b

Why?

We need to continuously learn from new research. Manual reading is slow. This skill bridges the gap between paper knowledge and executable code.

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

Related skills

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