Openclaw-bestroll-skills skill-feishu-manager
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/skill-feishu-manager" ~/.claude/skills/evan966890-openclaw-bestroll-skills-skill-feishu-manager && 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/skill-feishu-manager" ~/.openclaw/skills/evan966890-openclaw-bestroll-skills-skill-feishu-manager && rm -rf "$T"
manifest:
skills/skill-feishu-manager/SKILL.mdsource content
Feishu Manager Skill
Complete toolkit for managing Feishu workspace.
Tools Used
- feishu_doc - Document operations
- feishu_wiki - Knowledge base operations
- feishu_bitable_* - Table operations
- feishu_drive - Cloud storage operations
Quick Reference
Documents
- Read: feishu_doc { "action": "read", "doc_token": "ABC123" }
- Create: feishu_doc { "action": "create", "title": "New Doc" }
- Write: feishu_doc { "action": "write", "doc_token": "ABC123", "content": "# Title" }
Wiki
- List spaces: feishu_wiki { "action": "spaces" }
- Create page: feishu_wiki { "action": "create", "space_id": "...", "title": "Page" }
Bitable
- Create table: feishu_bitable_create_app { "name": "Project" }
- List records: feishu_bitable_list_records { "app_token": "...", "table_id": "..." }
Drive
- List folder: feishu_drive { "action": "list", "folder_token": "..." }
- Create folder: feishu_drive { "action": "create_folder", "name": "New" }
Permissions Required
- docx:document
- wiki:wiki
- drive:drive
- bitable:data