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 from venues like TRO, IJRR, RAL, Science Robotics, CVPR, ICLR. Uses CrossRef as primary source and Google Scholar as backup.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "paper_scout" with this command: npx skills add wyp41/paper-scout

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.
  2. Backup Source:

    • Google Scholar: Scrapes data using real-time browser automation for keywords and specific venues.
  3. 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).
  4. 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Investment Analysis

Provides A-share market and stock analysis (index, individual stock trend, buy/sell view) via GF hiAgentChat API. Use when the user asks about 今日大盘、大盘走势、个股走势...

Registry SourceRecently Updated
Research

Ontology 1.0.4

Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...

Registry SourceRecently Updated
Research

Hugging Face Papers

Browse trending papers, search by keyword, and get paper details from Hugging Face Papers

Registry SourceRecently Updated