Skip to main content
Run any Skill in Manus
with one click
GitHub repository

PaperClaw

PaperClaw contains 10 collected skills from AkaliKong, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
10
Stars
22
updated
2026-03-11
Forks
0
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

arxiv-paper-search
data-scientists-152051

This skill should be used when the user wants to search for academic papers on arXiv. It supports searching by keywords, author, title, abstract, and categories with customizable time ranges. Use this skill when users ask to find papers, search for research, look up academic articles, or query arXiv for specific topics like "RAG papers", "LLM research", or "find papers by author X".

2026-03-11
read-arxiv-paper
software-developers

Use this skill when asked to read, analyze, or summarize an arxiv paper given an arxiv URL or paper ID. Also triggered when processing papers from daily research reports. **每次只精读一篇论文**,严禁批量精读。

2026-03-11
paper-deep-parser
data-scientists-152051

对最终选中的论文进行深度精读,从 card.md 中提取结构化字段(sub_field、ID_paradigm、baselines 等)。当 paper-pipeline 编排流程执行到 Step 6(深度精读)时自动触发。

2026-03-09
paper-human-review
software-developers

对边缘分数论文生成信息卡片,支持对话式实时交互(Agent 编排首选)和异步挂起(cron 兜底)。当用户说"人工审阅论文"、"捞回论文"时触发。

2026-03-09
paper-knowledge-sync
data-scientists-152051

将论文分析结果沉淀到知识库(paper_index.json),检测论文关联关系,并基于跨论文洞察生成研究 Idea 提案。当 paper-pipeline 编排流程执行到 Step 6.8(知识沉淀)时自动触发。

2026-03-09
paper-pipeline
software-developers

编排论文阅读全流程(搜索→打分→仲裁→精读→代码评估→知识沉淀),通过 Agent 分步编排模式调度各子 Skill,支持断点续跑和对话式人工仲裁。当用户说"开始论文日常巡检"、"继续之前的巡检"、"运行论文 Pipeline"时触发。

2026-03-09
paper-relevance-scorer
data-scientists-152051

对搜索到的论文进行相关性评分(0-10分),采用三步式 Agent 编排:脚本准备上下文→Agent LLM 打分→脚本后处理。当用户说"给这些论文打分"、"评估论文相关性"时触发。

2026-03-09
paper-repo-evaluator
computer-systems-analysts

评估论文关联的代码仓库质量(GitHub stars、语言、集成成本等)。当 paper-pipeline 编排流程执行到 Step 6.5(代码评估)时自动触发。

2026-03-09
paper-seed-init
software-developerscomputer-occupations-all-other

初始化和维护核心论文目录(Seed Papers),为论文搜索、打分、精读和 Idea 生成提供学术品味锚点。当用户说"初始化核心论文"、"更新种子论文"时触发。

2026-03-09
paper-source-scraper
software-developers

按研究方向自动搜索最新论文并执行两级去重(运行内 + 跨周期),输出增量新论文列表。当用户说"搜索最新论文"、"论文巡检"时触发。

2026-03-09