← Back to Skills Marketplace
slight-leaves

Paper Repro Triage

by slight-leaves · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
52
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install paper-repro-triage
Description
中文论文复现执行工作流。用于用户上传或提供深度学习、机器学习、LLM、CV、NLP、多模态、数据集、benchmark、prompt 工程或 agent 论文的 PDF、arXiv 链接、论文主页、项目页、标题摘要或源码线索,并要求判断可复现性、搜索官方代码、检查本地源码、追踪数据集论文源码、定位数据处理代码、自...
Usage Guidance
This skill is internally consistent with its stated purpose, but note the following before installing or invoking it: - It will create and write files under paper-repro-workspace/<paper-slug>/ and will auto-clone repositories from GitHub/GitLab into that workspace (bootstrap_repo.py restricts clones to GitHub/GitLab URLs). - It actively searches and reads local code directories (including the current agent workspace and any paths set in the environment variable PAPER_REPRO_LOCAL_CODE_ROOTS). If you have sensitive files in those locations, the skill may enumerate/read them as part of its local-code discovery — review or unset PAPER_REPRO_LOCAL_CODE_ROOTS if needed. - The skill does not request credentials, but cloning SSH-style URLs ([email protected]) may attempt to use available SSH keys; it does not exfiltrate secrets or send data to arbitrary endpoints. The scripts print snippets (e.g., README head) into reports, so inspect generated repro-report.md and generated scaffold before sharing. - The skill is explicit about NOT installing dependencies, downloading datasets, or running training unless the user explicitly requests run/execute actions; it is safe in that it avoids automatic execution of heavy or potentially disruptive operations by default. Recommended actions: review the workspace path(s) the agent will scan, ensure no sensitive directories are exposed via PAPER_REPRO_LOCAL_CODE_ROOTS, and inspect any cloned repositories and the generated repro-report.md before performing further actions (like installing dependencies or running training).
Capability Analysis
Type: OpenClaw Skill Name: paper-repro-triage Version: 1.0.0 The skill bundle provides a structured workflow for triaging and preparing academic paper reproductions. It includes Python scripts (e.g., bootstrap_repo.py, scaffold_repro_project.py) for cloning repositories, searching local directories, and generating PyTorch project templates. While the skill utilizes potentially risky capabilities like shell execution (git clone) and file system writes, these are necessary for its stated purpose and are accompanied by explicit safety instructions in SKILL.md that prohibit the agent from automatically installing dependencies, downloading large datasets, or executing training scripts without user consent. No evidence of malicious intent, data exfiltration, or obfuscation was found.
Capability Assessment
Purpose & Capability
Name/description match the shipped scripts and SKILL.md: bootstrapping/cloning repos, finding local code, locating data-processing code, building paper-spec drafts, scaffolding concise repro projects, and inspecting generated projects. No unrelated credentials or external services are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to run the included Python scripts and to read PDFs/web pages, to auto-clone GitHub/GitLab repos, and to write a Markdown report into paper-repro-workspace/<paper-slug>/. This is consistent with the purpose. Two actionable notes: (1) the instructions and scripts reference an environment variable PAPER_REPRO_LOCAL_CODE_ROOTS (used to broaden local search paths) even though the skill does not declare required env vars; (2) the flow includes scanning local workspace directories and any roots provided by that env var, which is needed for finding local code but means the skill will enumerate and read user files under those roots.
Install Mechanism
No install spec is provided (instruction-only skill). All code is bundled as Python scripts included in the skill. There are no network downloads from untrusted URLs; cloning is limited to GitHub/GitLab (the bootstrap script enforces allowed prefixes).
Credentials
The skill declares no required environment variables or credentials (none listed). It does, however, reference and use PAPER_REPRO_LOCAL_CODE_ROOTS to find local code (not declared) and will inspect workspace paths. It does not request or require tokens/keys. Reading local paths is proportional to the goal but is a privacy-sensitive action the user should be aware of.
Persistence & Privilege
always:false and no special privileges. The scripts create directories under paper-repro-workspace and clone into them when appropriate. The skill does not modify other skills, system configuration, or persist credentials. It also documents that it will not install dependencies, download datasets, or run training when main-paper code is present.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install paper-repro-triage
  3. After installation, invoke the skill by name or use /paper-repro-triage
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
paper-repro-triage v1.0.0 - 初始发布,提供中文论文复现执行工作流,自动分析、溯源、仓库导读及生成复现工程。 - 强化可复现性判定、主论文源码与数据集源码检索、clone 与目录智能检测机制。 - 严格区分主论文源码、数据集/benchmark 源码与 baseline 实现,自动定位数据处理代码。 - 自动生成符合直觉的 PyTorch 复现工程目录结构,并输出详细 Markdown 报告及中文极简摘要。 - 严禁自动运行训练/依赖安装,仅限自动分析与准备阶段。
Metadata
Slug paper-repro-triage
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Paper Repro Triage?

中文论文复现执行工作流。用于用户上传或提供深度学习、机器学习、LLM、CV、NLP、多模态、数据集、benchmark、prompt 工程或 agent 论文的 PDF、arXiv 链接、论文主页、项目页、标题摘要或源码线索,并要求判断可复现性、搜索官方代码、检查本地源码、追踪数据集论文源码、定位数据处理代码、自... It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.

How do I install Paper Repro Triage?

Run "/install paper-repro-triage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Paper Repro Triage free?

Yes, Paper Repro Triage is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Paper Repro Triage support?

Paper Repro Triage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Paper Repro Triage?

It is built and maintained by slight-leaves (@slight-leaves); the current version is v1.0.0.

💬 Comments