Install
openclaw skills install paper-summarize-academicAcademic paper summarization with dynamic SOP selection based on paper topic classification. Supports method, dataset, multimodal, and other paper types with rigorous analysis templates.
openclaw skills install paper-summarize-academicThis skill provides academic-grade paper summarization with dynamic Standard Operating Procedure (SOP) selection based on paper topic classification.
method: Algorithm/architecture papersdataset: Dataset/benchmark papersmultimodal: Cross-modal learning paperstech_report: System/model release papersapplication: Applied AI paperssurvey: Survey/review papersrl_alignment: RL/Alignment/Safety papersspeech_audio: Speech/audio processing papersbenchmark: Evaluation/benchmark papersanalysis: Empirical analysis papers{paper_title}.md in research/{domain}/ai_summaries/This skill integrates with the broader research workflow:
SOP templates are defined in:
src/lib/agents/topic-sops.ts (primary location)summarization_prompt.ts (backup/reference)Both files contain identical SOP definitions with shared output format requirements.
# Summarize a method paper
paper_summarize --title "SongEcho: Cover Song Generation" --topic "method" --abstract "..." --authors "..."
# Summarize a dataset paper
paper_summarize --title "MusicSem: Language-Audio Dataset" --topic "dataset" --abstract "..." --authors "..."
research/{domain}/ai_summaries/{paper_title}.mdresearch/{domain}/prompts/{paper_title}_prompt.txt