Openclaw-bestroll-skills feishu-skills-kit
install
source · Clone the upstream repo
git clone https://github.com/evan966890/openclaw-bestroll-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/evan966890/openclaw-bestroll-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/feishu-skills-kit" ~/.claude/skills/evan966890-openclaw-bestroll-skills-feishu-skills-kit && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/evan966890/openclaw-bestroll-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/feishu-skills-kit" ~/.openclaw/skills/evan966890-openclaw-bestroll-skills-feishu-skills-kit && rm -rf "$T"
manifest:
skills/feishu-skills-kit/SKILL.mdsource content
Feishu Skills Kit — 飞书 Skills 全集
Complete collection of 10 Feishu/Lark skills for Claude Code and OpenClaw agents.
Included Skills
| Skill | Category | Description |
|---|---|---|
| feishu-doc-manager | Document | Markdown → Feishu Doc with auto-formatting |
| feishu-docx-powerwrite | Document | High-quality Markdown → Feishu Docx conversion |
| feishu-doc-editor | Document | Create/edit Feishu documents via OpenAPI |
| feishu-messaging | Messaging | Send text/image/file messages |
| feishu-card | Messaging | Rich interactive card messages |
| feishu-sheets-skill | Spreadsheet | Full spreadsheet CRUD operations |
| feishu-bitable | Spreadsheet | Bitable/Base record management |
| feishu-bridge | Integration | Bot ↔ Clawdbot WebSocket bridge |
| feishu-memory-recall | Memory | Cross-group message search and digest |
| feishu-leave-request | Workflow | Leave request submission assistant |
Prerequisites
- Create an app on Feishu Open Platform
- Obtain your
andApp IDApp Secret - Configure required permissions based on the skills you use
- Set up MCP Server (see README.md for details)
Quick Start
# Install all skills clawhub install feishu-skills-kit --dir ~/.claude/skills # Configure MCP (edit ~/.claude/mcp.json) # Add your FEISHU_APP_ID and FEISHU_APP_SECRET # See mcp-config-template.json for reference # Restart Claude Code
MCP Configuration
See
mcp-config-template.json for the configuration template. Replace placeholders with your own credentials.
Documentation
See
README.md for the complete setup guide (in Chinese).