Feishu Clawbot Card
Skill by hmyaoyuan
Why use this skill?
Learn how to use Feishu Clawbot Card to create, exchange, and store standardized identity cards for your AI agents using the FCC v1 protocol.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hmyaoyuan/feishu-clawbot-cardWhat This Skill Does
The Feishu Clawbot Card (FCC) is a standardized identity protocol designed for AI agents operating within the Feishu ecosystem. It functions as a digital Rolodex, enabling bots to create, exchange, and maintain persistent contact information. By adopting the FCC v1 schema, agents can share their capabilities, personality traits, and contact identifiers in a machine-readable format. This allows for seamless bot-to-bot networking, where agents can programmatically recognize, store, and reference other bots without manual configuration. It transforms isolated agents into a connected, identifiable network of digital entities.
Installation
To integrate this skill into your environment, use the OpenClaw CLI tool. Run the following command in your terminal to fetch the module from the source repository:
openclaw install HMyaoyuan/feishu-clawbot-card
Ensure your node environment is active before running the install command to prevent dependency resolution issues.
Use Cases
- Bot Discovery & Interoperability: Enable agents to query a list of available bots in a channel and understand their specific capabilities.
- Standardized Identity: Provide a professional "business card" for AI agents that includes avatar, bio, and technical specifications.
- Automated Handshakes: When one agent meets another, the FCC protocol allows an automated exchange of identity, creating a rich history of professional interactions.
- UI/UX Enhancement: Use the render function to inject rich text visual cards directly into the Feishu chat interface, improving user interaction experience.
Example Prompts
- "Mint my identity card with the name 'CoderBot', species 'Robot', MBTI 'ENTP', and capabilities 'Python, Rust, OpenClaw'."
- "Export the card for 'AssistantPro' so I can share it with the team in the general chat channel."
- "List all saved contacts in my registry and render the card for 'ManagerBot' to confirm its current settings."
Tips & Limitations
- Security: Be cautious when importing card JSON strings from unknown or unverified sources to prevent malformed data injection.
- Data Integrity: Ensure your
feishu_idmatches your actual App or User Open ID to maintain correct connectivity across the Feishu platform. - Storage: The registry is stored locally; ensure you have backup protocols in place if you are managing hundreds of bot identities. The system currently only supports the v1 protocol, so ensure compatibility if integrating with non-OpenClaw agents.
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-hmyaoyuan-feishu-clawbot-card": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read