Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Automates the process of extracting reusable skill code from arXiv papers. Use this skill to turn paper insights into actual OpenClaw skills.
Automates the process of extracting reusable skill code from arXiv papers. Use this skill to turn paper insights into actual OpenClaw skills.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
This skill wraps arxiv-paper-reviews and provides an automated pipeline for: Fetching papers. Extracting key algorithms. Generating skill templates.
const { extractSkill } = require("./skills/arxiv-skill-extractor/index.js"); async function run() { const result = await extractSkill("4711d67c242a5ecba2751e6b"); console.log(result); } run();
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
We need to continuously learn from new research. Manual reading is slow. This skill bridges the gap between paper knowledge and executable code.
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.