feishu-robot-registry
Installation
SKILL.md
feishu-robot-registry
Manages the Robot Contact List in Feishu. Creates or reuses a Feishu docx document to store robot metadata (name, session key, app ID) and supports registration and listing of robots.
What It Does
- Register: Appends a new robot entry to the registry doc with name, session key, app ID, and timestamp
- List: Reads all registered robot entries from the doc and outputs them as JSON
- Auto-create: If no registry exists, creates a new Feishu docx titled "Robot Contact List (机器人通讯录)" or searches for an existing one
Requires feishu-common for auth and FEISHU_APP_ID / FEISHU_APP_SECRET in environment.
Usage
# Register a new robot
node skills/feishu-robot-registry/index.js register --name "MyBot" --session-key "session_xxx" --app-id "cli_xxx"