跳至主要内容
小龙虾小龙虾AI
🤖

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.

下载368
星标2
版本1.0.0
general
安全通过
⚙️脚本

技能说明


name: arxiv-skill-extractor description: Automates the process of extracting reusable skill code from arXiv papers. Use this skill to turn paper insights into actual OpenClaw skills.

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.

如何使用「Arxiv Skill Extractor」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Arxiv Skill Extractor」技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能