Install
openclaw skills install @wangzhi8145/feishuskillsAutomates Feishu integration with minimal manual input by handling authentication, messaging, events, APIs, error recovery, and fallback solutions.
openclaw skills install @wangzhi8145/feishuskillsThis skill automatically solves Feishu integration problems by researching official documentation, finding community solutions, and implementing the most reliable automation approach.
When users mention Feishu integration issues, this skill will:
The skill implements the standard Feishu authentication flow:
FEISHU_APP_ID and FEISHU_APP_SECRET from environment or configurationCommon error scenarios and their solutions:
When automation isn't possible:
This skill leverages existing Feishu skills when available:
feishu-doc: For document operationsfeishu-drive: For cloud storage managementfeishu-perm: For permission handlingfeishu-wiki: For knowledge base operationsIf these skills aren't available, it implements basic functionality directly using Feishu's REST APIs.
The skill includes built-in validation:
User: "My Feishu bot isn't receiving messages"
Skill: Checks webhook configuration, verifies signature validation, tests message routing
User: "I can't read Feishu documents programmatically"
Skill: Implements document reading with proper authentication, handles permission errors, suggests alternative approaches
User: "Getting permission denied when trying to share files"
Skill: Guides through permission setup, implements proper sharing workflow, provides manual workaround