browser_export
Export browser findings or text to files in MD, TXT, HTML, PDF, DOCX, or PPTX. Missing libraries trigger setup instructions instead of silent installs.
Instructions
Export findings/text to a file. md/txt/html always work (zero deps). docx/pdf/pptx need python libs — if missing, returns install instructions. No silent installs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Content to export (markdown accepted) | |
| title | No | Document title | |
| format | No | Output format | |
| output_path | No | Where to write the file |