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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/feishu-smart-replyWhat 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
- "Send a status update to the engineering channel using the mad-dog persona: Server latency has exceeded 500ms, investigate immediately."
- "Format this code snippet into a Feishu card and send it to my manager: [pasted code block]."
- "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
/tmpor 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
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-smart-reply": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: 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