agent-feishu-doc
Installation
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 |