ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 4/5

Feishu Robot Registry

Skill by autogame-17

Why use this skill?

Efficiently manage and automate your Feishu bots with the Feishu Robot Registry skill. Streamline communication and alerts within the Lark ecosystem.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autogame-17/feishu-robot-registry
Or

What This Skill Does

The Feishu Robot Registry skill serves as a dedicated interface for OpenClaw to manage, configure, and interact with Feishu (Lark) bots. Feishu is a popular enterprise collaboration platform, and this skill abstracts the complexities of the Feishu Open Platform API, allowing users to automate messaging, bot administration, and event handling directly from their AI workspace. By leveraging this registry, OpenClaw agents can dynamically discover and utilize registered robot credentials, streamlining workflows that require real-time notifications, automated reporting to company group chats, or complex interaction loops within the Feishu ecosystem.

Installation

To integrate this skill into your environment, run the following command in your OpenClaw terminal:

clawhub install openclaw/skills/skills/autogame-17/feishu-robot-registry

Ensure that you have your Feishu App ID and App Secret ready, as the registry will prompt for these credentials upon initial configuration to authenticate your bots.

Use Cases

This skill is ideal for teams operating within the Feishu ecosystem who want to reduce manual overhead. Use cases include:

  • Automated Alerting: Triggering bot messages in Feishu groups when specific system metrics or project deadlines are reached.
  • Bot Lifecycle Management: Using OpenClaw to rotate bot tokens or update robot descriptions across multiple organizational apps.
  • Intelligent Response Loops: Creating a bidirectional communication pipeline where OpenClaw processes a user message from a Feishu chat and triggers an autonomous action.

Example Prompts

  1. "Check the Feishu Robot Registry and tell me which bots are currently active and configured."
  2. "Send a status update message to the Engineering team group chat using the registered 'ProjectBot'."
  3. "Register a new Feishu bot with the provided app credentials and set its description to 'OpenClaw Maintenance Assistant'."

Tips & Limitations

  • Security: Always store your Feishu App Secrets in an encrypted vault; avoid hardcoding them directly into scripts.
  • Rate Limiting: Be aware that the Feishu Open Platform enforces strict rate limits. If you plan on high-frequency messaging, consider implementing an internal queue to buffer outgoing requests.
  • Permissions: Ensure your bot has the necessary 'Bot' and 'Message' scopes enabled in the Feishu Developer Console, otherwise, the skill will fail when attempting to post messages.

Metadata

Stars1100
Views1
Updated2026-02-17
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-autogame-17-feishu-robot-registry": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#feishu#lark#automation#messaging#bots
Safety Score: 4/5

Flags: network-access, external-api