Feishu-skills feishu-search

Feishu Search Skill

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

Feishu Search Skill

Unified search interface for Feishu (Lark) resources.

Prerequisites

  • Install
    feishu-common
    first.
  • This skill depends on
    ../feishu-common/index.js
    for token and API auth.

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
.