Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

paper-workbench纸工作台

Agent Skill

paper-workbench 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

261

周安装

11

GitHub Stars

14

下载量

92
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:paper-workbench(纸工作台)
来源仓库:https://github.com/bahayonghang/my-claude-code-settings
仓库路径:skills/paper-workbench
安装命令:
npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill paper-workbench
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill paper-workbench

简介

paper-workbench 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它支持通过关键词、任务场景或来源线索进行信息检索与筛选。
  • 可通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Paper Workbench

Unified entrypoint for paper intake, strategic reading, multi-paper synthesis, and review construction.

Keep paper-record as the normalization layer. Do not merge high-level analysis back into the normalized record.

When to use

Use this skill when the job is to:

  • read one paper quickly
  • deeply deconstruct one paper
  • compare or synthesize multiple papers
  • build a review outline or gap map
  • normalize paper sources into reusable machine-readable artifacts

Do not use this skill when the primary job is to implement a paper. In that case, route to paper2code.

Public interfaces

  • paper-record — normalized single-paper facts
  • researcher-profile — user research anchor
  • paper-deep-read — single-paper strategic analysis artifact
  • literature-synthesis — cross-paper integration artifact
  • review-outline — literature-review planning artifact

Accepted inputs

  • arXiv IDs and arXiv URLs
  • AlphaXiv URLs
  • DOI strings or doi.org/... URLs
  • local academic PDFs or text files
  • remote PDF URLs
  • paper landing pages that expose a PDF
  • existing paper-record JSON
  • existing researcher-profile, paper-deep-read, literature-synthesis, or review-outline JSON

Routing workflow

  1. Resolve the input class from $ARGUMENTS, the latest user message, or a pasted JSON artifact.
  2. If the request is paper-level and not already normalized, run scripts/normalize_paper.py first.
  3. Determine the mode from explicit user intent or the defaulting rules below.
  4. If the chosen mode is profile-sensitive, load the supplied researcher-profile or collect only the missing fields.
  5. Produce the requested mode output.
  6. Persist artifacts only when the user asked to save them.

Mode quick guide

Single-paper modes

  • scan

- Use for “先快速扫一下”, “预判”, or fast worth-reading decisions

  • deep-read

- Use for “精读这篇”, “深度阅读”, “解构这篇”

  • card

- Use for “只做卡片”

  • interpret

- Compatibility path for a lightweight explanation

  • xray

- Compatibility path for compact critique

  • json

- Return the normalized paper-record

Cross-paper modes

  • synthesis

- Use for “整合这几篇”, “对比分析”, “找研究空白”

  • review

- Use for “搭综述框架”, “写这一段”

Defaulting rules

  • If the user explicitly asks for a machine-readable or saved schema artifact, default to json
  • If the user provides a single paper and asks to read or analyze it without a more specific mode, default to scan
  • If the user provides 3 or more papers and asks for integration, default to synthesis
  • If the user provides exactly 2 papers and asks for integration, run a comparison-oriented synthesis and mark any gap mapping as provisional

Normalize first

For any paper-like input, run:

python "$SKILL_DIR/scripts/normalize_paper.py" \
  --source "<paper-source>" \
  --lang "<lang>" \
  --fulltext "<auto|prefer|never>"

Use --save only when the user asked to persist the normalized JSON.

Profile workflow

Before deep-read, card, synthesis, or review, prefer a researcher-profile.

If missing, collect only these fields:

  • research_field
  • core_question
  • thesis (optional)
  • target_tier
  • stage

If the user clearly wants no back-and-forth, proceed with a generic profile-light analysis and explicitly mark that personalization is limited.

If the user wants persistence, create or update the profile with:

python "$SKILL_DIR/scripts/workbench_io.py" init-profile \
  --path "<profile-path>" \
  --research-field "<field>" \
  --core-question "<question>" \
  --thesis "<optional-thesis>" \
  --target-tier "<target-tier>" \
  --stage "<stage>"

Artifact persistence

When the user asks to save a deep read, synthesis, or review plan, write a JSON artifact plus an optional Markdown or Org sidecar:

python "$SKILL_DIR/scripts/workbench_io.py" save-artifact \
  --workspace "<workspace-dir>" \
  --artifact-type "<paper-deep-read|literature-synthesis|review-outline>" \
  --title "<artifact-title>" \
  --payload-file "<json-payload-file>" \
  --profile-path "<optional-profile-path>" \
  --source-record "<path-to-paper-record>" \
  --sidecar-file "<optional-md-or-org>"

Output rules

  • Separate 作者观点 from 系统分析
  • Never invent page numbers, quotations, or empirical details
  • If a requested quote or page anchor is missing, use [信息待核实]
  • synthesis and review must integrate arguments across papers rather than serially summarizing each paper
  • review paragraphs must use PEEL as a micro-argument structure, not a citation list
  • If the input evidence is too thin for the requested mode, downgrade the claim strength instead of pretending full coverage

Edge cases

  • Mixed raw sources + existing JSON artifacts:

- normalize raw sources first, then merge at the artifact layer

  • More than one paper but user asks for deep-read:

- either choose the clearly primary paper or ask which one to focus on

  • DOI metadata only and no reachable full text:

- return the strongest metadata available and mark missing full-text facts

References

  • references/routing.md — source classification and routing logic
  • references/schema.md — canonical paper-record contract
  • references/artifacts.mdresearcher-profile and higher-level artifacts
  • references/migration.md — compatibility and alias mapping
  • references/modes/json.md — machine-readable output rules
  • references/modes/interpret.md — lightweight explanation path
  • references/modes/xray.md — compact critique path
  • references/modes/scan.md — single-paper quick triage
  • references/modes/deep-read.md — full single-paper deconstruction
  • references/modes/card.md — literature card only
  • references/modes/synthesis.md — cross-paper integration
  • references/modes/review.md — literature-review planning and writing

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.89%
按下载量换算32

Claude

30.23%
按下载量换算28

Cursor

22.39%
按下载量换算21

Gemini CLI

9.56%
按下载量换算9

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills