feishu-image/SKILL.md
# Feishu Image Skill 上传并发送图片到飞书聊天或用户。支持缓存 `image_key`,避免重复上传同一文件。 ## 使用方式 ```bash node skills/feishu-image/send.js --target <chat_id_or_user_id> --file <path_to_image> # 或者直接发送网络图片(自动下载) node skills/feishu-image/send.js --target <chat_id_or_user_id> --url <image_url> ``` ## 参数 - `--target`: 用户 OpenID(`ou_...`)或群 ChatID(`oc_...`) - `--file`: 本地图片路径 - `--url`: 网络图片 URL(可选,自动下载并发送) ## 配置 - `FEISHU_APP_ID` - `FEISHU_APP_SECRET`
npx skillsauth add autogame-17/feishu-skills feishu-imageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
上传并发送图片到飞书聊天或用户。支持缓存 image_key,避免重复上传同一文件。
node skills/feishu-image/send.js --target <chat_id_or_user_id> --file <path_to_image>
# 或者直接发送网络图片(自动下载)
node skills/feishu-image/send.js --target <chat_id_or_user_id> --url <image_url>
--target: 用户 OpenID(ou_...)或群 ChatID(oc_...)--file: 本地图片路径--url: 网络图片 URL(可选,自动下载并发送)FEISHU_APP_IDFEISHU_APP_SECRETdocumentation
--- name: feishu-wiki description: Feishu knowledge base operations. Actions: spaces, nodes, get, create, move, rename tags: [feishu, lark, wiki, knowledge, spaces, nodes, move] --- # Feishu Wiki Management Manage Feishu (Lark) Knowledge Base structure. Create spaces, list nodes, move pages, and manage hierarchy. ## Prerequisites - Requires `feishu-common` for authentication. - Must be configured with `FEISHU_APP_ID` and `FEISHU_APP_SECRET`. ## Actions - `spaces`: List knowledge spaces. -
tools
# Feishu Whiteboard Skill Allows creating and manipulating Feishu Whiteboards programmatically. ## Configuration Requires `FEISHU_APP_ID` and `FEISHU_APP_SECRET` in environment or `config.json`. Scopes required: `board:whiteboard:node:create` **Whiteboard scripts** (draw_*.js, relocate.js, debug_*.js, create_dashboard_real.js): - `FEISHU_WHITEBOARD_ID` — target whiteboard ID (or use `--board-id=ID` CLI arg) **Wiki board creation** (create_wiki_board.js): - `FEISHU_WIKI_SPACE_ID` — wiki space
content-media
Sends voice messages (audio) to Feishu chats using Duby TTS.
development
# Feishu Video Conference Skill Manage Feishu Video Conferences (VC). ## Usage ### Reserve a Meeting Create a meeting reservation. ```bash node skills/feishu-vc/reserve.js --subject "Meeting Title" --time "2026-02-04T10:00:00+08:00" ``` ## API Reference - Reserve: `POST /open-apis/vc/v1/reserve` - Permissions required: `vc:meeting:request` (Update meeting reservation info) ## Setup Requires `FEISHU_APP_ID` and `FEISHU_APP_SECRET`.