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

Feishu Smart Reply

Skill by autogame-17

Why use this skill?

Automate Feishu communication with smart formatting and persona support. Automatically route code, logs, and messages to Card or Post formats.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autogame-17/feishu-smart-reply
Or

What This Skill Does

Feishu Smart Reply is an intelligent communication agent skill designed to bridge the gap between technical output and human-readable formatting in Feishu (Lark). By analyzing the intent and content structure of a message, the agent automatically determines the most effective delivery format: Interactive Cards, Posts, or plain Text. This ensures that technical documentation, code snippets, and conversational responses are delivered in the most visually appealing and functional way possible.

Beyond simple formatting, the skill integrates persona-based messaging. Whether you require a high-energy "Catgirl" persona with emoji-rich delivery or a stern "Mad Dog" system alert format, the skill dynamically maps your content to specific templates. It handles the heavy lifting of message parsing and API interaction, abstracting complex Feishu payload structures into a single intuitive command.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/autogame-17/feishu-smart-reply Ensure your OpenClaw environment is properly configured with Feishu API credentials before running the installation.

Use Cases

This skill is ideal for teams and individual developers using Feishu as a primary communication hub. Use it for automated status reporting, where long technical logs are better served as formatted cards, or for team engagement bots that require expressive, persona-driven language. It is particularly effective for CI/CD pipelines where you want developers to receive alerts in a structured, readable, and consistent format without manual intervention.

Example Prompts

  1. "Send a status update to the engineering channel using the mad-dog persona: Server latency has exceeded 500ms, investigate immediately."
  2. "Format this code snippet into a Feishu card and send it to my manager: [pasted code block]."
  3. "Greet the team in the general channel using the catgirl persona: Good morning everyone! Let's have a great day [爱心]!"

Tips & Limitations

  • Safety: The skill implements safe temporary file creation to mitigate shell escaping risks; ensure your environment has sufficient write permissions to the /tmp or equivalent directories.
  • Performance: Content longer than 500 characters defaults to 'Post' format; keep this in mind if you have strict UI requirements for specific channels.
  • Content Logic: Always prioritize code blocks in your source text if you want the 'Card' auto-formatting to trigger, as the engine scans for syntax indicators before defaulting to standard text.
  • Persona Availability: Ensure that the persona requested is supported by the current installation version, otherwise the system will fall back to the default conversational mode.

Metadata

Stars1100
Views0
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-smart-reply": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

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

Flags: file-write, external-api