Install
openclaw skills install paper-card-analyzerAnalyze `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.
openclaw skills install paper-card-analyzerGenerate a research-oriented paper-card from paper-parse results using direct natural-language analysis.
Read artifacts produced by paper-parse:
*_content.md (full parsed paper content in markdown)*_parsed.json (metadata and figures)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.mdpaper-card.jsonpaper-card-feedback.md (feedback log and revision history)The generated card uses this fixed section order:
*_content.md and one *_parsed.json in the same folder.*_parsed.json:
title, paper_name, num_pages, figures.*_content.md and extract evidence by section:
paper-card.md and paper-card.json.paper-card-feedback.md with: round number, user request, key edits.For every claim in the paper card:
*_content.md or *_parsed.json.Before finalizing each round, run a self-check:
Use these top-level keys:
paper_snapshotresearch_problem_and_motivationcore_contributionsmethod_overviewexperimental_setupmain_results_and_evidenceablation_and_analysis_findingslimitations_and_threats_to_validityreproducibility_notesopen_questions_and_future_workfiguresStore paper-card.json on every round, not only on request.