← 返回
效率工具 中文

Paper Scout

Search and summarize research papers in robotics and related fields. Use when asked to find recent papers, digest academic literature, or scout publications...
在机器人学及相关领域搜索并总结研究论文。当被要求查找最新论文、理解学术文献或搜寻出版物时使用。
wyp41
效率工具 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 555
下载
💾 46
安装
1
版本
#latest

概述

SKILL.md - paper_scout


Overview

paper_scout automates searching and summarizing research papers in robotics and related fields. It uses CrossRef as the primary data source, with Google Scholar as the supplementary source for missing fields or broader coverage.


Functionality

  1. Primary Query Engine:
    • CrossRef: Quick and structured search for venues like TRO, IJRR, Science Robotics, etc.
  1. Backup Source:
    • Google Scholar: Scrapes data using real-time browser automation for keywords and specific venues.
  1. Filters:
    • Keywords:

> muscle parameter estimation, reinforcement learning, imitation learning, human intention prediction, human-robot interaction collaboration.

  • Top venues: TRO, IJRR, RAL, Science Robotics, TMech, CVPR, ICLR, ICCV.
  • Date: Year filtering to prioritize recent publications (e.g., since 2024).
  1. Data Outputs:

Structured Markdown reports saved to ~/Desktop/YYYY-MM-DD-academic-digest.md with fields:

  • Title
  • Source venue (e.g., Science Robotics)
  • Year
  • Authors
  • Abstract
  • Major contributions/innovation points

Example Configuration

# paper_scout SKILL.yaml
crawl:
  sources:
    - crossref
    - scholar_google
queries:
  custom: []  # User-provided
  defaults:
    - reinforcement learning robotics
    - human intention prediction imitation learning
filters:
  venues: ["TRO", "IJRR", "Science Robotics", "RAL", "CVPR"]
  date: since:2024
output:
  path: ~/Desktop/{{today}}-academic-digest.md
  markdown: true

Example Usage

  1. Query Crossref for reinforcement learning robotics papers since 2024.
  2. Supplement missing information by scraping Google Scholar (sorted by date).
  3. Remove duplicates, filter results to top academic venues.
  4. Save a Markdown digest to the desktop.

Notes

  • Automates cross-source integration with duplicate removal.
  • Extensible for more specialized sources (e.g., IEEE, PubMed).
  • Browser scraping (Google Scholar) requires interactive sessions for JS-heavy pages.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-30 17:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,229
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,127
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,742