← 返回
未分类 中文

Awesome Paper Skill

Research-topic literature scouting across multiple platforms (not only arXiv), paper categorization, publication-status labeling, Awesome-style GitHub README...
跨平台(不仅限于arXiv)的主题文献搜集、论文分类、发表状态标注、Awesome风格GitHub README
youjunzhao youjunzhao 来源
未分类 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 667
下载
💾 0
安装
1
版本
#latest

概述

Awesome Paper Skill

Use this skill when user asks for a full pipeline:

  1. User gives a topic.
  2. Agent researches papers (multi-source, not arXiv-only).
  3. Agent builds/updates an Awesome-style README.md.
  4. Agent pushes changes to user GitHub repo.

Required Inputs

  • topic (required)
  • repo_owner (required)
  • repo_name (required)
  • visibility (optional, default: keep current repo visibility)
  • max_arxiv / max_crossref / max_semantic (optional)

If owner/repo are omitted, use defaults from current workspace context or ask once.

Pipeline

1) Fetch papers (multi-source)

python3 skills/awesome-paper-skill/scripts/fetch_papers.py \
  --topic "<topic>" \
  --max-arxiv 60 \
  --max-crossref 60 \
  --max-semantic 60 \
  --out /tmp/research_papers.json

Policy:

  • Merge arXiv + Crossref + Semantic Scholar.
  • Continue on partial source failures; report coverage gaps.
  • De-duplicate by title/doi.

2) Build Awesome README

python3 skills/awesome-paper-skill/scripts/build_awesome_readme.py \
  --topic "<topic>" \
  --input /tmp/research_papers.json \
  --output /tmp/README.md

Formatting rules (strict):

  • English-only.
  • One paper per bullet.
  • If venue known: show [Venue] line.
  • If venue unknown: do not print [Preprint] line.
  • Keep arXiv badge line.
  • Keep GitHub badge line only when valid repo exists.
  • Do not include Website placeholders/badges.
  • Date on its own line: (YYYY-MM-DD).

3) Publish/update GitHub repo

python3 skills/awesome-paper-skill/scripts/publish_repo.py \
  --owner "<repo_owner>" \
  --name "<repo_name>" \
  --readme /tmp/README.md \
  --visibility private

If repo exists: update README and push.

If repo does not exist: create then push.

Quality Gates

Before final reply:

  • README renders.
  • Total papers count matches entries.
  • No Website placeholder links.
  • No fake Repo Not Found badges.
  • Repo push succeeded.

Deliverables to user

  • Brief summary (what changed)
  • GitHub commit/repo URL

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-02 02:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

A-Share Claw (A股龙虾)

youjunzhao
A-share paper-trading automation workflow for MX APIs. Use when user asks to run scheduled A-share mock trading, enforce
★ 0 📥 463
knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 454 📥 106,440
knowledge-management

Summarize

paudyyin
智能摘要工具,自动为长文本、文档、网页生成摘要,提取要点与关键词,支持自定义摘要长度。
★ 974 📥 525,116