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

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hmyaoyuan/feishu-clawbot-card
Or

What 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

  1. "Mint my identity card with the name 'CoderBot', species 'Robot', MBTI 'ENTP', and capabilities 'Python, Rust, OpenClaw'."
  2. "Export the card for 'AssistantPro' so I can share it with the team in the general chat channel."
  3. "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_id matches 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

Author@hmyaoyuan
Stars2387
Views0
Updated2026-03-09
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-hmyaoyuan-feishu-clawbot-card": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#feishu#identity#networking#protocol#agent-communication
Safety Score: 4/5

Flags: file-write, file-read