feishu-docs
Feishu Docs
Create and manage Feishu (飞书) cloud documents with automatic user authorization. Documents are created in your personal folder with full editing permissions.
Quick Start
Create a Document
bash scripts/create_doc.sh "Document Title"
Returns document ID and link. Document is created in your folder.
Write Content to Document
bash scripts/write_content.sh <doc_id> "path/to/content.json"
More from euodiahey/feishu-skills
feishu-calendar
Manage Feishu calendar with automatic user authorization. Create, read, update, and delete calendar events. List upcoming events, check availability, and manage your calendar programmatically with automatic token refresh.
14feishu-tasks
Create, read, and manage Feishu tasks with automatic user authorization. Use when you need to create tasks that your user can directly edit, read task lists, manage task details, or check calendar events. Supports automatic token refresh and persistence across sessions. All operations are performed with user identity, ensuring proper permissions.
11