Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
autogame-17 avatar

Feishu Robot Registry

  • 2 installs
  • 20 repo stars
  • Updated April 11, 2026
  • autogame-17/feishu-skills

feishu-robot-registry is a Claude skill that maintains a Robot Contact List in a Feishu docx, registering and listing Feishu bots by name, session key, and app ID.

About

feishu-robot-registry maintains a centralized Robot Contact List for Feishu bots inside a Feishu docx document. It registers robots with a name, session key, app ID, and timestamp, lists all registered robots as JSON, and auto-creates or reuses a registry document. Developers use it when onboarding Feishu bots or tracking robot deployments across a fleet. It requires feishu-common for auth.

  • Maintains a Robot Contact List of Feishu bots in a docx document
  • Registers robots with name, session key, and app ID plus timestamp
  • Auto-creates or reuses the registry doc and lists all robots as JSON

Feishu Robot Registry by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #1,842 of 2,719 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

feishu-robot-registry capabilities & compatibility

Free skill; requires a Feishu app credential pair (FEISHU_APP_ID / FEISHU_APP_SECRET) via feishu-common.

Capabilities
feishu doc · feishu memory recall
Works with
notion
Use cases
orchestration
From the docs

What feishu-robot-registry says it does

Registers new robots (name, session key, app ID) to a Feishu docx document and lists all registered robots.
SKILL.md
npx skills add https://github.com/autogame-17/feishu-skills --skill feishu-robot-registry

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars20
Last updatedApril 11, 2026
Repositoryautogame-17/feishu-skills

What it does

Register Feishu bots and maintain a centralized robot directory in a Feishu docx.

Who is it for?

Onboarding Feishu bots and tracking robot deployments in a centralized docx registry.

Skip if: General document editing or messaging; it only manages a robot metadata registry.

When should I use this skill?

Onboarding Feishu bots, tracking robot deployments, or maintaining a centralized robot directory.

What you get

A shared Feishu docx registry holds every robot's name, session key, app ID, and registration time.

  • A Feishu docx registry of robots and a JSON listing of registered robots

By the numbers

  • 3 actions (register, list, auto-create)
  • 3 metadata fields per robot (name, session key, app ID)

Files

SKILL.mdMarkdownGitHub ↗

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"

# List all registered robots
node skills/feishu-robot-registry/index.js list

# Use a specific doc token
node skills/feishu-robot-registry/index.js register --name "MyBot" --session-key "xxx" --app-id "xxx" --doc-token "doccnxxx"

Configuration

  • registry_config.json: Auto-created in the skill directory; stores doc_token for the registry document
  • Environment: FEISHU_APP_ID, FEISHU_APP_SECRET (via feishu-common)

Related skills

FAQ

Where is the registry stored?

In a Feishu docx titled Robot Contact List; if none exists, the skill creates one and saves the doc_token in registry_config.json.

What metadata is recorded per robot?

Name, session key, app ID, and a timestamp.

Automation & Workflowsagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.