research-report

Research technical projects/papers and generate comprehensive reports with PDF export. Modes: lite (analysis + writing) or full (+ environment setup + experiments). Params: iterations, mode, project-path, output. Use for paper analysis, code review, technical reports, research documentation.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "research-report" with this command: npx skills add huaruoji/research-report

Research Report Generator

Analyze technical projects/papers and produce comprehensive reports with PDF export.

Modes

Lite Mode (default)

  • Literature search + paper analysis
  • Code reading (local or remote)
  • Multi-iteration report writing
  • PDF generation via md2pdf skill
  • No environment setup or experiment runs

Full Mode

  • Everything in lite mode +
  • Conda/virtualenv setup
  • Dependency installation
  • Experiment execution
  • Result analysis

Usage

bash {baseDir}/scripts/research-report.sh \
  --topic "Spatial Forcing" \
  --mode lite \
  --iterations 3 \
  --output both

Parameters

ParameterDefaultDescription
--topic(required)Paper/project name or arXiv ID
--modelitelite or full
--iterations3Report revision iterations
--outputbothmd, pdf, or both
--project-path(auto)Local code directory (optional)
--workspace(current)Workspace directory

Workflow

Phase 1: Discovery

  1. Search arXiv + project pages
  2. Fetch related papers (citations + references)
  3. Identify key technologies and dependencies

Phase 2: Analysis

  1. Read source code (if --project-path provided)
  2. Analyze architecture from docs/code
  3. Map technology stack

Phase 3: Report Writing (× iterations)

  1. Draft outline
  2. Write sections iteratively
  3. Add diagrams (Mermaid/ASCII)
  4. Refine explanations

Phase 4: Export (Full mode only)

  1. Setup conda env
  2. Install dependencies
  3. Run experiments
  4. Append results to report

Phase 5: PDF Generation

  1. Call md2pdf skill
  2. Send to user via Telegram

Output Structure

<workspace>/
├── reports/
│   ├── <topic>_report_v1.md
│   ├── <topic>_report_v2.md
│   ├── <topic>_report_final.md
│   └── <topic>_report_final.pdf
├── memory/YYYY-MM-DD.md (appended)
└── logs/<topic>_research.log

Report Template

The generated report follows this structure:

  1. Executive Summary - 100-word overview
  2. Motivation - Problem statement + why it matters
  3. Background - Prerequisites explained intuitively
  4. Core Method - Technical details with analogies
  5. Code Analysis - Key files walkthrough
  6. Experiments - Setup + results (full mode)
  7. Troubleshooting - Common issues + fixes
  8. References - Papers + repos + docs

Dependencies

Required:

  • pandoc (for PDF export)
  • texlive-xetex (CJK + math support)

Full mode only:

  • conda/miniconda
  • CUDA toolkit (if GPU experiments)

Integration

This skill automatically:

  • Uses md2pdf skill for PDF conversion
  • Appends to memory/YYYY-MM-DD.md
  • Creates structured report directory

Examples

Lite mode, 5 iterations:

research-report --topic "VGGT" --iterations 5 --mode lite

Full mode with local code:

research-report --topic "Spatial Forcing" \
  --project-path ~/Spatial-Forcing/openvla-SF \
  --mode full \
  --iterations 3

PDF only output:

research-report --topic "OpenVLA" --output pdf

Troubleshooting

IssueFix
PDF generation failsCheck pandoc --version, install texlive-xetex
CJK characters missingInstall fonts-noto-cjk, verify with fc-list :lang=zh
Math formulas not renderedEnsure markdown uses $...$ / $$...$$ syntax
Full mode conda failsRun conda update -n base conda first

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

七窍玲珑战法 v4.0

融合七窍玲珑×五维共振×量化闭环的完整交易系统。七维确认(1234567)+五维共振(趋势/位置/形态/时间/信号)+标准化五步闭环(分析→计划→执行→风控→复盘)+趋势/震荡双模式。适用于XAU/USD等所有可交易品种。内置九维排查、凯利仓位管理、市场适应性调整。

Registry SourceRecently Updated
Research

Autoresearch.Bak

Autonomous experiment loop for AI agents. Use when the user wants to run systematic experiments — optimizing hyperparameters, searching for better configurat...

Registry SourceRecently Updated
Research

Clone Anywebsite

High-fidelity visual-first web rebuilding from design references. Screenshot-driven analysis, DOM interrogation for exact CSS values, asset inspection (WebGL...

Registry SourceRecently Updated
1490Profile unavailable
Research

jeffli-content-factory

Create complete WeChat Official Account viral articles from a user-provided title by researching high-view YouTube videos, confirming topic/outline with user...

Registry SourceRecently Updated
1830Profile unavailable