What problem does it solve?
This Skill removes the manual overhead of turning organized Markdown notes into shareable PDFs and delivering them to Feishu/Lark Drive on a recurring schedule.
Core Features & Use Cases
- Markdown discovery and planning: Reads a private local rules file to find approved source directories, categories, and output locations without exposing sensitive paths in the repository.
- Deterministic PDF conversion: Runs a configured Markdown-to-PDF converter for each discovered file and stages inputs safely when the converter writes beside its source.
- Feishu Drive publishing: Uploads generated PDFs to configured Drive folders using the correct identity and folder token workflow.
- Audit and recovery support: Writes a manifest of planned, converted, skipped, and uploaded items so recurring runs can be reviewed and debugged.
- Use Case: A team maintains a set of private Markdown project notes and needs them exported to PDFs and uploaded to a specific Feishu folder every week without manually rebuilding the workflow each time.
Quick Start
Ask Codex to run the markdown-pdf-feishu-sync skill in dry-run mode against your local rules file so it can show the planned Markdown files, output PDFs, and Feishu targets before any conversion or upload happens.