Switch between multiple lark-cli Feishu/Lark account profiles. Manage personal and organizational accounts without re-authenticating each time.
npx skills add psylch/lark-switch-skill -g -ygit clone https://github.com/psylch/lark-switch-skill.git ~/.claude/skills/lark-switchRestart your agent after installation.
- Any AI coding agent that supports skills.sh (Claude Code, Cursor, Windsurf, etc.)
- lark-cli installed (
npm install -g @larksuite/cli) - At least one lark-cli profile configured
Trigger phrases: lark-switch, 切换飞书账号, switch feishu account
> lark-switch personal # Switch to personal account
> lark-switch einsia # Switch to organization account
> lark-switch # List all available profiles
The skill handles profile switching, token validation, and guides you through adding new profiles when needed.
MIT