From feishu-channel
Configures Feishu channel for Claude Code: saves App ID/Secret to ~/.claude/channels/feishu/.env, creates directories, checks status. Use for credential setup or verification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/feishu-channel:configureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill helps users configure their Feishu bot credentials for the Claude Code Feishu channel.
This skill helps users configure their Feishu bot credentials for the Claude Code Feishu channel.
Prefer the official one-click tutorial:
This path is preferred because the generated bot already has enough capability, event, and permission setup for basic Claude Code channel testing.
When the user provides credentials, write them to ~/.claude/channels/feishu/.env:
FEISHU_APP_ID=<app_id>
FEISHU_APP_SECRET=<app_secret>
Optional fields:
FEISHU_ENCRYPT_KEY=<encrypt_key>
FEISHU_VERIFICATION_TOKEN=<verification_token>
FEISHU_BRAND=feishu
FEISHU_BRAND can be feishu (China, default) or lark (International).
mkdir -p ~/.claude/channels/feishu.env file with the credentialsclaude --allow-dangerously-skip-permissions --dangerously-load-development-channels plugin:feishu-channel@claude-code-skills
Explain that after /plugin install feishu-channel@claude-code-skills, reloading plugins is not enough — the user needs a full Claude Code restart.To check if the Feishu channel is configured:
~/.claude/channels/feishu/.env exists and has FEISHU_APP_ID setchannelsEnabled~/.claude/channels/feishu/.envnpx claudepluginhub nanmicoder/claude-code-skills --plugin feishu-channelConfigures Feishu/Lark channel credentials (app_id, app_secret, domain) and checks status. Responds to `/feishu-configure login`, `setup`, or `domain` commands.
Manages Feishu channel access for Claude Code: approve user pairings by code, add/remove open_ids from allowlist, view access state, set open/pairing/allowlist policies.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.