What breaks without feishu openclaw adapter
Full plugin overhead for a simple test. Adapter internals opaque. Feishu prototyping blocked by setup complexity.
→
Working Feishu adapter × single-file minimal approach ÷ 15-minute setup ÷ no npm overhead = a Feishu bot prototype before lunch.
Security check — feishu openclaw adapter
Privacy score: 7/10 — accesses connected platform APIs only.
Lock it: review OAuth scopes before install, confirm Linux, macOS; OpenClaw ≥1.1; HTTPS endpoint required for Feishu event subscriptions compatibility.
Quick start — feishu openclaw adapter in 15–25 minutes
Setup time: 15–25 minutes
!
You need:
- OpenClaw core
- Feishu App credentials
- Node.js ≥18
Install the package:
git clone https://github.com/AlexAnys/feishu-openclaw
cd feishu-openclaw && npm install
npm link
3
Set FEISHU_APP_ID and FEISHU_APP_SECRET in .env
4
Link to your bot project with npm link
5
Register adapter in openclaw.config.js
6
Restart OpenClaw and verify with a Feishu test message
Compatibility & status
Works with: Linux, macOS; OpenClaw ≥1.1; HTTPS endpoint required for Feishu event subscriptions
intermediate
Last updated: Oct 2025
★ 90 on GitHub
MIT
Official docs →
View on GitHub →
FAQ — feishu openclaw adapter
Is this the same as @alexanys/openclaw-feishu on npm?
No. Separate repository with a more minimal structure. Both by the same author.
Can I use this in production?
Usable but unpinned. For production stability, prefer a versioned npm release.
Does it support Lark (international)?
Yes. Set apiBase to open.larksuite.com for Lark.