feishu_skills
Automate Feishu messaging, docs, tables, tasks, and approvals
All Skills in This Repository (10)
Pure Emerald Level Indicatorsfeishu-im
Automate Feishu IM messaging and group management tasks.
feishu-card
Send interactive Feishu cards with JSON payloads and WebSocket callbacks.
feishu-doc-writer
Convert Markdown content into Feishu Block structures and write them to cloud documents.
feishu-calendar
Create and update Feishu calendars and events with attendee invitations.
feishu-wiki
Create and manage Feishu Wiki spaces and hierarchical nodes via API.
feishu-contact
Search Feishu members, manage departments, and convert open_id, user_id, and union_id.
feishu-bitable
Automates Feishu Bitable CRUD, schema, view, and permission management via JSON payloads.
feishu-task
Automate creating, updating, completing, and commenting on Feishu tasks via Task v2 API.
feishu-approval
Automate Feishu approval workflows via Approval v4 endpoints.
feishu-drive
Automate Feishu Cloud Drive file upload, download, move, and search operations.
Frequently Asked Questions
FAQPage SchemaHow to install feishu_skills?โผ
Run `npx skills add alextangson/feishu_skills --all -g -y` in your terminal to install all ten Feishu skills globally.
What can I automate in Feishu with these skills?โผ
You can send group messages and interactive cards, write documents, manage Bitable records, schedule calendar events, create tasks, run approval flows, and manage files and contacts.
Do I need a Feishu app to use these skills?โผ
Yes. Create an enterprise app on the Feishu Open Platform, enable the permissions listed in each skill, and set the FEISHU_APP_ID and FEISHU_APP_SECRET environment variables.
Does feishu_skills work with OpenClaw and Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and work in OpenClaw, Claude Code, and other compatible agent runtimes.
How does token authentication work?โผ
A shared script fetches and caches your tenant token locally, reusing it until expiry and auto-refreshing before it expires, so you never handle tokens manually.