Arxiv Skill Extractor
/install arxiv-skill-extractor
ArXiv Skill Extractor
This skill wraps arxiv-paper-reviews and provides an automated pipeline for:
- Fetching papers.
- Extracting key algorithms.
- 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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install arxiv-skill-extractor - After installation, invoke the skill by name or use
/arxiv-skill-extractor - Provide required inputs per the skill's parameter spec and get structured output
What is Arxiv Skill Extractor?
Automates the process of extracting reusable skill code from arXiv papers. Use this skill to turn paper insights into actual OpenClaw skills. It is an AI Agent Skill for Claude Code / OpenClaw, with 935 downloads so far.
How do I install Arxiv Skill Extractor?
Run "/install arxiv-skill-extractor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Arxiv Skill Extractor free?
Yes, Arxiv Skill Extractor is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Arxiv Skill Extractor support?
Arxiv Skill Extractor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Arxiv Skill Extractor?
It is built and maintained by WANGJUNJIE (@wanng-ide); the current version is v1.0.0.