# Feishu Meeting Assistant

> Feishu Meeting Assistant

- Skill: `johnalbertini14-glitch/feishu-meeting-assistant` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add johnalbertini14-glitch/feishu-meeting-assistant`
- Raw SKILL.md: https://api.skillmd.com/api/skills/johnalbertini14-glitch/feishu-meeting-assistant/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: johnalbertini14-glitch (https://skillmd.com/u/johnalbertini14-glitch)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/johnalbertini14-glitch/feishu-meeting-assistant

---

# 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

```bash
# 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.

