Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

paper-card-analyzer纸卡分析仪

Agent Skill

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

总安装

7,706

周安装

331

GitHub Stars

公开资料未说明

下载量

2,701
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:paper-card-analyzer(纸卡分析仪)
来源仓库:https://github.com/chen-li-17/paper-card-analyzer
安装命令:
openclaw skills install paper-card-analyzer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install paper-card-analyzer

简介

基于论文解析结果生成自然语言研究卡片。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

  • 适合在已有解析输出后快速提炼关键信息。
  • 自动分析内容并输出结构化纸卡,提升文献整理效率。
  • 使用前请核实权限及是否会调用外部服务或执行命令。
  • paper-card-analyzer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
paper-card-analyzer
description
Analyze paper-parse outputs and generate a research-oriented paper card directly in natural language. Use this skill after paper parsing when you need a structured summary of contributions, method, experiments, limitations, reproducibility notes, and future work without running any extra script.
metadata

Paper Card Analyzer

Generate a research-oriented paper-card from paper-parse results using direct natural-language analysis.

Input Expectations

Read artifacts produced by paper-parse:

  • *_content.md (full parsed paper content in markdown)
  • *_parsed.json (metadata and figures)

Output

Produce the paper card in English by default, with balanced depth, and always save outputs in the same folder as the selected *_content.md and *_parsed.json.

Always save:

  • paper-card.md
  • paper-card.json
  • paper-card-feedback.md (feedback log and revision history)

The generated card uses this fixed section order:

  1. Paper Snapshot
  2. Research Problem and Motivation
  3. Core Contributions
  4. Method Overview
  5. Experimental Setup
  6. Main Results and Evidence
  7. Ablation and Analysis Findings
  8. Limitations and Threats to Validity
  9. Reproducibility Notes
  10. Open Questions and Future Work

Workflow

  1. Identify the target pair of files:

- Preferred: one *_content.md and one *_parsed.json in the same folder. - If multiple candidates exist, ask user to pick one pair.

  1. Read parsed metadata from *_parsed.json:

- title, paper_name, num_pages, figures.

  1. Read *_content.md and extract evidence by section:

- abstract/introduction/method/experiments/results/ablation/limitations/conclusion.

  1. Write a research-oriented card:

- Prioritize scientific novelty, methodological logic, evidence strength, validity threats, and reproducibility.

  1. Save first draft to the same folder:

- paper-card.md and paper-card.json.

  1. Request human feedback and revise:

- Ask what to correct, expand, or make stricter. - Update card and save again (overwrite current files). - Append each round to paper-card-feedback.md with: round number, user request, key edits.

  1. Repeat revision rounds until the user explicitly confirms satisfaction.
  2. Keep uncertainty explicit:

- If a section is missing, say "Not clearly stated in parsed content."

Reliability Protocol

For every claim in the paper card:

  • Use only evidence from *_content.md or *_parsed.json.
  • If evidence is weak or absent, mark it as "Not clearly stated in parsed content."
  • Separate "author-reported result" from "analyst assessment."
  • Never infer exact numbers, datasets, or baselines without direct textual support.
  • Prefer conservative wording over speculative interpretation.

Before finalizing each round, run a self-check:

  1. No unsupported factual claims.
  2. All metric numbers appear in source content or are removed.
  3. Limitations include at least one explicit validity threat.
  4. Reproducibility notes include what is known and unknown.
  5. JSON keys and Markdown section order are complete and stable.

Section Requirements (Detailed)

  1. Paper Snapshot

- Include title, paper_name, venue/year (if detectable), pages, figure count. - If venue/year is uncertain, mark as unknown.

  1. Research Problem and Motivation

- State task, real gap in prior work, and why gap matters. - Include scope boundaries if described by the authors.

  1. Core Contributions

- List 2-5 explicit novelty points. - Each contribution must be independently understandable and non-redundant.

  1. Method Overview

- Explain major components, data/model flow, and design rationale. - Avoid implementation-level noise unless necessary for understanding.

  1. Experimental Setup

- Capture datasets, baselines, metrics, and protocol details present in text. - Flag missing setup details that hurt comparability.

  1. Main Results and Evidence

- Report strongest outcomes with metrics when available. - Distinguish aggregate gains from per-dataset or per-metric gains.

  1. Ablation and Analysis Findings

- Summarize what ablation or analysis proves about component necessity. - If absent, explicitly say no dedicated ablation evidence was found.

  1. Limitations and Threats to Validity

- Cover at least: data/benchmark bias risk, method assumptions, external validity risk. - Include whether limitation is author-stated or analyst-inferred.

  1. Reproducibility Notes

- Record code/data links, hyperparameter clues, missing artifacts, reproducibility blockers. - State expected effort/risk level for independent reproduction.

  1. Open Questions and Future Work

- Provide 2-4 concrete research questions tied to observed evidence gaps. - Keep questions falsifiable and experiment-oriented.

Style Rules

  • Use concise, factual scientific writing.
  • Do not invent metrics, datasets, or claims not supported by the parsed text.
  • Distinguish author claims from your assessment.
  • Keep section order fixed for consistency across papers.
  • Keep language precise, avoid hype words, and avoid absolute certainty unless directly supported.

JSON Shape

Use these top-level keys:

  • paper_snapshot
  • research_problem_and_motivation
  • core_contributions
  • method_overview
  • experimental_setup
  • main_results_and_evidence
  • ablation_and_analysis_findings
  • limitations_and_threats_to_validity
  • reproducibility_notes
  • open_questions_and_future_work
  • figures

Store paper-card.json on every round, not only on request.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

74.93%
按下载量换算2,024

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills