Feishu-skills feishu-meeting-assistant

Feishu Meeting Assistant

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-meeting-assistant" ~/.claude/skills/autogame-17-feishu-skills-feishu-meeting-assistant && rm -rf "$T"
manifest: feishu-meeting-assistant/SKILL.md
source content

Feishu Meeting Assistant

Scans your Feishu Calendar for upcoming events with attached documents (Doc, Sheet, Bitable), reads their content, and prepares a summarized briefing card for the user.

Usage

# Check upcoming meetings (next 24h) and generate briefings
node skills/feishu-meeting-assistant/check.js

Features

  • Detects meetings in the next 24 hours.
  • Parses event descriptions for Feishu Doc/Sheet/Bitable links.
  • Fetches document content using
    feishu-doc
    .
  • Generates a concise briefing card with key points.
  • Sends the briefing to the user via
    feishu-card
    .

Configuration

  • Requires
    feishu-calendar
    and
    feishu-doc
    skills to be installed and configured.