md-to-feishu
Installation
SKILL.md
Markdown to Feishu Document
Convert a local Markdown file into a Feishu document, with automatic image upload.
User Input
The user only needs to provide a Markdown file path. Title is optional — if not provided, extract it automatically (see below).
Step 1: Determine the Document Title
- Read the Markdown file and look for the first
# heading— use that as the title. - If no
# headingexists, scan the content and generate a concise, descriptive title based on the topic. - If the user explicitly provides a title, use that instead.
Step 2: Check the Runtime Environment
Try each option in order. Use the first one that works.