Feishu Mention Helper
Skill by autogame-17
Why use this skill?
Automate Feishu group chat mentions with the OpenClaw Feishu Mention Helper. Easily resolve names to OpenIDs and streamline your team communication workflows.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/feishu-mention-helperWhat This Skill Does
The Feishu Mention Helper is an essential bridge between human-readable names and the machine-readable identifiers required by Feishu's API. In automated group chat environments, simply typing an @ mention followed by a name is insufficient for the system to trigger a notification. This skill automates the process of querying the Feishu organization directory to retrieve the unique OpenID associated with a specific user or bot name. By performing this lookup, the skill allows OpenClaw to inject correctly formatted XML-like mention tags into chat messages. This ensures that when the AI broadcasts updates, alerts, or task reminders, the specific recipients receive a direct notification ping. Furthermore, the skill intelligently manages a local cache in the skills/identity-manager/identities.json file, which significantly reduces API latency for frequently mentioned team members and minimizes unnecessary network traffic to the Feishu servers.
Installation
To integrate the Feishu Mention Helper into your existing OpenClaw ecosystem, execute the following command in your terminal within your OpenClaw workspace:
clawhub install openclaw/skills/skills/autogame-17/feishu-mention-helper
Ensure that your OpenClaw environment has the necessary API credentials and permission scopes configured for Feishu. This skill requires access to read the user directory, so verify that your Feishu application settings permit user searching.
Use Cases
This skill is perfect for automated project management workflows where the AI needs to notify specific developers when a build fails or a pull request is assigned. It is also highly useful in daily stand-up automation where the bot needs to @mention members to request status updates, as well as in incident response scenarios where the AI must ping the on-call engineer during a system outage.
Example Prompts
- "Check the current project status and @mention Sarah Jenkins to see if the deployment is finished."
- "Look up the OpenID for the QA Lead and notify them that the smoke tests have passed."
- "Send a reminder to the infrastructure team by mentioning everyone on the DevOps list in the announcement group."
Tips & Limitations
To ensure optimal performance, keep your identity cache updated. If a user changes their display name in Feishu, you may need to clear or refresh your identities.json file to prevent lookup errors. Note that the skill relies on the exact spelling of user names as defined in the Feishu directory; fuzzy matching is not supported natively, so be precise with your inputs. If the user is not found, verify that the bot account used for integration has 'View user info' permissions granted in the Feishu developer console.
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-mention-helper": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, 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