document-delivery

Delivers structured research results and literature reviews as Feishu cloud documents.

2|Updated Aug 9, 2026
One-click install
npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill document-delivery-deepjh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-delivery
Source: https://github.com/DeepJH/doubao-skill-and-info/tree/main/skills/doubao-academic-researcher/sub-skills/document-delivery
Command: npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill document-delivery-deepjh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? It automates the final stage of an academic research workflow by converting structured research findings, logic diagrams, and literature review drafts into properly formatted Feishu (Lark) cloud documents with mandatory read-back verification. ## Core Features & Use Cases - Feishu Document Generation: Creates academic-style cloud documents with standardized sections including core conclusions, literature maps, thematic chapters, and references. - Mermaid Whiteboard Insertion: Embeds core logic diagrams as Mermaid whiteboards at the correct document position via lark-cli commands. - Read-Back Validation: Fetches the created document and runs automated checks on structure, citations, figure placement, and formatting compliance. - Use Case: After completing a literature review workflow, deliver the full review draft, multi-dimensional literature map, and logic graph as a verified Feishu document ready for sharing. ## Quick Start Deliver the completed research results and literature review draft as a Feishu cloud document with the logic graph inserted and verified.

Frequently Asked Questions about document-delivery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Feishu document from research results?

Use lark-cli docs commands to create a docx document containing the structured sections, then insert the Mermaid whiteboard and fetch the document back for validation. The workflow requires a review handoff file before document creation is allowed.

How to insert a Mermaid diagram into a Feishu document?

Insert Mermaid diagrams as whiteboard blocks using docs +update with block_insert_after targeting a real block id, never as plain images via media-insert. The whiteboard must be placed after the research structure section and before the thematic chapters.

What happens if the review handoff file is missing?

The skill outputs BLOCKED: NEED_REVIEW_HANDOFF and refuses to create any document. It enforces input gates that require the review draft, draft check results, and structured research results before proceeding.

Can the logic graph be skipped in document delivery?

Only when the user explicitly allows skipping the graph for that run. Otherwise the skill outputs BLOCKED: NEED_SYNTHESIS_REWORK, and placeholder text in place of the figure is never permitted.

Why does document delivery require read-back verification?

Read-back via docs +fetch confirms the whiteboard exists, sections are numbered sequentially, citations follow author-year format, and no decorative blocks or placeholders remain. Any failed check prevents marking the delivery as ready.