feishu:access

Installation
SKILL.md

Feishu Channel Access Management

Manage who can communicate with Claude Code through the Feishu channel.

Access State

Access state is stored in ~/.claude/channels/feishu/access.json:

{
  "allowlist": ["ou_xxx", "ou_yyy"],
  "pending": { "a1b2c3": "ou_zzz" },
  "policy": "open"
}

Policies

  • open — Anyone can send messages (default, suitable for private bots)
Related skills
Installs
1
GitHub Stars
53
First Seen
Mar 29, 2026