feishu-skills
/install feishu-skills
Feishu Skills Installer
Module compatibility: Scripts are provided in both
.jsand.mjs. Prefer.mjs; if you get a module error, fall back to.js.
Install the full Feishu skill pack by executing the commands below. All script output is single-line JSON.
Included skills
| Skill | Description |
|---|---|
feishu-quick-setup |
One-click Feishu bot creation via Device Flow |
feishu-auth |
User-level OAuth authorization |
feishu-create-doc |
Create Feishu documents |
feishu-fetch-doc |
Fetch document content |
feishu-search-doc |
Search documents |
feishu-update-doc |
Update document content |
feishu-im-read |
Read messages from chats |
feishu-chat |
Group/chat management |
feishu-calendar |
Calendar events |
feishu-task |
Task management |
feishu-bitable |
Bitable (multi-dimensional tables) |
feishu-docx-download |
Export documents as files |
feishu-drive |
Drive file management |
feishu-image-ocr |
Image OCR |
feishu-search-user |
Search users |
feishu-sheet |
Spreadsheet operations |
feishu-wiki |
Wiki / knowledge base |
Installation steps
After downloading and extracting the skill pack, run the installer script.
Run installer
node {extracted_dir}/install.mjs
If you get an ESM-related error, use the CommonJS version instead:
node {extracted_dir}/install.js
The installer auto-detects the environment (EnClaws or OpenClaw) and copies skill directories to the correct location.
Handling the result
The installer outputs JSON. Check the success field:
| Result | Action |
|---|---|
success: true |
Show the reply field to the user |
success: false |
Show the message field to the user |
Notes
- Always run
install.mjs(orinstall.js) to complete the installation; do not copy skill directories manually. - The installer handles environment detection, file placement, and cleanup automatically.
- This skill only installs files. It does not perform Feishu authorization or permission checks.
- Execute each step rather than describing it to the user.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
feishu-skills 是什么?
Feishu (Lark) skill pack installer. Downloads and installs all Feishu integration skills for OpenClaw / EnClaws — including bot setup, docs, calendar, tasks,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。
如何安装 feishu-skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-skills」即可一键安装,无需额外配置。
feishu-skills 是免费的吗?
是的,feishu-skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
feishu-skills 支持哪些平台?
feishu-skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 feishu-skills?
由 HashSTACS-HK(@hashstacs-hk)开发并维护,当前版本 v1.0.0。