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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/feishu-robot-registryWhat 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
- "Check the Feishu Robot Registry and tell me which bots are currently active and configured."
- "Send a status update message to the Engineering team group chat using the registered 'ProjectBot'."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-autogame-17-feishu-robot-registry": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17