install
source · Clone the upstream repo
git clone https://github.com/autogame-17/feishu-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/autogame-17/feishu-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/feishu-search" ~/.claude/skills/autogame-17-feishu-skills-feishu-search && rm -rf "$T"
manifest:
feishu-search/SKILL.mdsource content
Feishu Search Skill
Unified search interface for Feishu (Lark) resources.
Prerequisites
- Install
first.feishu-common - This skill depends on
for token and API auth.../feishu-common/index.js
Features
- Search Messages: Find chat history across private and group chats.
- Search Docs: Locate documents, sheets, and bitables.
- Search Calendar: (Planned) Find events.
Usage
# Search messages node skills/feishu-search/index.js search_messages --query "bug report" --limit 10 # Search docs node skills/feishu-search/index.js search_docs --query "Q3 Roadmap"
Configuration
Requires standard Feishu environment variables (
FEISHU_APP_ID, FEISHU_APP_SECRET) or a valid FEISHU_TOKEN.
The skill uses shared auth from ../feishu-common/index.js.