distill_url
Converts Feishu docs, webpages, PDFs, and video URLs into an HTML article and an Obsidian note. Supports async mode for large documents.
Instructions
Distill content from a URL into HTML article + Obsidian note.
Supports:
Feishu documents (feishu.cn, larkoffice.com)
Webpages (any HTTP/HTTPS URL)
PDF files (.pdf URLs)
Video/podcast URLs (YouTube, Bilibili, etc. - returns guidance)
Output:
HTML distillation article saved to ~/Documents/蒸馏文稿/
Obsidian note saved to ~/Documents/obsidian/{subdir}/
For large documents, set async_mode=true and poll with get_distill_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Document URL (Feishu, webpage, PDF, video) | |
| async_mode | No | If true, return task_id immediately for large documents | |
| obsidian_subdir | No | Subdirectory under Obsidian vault for the note (e.g., '飞书蒸馏') |