โ† All skills
Tencent SkillHub ยท Developer Tools

Research Report Generator

Research technical projects/papers and generate comprehensive reports with PDF export. Modes: lite (analysis + writing) or full (+ environment setup + experi...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Research technical projects/papers and generate comprehensive reports with PDF export. Modes: lite (analysis + writing) or full (+ environment setup + experi...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/report-template.md, scripts/research-report.sh, scripts/run-research-agent.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 16 sections Open source page

Research Report Generator

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

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

Phase 1: Discovery

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

Phase 2: Analysis

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

Phase 3: Report Writing (ร— iterations)

Draft outline Write sections iteratively Add diagrams (Mermaid/ASCII) Refine explanations

Phase 4: Export (Full mode only)

Setup conda env Install dependencies Run experiments Append results to report

Phase 5: PDF Generation

Call md2pdf skill 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: Executive Summary - 100-word overview Motivation - Problem statement + why it matters Background - Prerequisites explained intuitively Core Method - Technical details with analogies Code Analysis - Key files walkthrough Experiments - Setup + results (full mode) Troubleshooting - Common issues + fixes 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

IssueFixPDF generation failsCheck pandoc --version, install texlive-xetexCJK characters missingInstall fonts-noto-cjk, verify with fc-list :lang=zhMath formulas not renderedEnsure markdown uses $...$ / $$...$$ syntaxFull mode conda failsRun conda update -n base conda first

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts
  • SKILL.md Primary doc
  • references/report-template.md Docs
  • scripts/research-report.sh Scripts
  • scripts/run-research-agent.sh Scripts