From lark
Configure the Feishu channel by saving LARK_APP_ID and LARK_APP_SECRET, or show the current status. Use when the user asks to configure Lark/Feishu or pastes app credentials.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lark:configureThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Writes Feishu bot credentials to `~/.claude/channels/lark/.env`.
Writes Feishu bot credentials to ~/.claude/channels/lark/.env.
Arguments passed: $ARGUMENTS
~/.claude/channels/lark/.env if it exists.LARK_APP_ID and LARK_APP_SECRET are set./lark:configure <app_id> <app_secret><app_id> <app_secret>LARK_APP_ID and the second as LARK_APP_SECRET.mkdir -p ~/.claude/channels/lark.env if present.LARK_APP_ID=...LARK_APP_SECRET=...clearRemove LARK_APP_ID= and LARK_APP_SECRET= from the file. If the file becomes empty, remove it.
.env..env when the MCP server starts, so credential changes require a restart.npx claudepluginhub chuxin0816/cc-lark-channel --plugin larkConfigures Feishu/Lark channel credentials (app_id, app_secret, domain) and checks status. Responds to `/feishu-configure login`, `setup`, or `domain` commands.
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.
Configures Linq credentials for Claude Code's iMessage channel: sets or updates LINQ_TOKEN, LINQ_FROM_PHONE, clears config, or adds default recipient in .env and config.json.