Lesson 5 of 5
Exporting & Sharing
Estimated time: 5 minutes
Exporting & Sharing Reports
You've generated and reviewed your research report. Now you need to get it in front of the right people — as a PDF attachment, a Google Doc link, or a summary posted directly in Slack. This lesson covers all the export and distribution options.
Prerequisites
Export Formats
OpenClaw can output your report in multiple formats, each optimized for a different audience.
The most common format for formal reports. Generates a clean, paginated PDF with a table of contents and proper citations.
openclaw research export --report "ai-healthcare-2024" --format pdfCustomize PDF appearance with export options:
Share a Summary to Slack
Stakeholders rarely want a 15-page report in Slack. OpenClaw generates a condensed summary with a link to the full document.
Set Up Auto-Distribution
For recurring reports, configure automatic distribution so stakeholders get updates without you lifting a finger.
Auto-Approve Caution
Auto-distribution only works with approved reports. If you use scheduled generation (from the previous lesson) with auto_approve: false, reports wait in the review queue until you approve them. Only enable auto_approve: true for well-tested, low-risk recurring reports.
Email Distribution
Send reports directly via email with a customizable subject line and body.
openclaw research share --report "ai-healthcare-2024" --via email --to "ceo@company.com,vp-strategy@company.com" --attach pdfTrack Report Engagement
See who's accessed your shared reports and which sections get the most attention.
openclaw research stats --report latestThis helps you refine future templates. If everyone skips the Risks section but spends time on Key Players, you know where to invest more depth.
If you're generating reports for clients, customize the branding per recipient.
Apply a preset during export: --brand client
When should you enable `auto_approve: true` for scheduled research reports?