feishu-doc-create-and-grant

Create Feishu cloud documents, write content blocks, and grant permissions via Open IDs.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/CalWade/agent-skill-eval --skill feishu-doc-create-and-grant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc-create-and-grant
Source: https://github.com/CalWade/agent-skill-eval/tree/main/examples/openclaw-feishu/skills/feishu-doc-create-and-grant
Command: npx skills add https://github.com/CalWade/agent-skill-eval --skill feishu-doc-create-and-grant

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of Feishu (Lark) documents, populates them with content, and grants management permissions to a specified user, streamlining collaborative document workflows.

Core Features & Use Cases

  • Automated Document Creation: Generates new Feishu cloud documents with a specified title.
  • Content Population: Writes text, lists, and code blocks into the created document.
  • Permission Management: Assigns full access or specific permissions to a user via their Open ID.
  • Use Case: When a user requests to "create a report and share it with me," this Skill can automatically generate the document, add initial content, and ensure the user has editing rights.

Quick Start

Use the feishu-doc-create-and-grant skill to create a new document titled 'Project Proposal' and grant me full access.

Frequently Asked Questions about feishu-doc-create-and-grant

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

FAQPage Schema
How do I automate Feishu document creation and assign user permissions?

Automating Feishu document creation and assigning permissions requires using the Feishu API to generate a document, insert block content, and grant access to a user via their Open ID. This Skill performs these steps automatically.

What do I need to integrate with Feishu cloud documents and manage access?

To integrate with Feishu cloud documents and manage access, you need a Feishu App ID and App Secret for API authentication. These credentials generate the tenant token required to authorize document creation and permission assignment.

Can I insert code blocks and lists when writing content to a Feishu cloud document?

Yes, you can insert code blocks and lists when writing content to a Feishu cloud document. This Skill supports dynamic content insertion through various block types, including text, lists, and code blocks.

How does Open ID permission management work for newly created Feishu docs?

Open ID permission management for newly created Feishu docs works by assigning full access or specific editing rights to a target user. The Skill uses the Feishu API to map the Open ID directly to document permissions.

What is the best way to streamline collaborative document workflows in Feishu?

The best way to streamline collaborative document workflows in Feishu is to automate the end-to-end process. This Skill handles generating the document, populating it with initial content, and sharing it with full editing rights.

Does this automation support granting full access to external users in Feishu?

Yes, this automation supports granting full access to external users in Feishu. By utilizing the target user's Open ID, the Skill assigns full management permissions to the specified individual.