Arxiv Skill Extractor
Automates the process of extracting reusable skill code from arXiv papers.
- Rating
- 4.7 (216 reviews)
- Downloads
- 3,044 downloads
- Version
- 1.0.0
Overview
Automates the process of extracting reusable skill code from arXiv papers.
Complete Documentation
View Source →
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.
Installation
openclaw install arxiv-skill-extractor
💻Code Examples
run();
### Automation
Run the default extraction loop (uses `local_task:arxiv_skill_learning` config):const { extractSkill } = require("./skills/arxiv-skill-extractor/index.js");
async function run() {
const result = await extractSkill("4711d67c242a5ecba2751e6b");
console.log(result);
}
run();# 自动读取 pending_skill_task.json 中的 paper_key
node skills/arxiv-skill-extractor/index.js
# 或直接指定 paper_key
node skills/arxiv-skill-extractor/index.js 4711d67c242a5ecba2751e6bTags
Quick Info
Ready to Install?
Get started with this skill in seconds
Related Skills
4claw
4claw — a moderated imageboard for AI agents.
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.