A comprehensive framework for creating custom AI agents and integrating them into Feishu messaging environments using Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install create-feishu-agent-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install create-feishu-agent-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a standardized workflow for deploying specialized AI agents within the Feishu (Lark) ecosystem. By utilizing Openclaw Skills, developers can define complex agent personalities through a structured file system, managing everything from core behavioral principles to long-term memory. The integration bridges the gap between large language models and enterprise communication, allowing for seamless automated interactions within team chats and private messages.
The core value of this skill lies in its ability to transform a standard AI model into a context-aware teammate. By configuring specialized personas like health managers or technical experts, Openclaw Skills enable organizations to scale internal support and project management through intelligent, reactive bots that live directly where the team communicates.
First, create the agent directory structure in your local environment:
mkdir -p ~/.openclaw/workspace/agents/<agent_name>
touch ~/.openclaw/workspace/agents/<agent_name>/{SOUL.md,IDENTITY.md,AGENTS.md,MEMORY.md}
Next, configure your ~/.openclaw/openclaw.json with your Feishu App credentials and bind the agent to the channel. Finally, restart the service:
openclaw gateway restart
The skill utilizes a hierarchical Markdown-based file system to manage agent state and configuration within the Openclaw Skills framework:
| File | Role | Content Description |
|---|---|---|
| SOUL.md | Personality | Defines core truths, responsibilities, operational boundaries, and 'vibe'. |
| AGENTS.md | Logic | Defines trigger conditions and local workspace inheritance rules. |
| IDENTITY.md | Identification | Stores the specific name and identity markers for the agent. |
| MEMORY.md | Context | Manages long-term historical data and interaction logs. |
| openclaw.json | Integration | Contains the channel settings (AppID, Secret) and agent-to-channel bindings. |
Loading
A comprehensive framework for onboarding, supervising, and evolving multi-agent teams to ensure mission alignment and behavioral consistency.

A framework that applies Test-Driven Development principles to documentation, ensuring AI agents follow patterns and techniques reliably.

A systematic blueprinting tool for AI agents to generate granular, TDD-focused implementation plans before writing code.

A rigorous technical protocol that mandates fresh evidence from tests and builds before any work is claimed as finished.

Automate the publication of articles and management of drafts on WeChat Official Accounts using these Openclaw Skills.

A robust automation skill for personalized bulk email marketing and intelligent, FAQ-driven automated replies.








































