feishu-robot-registry

Register and manage Feishu robot metadata in a centralized registry document.

20|1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/autogame-17/feishu-skills --skill feishu-robot-registry
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feishu-robot-registry
Source: https://github.com/autogame-17/feishu-skills/tree/main/feishu-robot-registry
Command: npx skills add https://github.com/autogame-17/feishu-skills --skill feishu-robot-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stores and coordinates Feishu robot registrations by centralizing metadata in a registry doc, enabling teams to onboard bots and track deployments.

Core Features & Use Cases

  • 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 doc titled "Robot Contact List (机器人通讯录)".

Quick Start

Register a new robot with its name, session key, and app ID, then list all registered robots.

Frequently Asked Questions about feishu-robot-registry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I centralize Feishu robot registrations for my team?▼

To centralize Feishu robot registrations, this Skill appends new robot metadata—including name, session key, and app ID—into a dedicated registry doc, creating it automatically if none exists.

How do I list all registered Feishu robots in a centralized document?▼

Listing all registered Feishu robots is done by reading the registry document entries and outputting the complete metadata as structured JSON for easy tracking and deployment coordination.

Do I need specific environment variables to register Feishu bots?▼

Yes, registering Feishu bots requires the FEISHU_APP_ID and FEISHU_APP_SECRET environment variables to be set, relying on feishu-common for proper authentication.

What happens if no Feishu robot registry document exists?▼

If no Feishu robot registry document exists, the Skill auto-creates a new Feishu doc titled 'Robot Contact List (机器人通讯录)' to store all subsequent robot entries.

What is the best way to track multiple Feishu bot deployments?▼

The best way to track multiple Feishu bot deployments is storing their metadata—name, session key, app ID, and timestamp—in a centralized registry doc, enabling teams to onboard bots systematically.