feishu-logger

Log Feishu document creation results to Markdown and JSON files.

28|13|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/wulaosiji/skills --skill feishu-logger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-logger
Source: https://github.com/wulaosiji/skills/tree/main/feishu-doc-orchestrator/feishu-logger
Command: npx skills add https://github.com/wulaosiji/skills --skill feishu-logger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the logging of Feishu document creation results, ensuring that all relevant information about the created documents is captured and stored for future reference.

Core Features & Use Cases

  • Consolidated Logging: Aggregates results from various sub-skills involved in document creation.
  • Multiple Formats: Outputs logs in both human-readable Markdown and machine-readable JSON formats.
  • Use Case: After a series of operations to create a Feishu document, including setting permissions and adding content blocks, this skill will automatically generate a log entry detailing the document's ID, URL, creation time, and success status of each step.

Quick Start

Call the feishu-logger skill with the workflow directory and output directory.

Frequently Asked Questions about feishu-logger

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

FAQPage Schema
How do I log Feishu document creation results in Markdown and JSON formats?

To log Feishu document creation results, you can use an automation workflow that aggregates data like document ID, URL, and timestamps, outputting records into both human-readable Markdown and machine-readable JSON files.

What information is tracked when automating Feishu document workflow logging?

Feishu document workflow logging tracks the document ID, URL, creation timestamps, permission changes, and the counts of created blocks and tables to ensure comprehensive auditing of the generation process.

How do I audit document generation workflows within the Feishu ecosystem?

You can audit Feishu document generation workflows by running a logging sub-process that captures success statuses and structural details from document creation operations, consolidating them into persistent files.

Does the Feishu logger capture permission changes and block creation counts?

Yes, the Feishu logger captures permission changes and block creation counts, aggregating these details alongside document IDs and URLs to provide a complete record of document creation sub-processes.

Can I consolidate logs from multiple Feishu document creation sub-skills into one file?

Yes, you can consolidate logs from multiple Feishu document creation sub-skills by aggregating the results into a unified output directory, generating a single Markdown or JSON file for the entire workflow.

When do I need to generate JSON and Markdown logs for Feishu documents?

You need to generate JSON and Markdown logs for Feishu documents after completing a series of operations like setting permissions and adding content blocks, ensuring all creation steps are recorded for future reference.