paper-card-analyzer
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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chen-li-17/paper-card-analyzerWhat This Skill Does
The paper-card-analyzer is a specialized OpenClaw skill designed to transform raw research paper outputs (generated by paper-parse) into highly structured, actionable, and analytical summaries known as "paper cards." Instead of performing a simple surface-level summary, this agent performs a critical reading of the paper's full content and metadata. It systematically breaks down the research into ten predefined core research dimensions—including contributions, methodological novelty, experimental rigor, and reproducibility. By maintaining a strict reliability protocol, the tool ensures that every claim is grounded in the source artifacts, explicitly separating author claims from analytical assessments to prevent hallucination.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/chen-li-17/paper-card-analyzer
Use Cases
- Literature Reviewing: Quickly create standardized summaries across dozens of papers to compare performance metrics and experimental setups consistently.
- Journal Club Preparation: Generate structured talking points that highlight methodological limitations and validity threats before a presentation.
- Rep reproducibility Checks: Use the "Reproducibility Notes" section to quickly determine if the paper provides enough data to warrant an attempt at code reproduction.
- Research Synthesis: Consolidate knowledge across multiple papers within a domain by generating uniform paper cards that allow for easy side-by-side comparison of future work.
Example Prompts
- "Analyze the paper-parse output in the ./neurips-2023 folder and create a paper-card. Focus specifically on the limitations section."
- "I've reviewed the first draft of the paper-card for 'Attention is All You Need'. Please refine the 'Core Contributions' section to be more concise and add more detail to the 'Reproducibility Notes'."
- "Generate a paper-card for the parsed files in my current directory, ensuring that the 'Main Results' section only includes metrics explicitly supported by the tables in the _parsed.json file."
Tips & Limitations
- Data Dependency: The quality of the card is entirely dependent on the quality of the preceding
paper-parseexecution. Ensure your source files are clean. - Honest Uncertainty: If the paper is opaque about its methodology, the skill will explicitly state "Not clearly stated in parsed content" rather than guessing. Trust this output as a sign that the paper itself may be underspecified.
- Feedback Loop: Treat the first generated card as a draft. The tool is designed to learn from your iterative feedback; the more you specify where to be stricter, the more accurate the final output will be.
- File Management: Ensure you keep the output files (
paper-card.md,paper-card.json, and the feedback log) together to maintain the history of your research analysis.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chen-li-17-paper-card-analyzer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write
Related Skills
paper-parse
Parse academic PDF papers into markdown with figure extraction.
xhs-post-factory
小红书多输入内容生成技能。用于将 pdf/md/txt/json 等文件转为结构化的小红书博文。默认生成论文解读(paper-interpretation)类型,输出 xhs-post.md 与 xhs-post.json 到输入文件所在目录,并保留可扩展模板机制以支持后续更多博文类型。
xiaohongshu-operate
小红书运营执行技能。用于按给定素材执行发帖草稿创建(普通图文/长文/视频)、评论区检查与回复流程、关键词搜索并抓取已有内容。适用于用户明确要求“直接按素材操作平台”而不是重新生成内容的场景,默认发帖到草稿箱、评论先汇总后确认、抓取输出为 Top 20 的标准字段 Markdown。