skills/skills.volces.com/agent-feishu-doc

agent-feishu-doc

SKILL.md

Agent Feishu Doc Guide

Quick Reference

Operation API Endpoint
Create doc POST /drive/v1/documents
Get doc metadata GET /drive/v1/documents/{id}
Get doc blocks GET /drive/v1/documents/{id}/blocks
Add blocks POST /drive/v1/documents/{id}/blocks/{parent_id}/children
Set public perm PATCH /drive/v1/permissions/{id}/public?type=docx

Workflow

1. Create Document

curl -X POST "https://open.feishu.cn/open-apis/drive/v1/documents" \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
Installs
6
First Seen
Apr 14, 2026