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.md
source content

Feishu Skills Kit — 飞书 Skills 全集

Complete collection of 10 Feishu/Lark skills for Claude Code and OpenClaw agents.

Included Skills

SkillCategoryDescription
feishu-doc-managerDocumentMarkdown → Feishu Doc with auto-formatting
feishu-docx-powerwriteDocumentHigh-quality Markdown → Feishu Docx conversion
feishu-doc-editorDocumentCreate/edit Feishu documents via OpenAPI
feishu-messagingMessagingSend text/image/file messages
feishu-cardMessagingRich interactive card messages
feishu-sheets-skillSpreadsheetFull spreadsheet CRUD operations
feishu-bitableSpreadsheetBitable/Base record management
feishu-bridgeIntegrationBot ↔ Clawdbot WebSocket bridge
feishu-memory-recallMemoryCross-group message search and digest
feishu-leave-requestWorkflowLeave request submission assistant

Prerequisites

  1. Create an app on Feishu Open Platform
  2. Obtain your
    App ID
    and
    App Secret
  3. Configure required permissions based on the skills you use
  4. 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).