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.
npx claudepluginhub chuxin0816/cc-lark-channel --plugin larkThis skill is limited to using the following tools:
Writes Feishu bot credentials to `~/.claude/channels/lark/.env`.
Configures Feishu/Lark channel credentials (app_id/app_secret), checks status, switches domains. Handles login/setup via CLI arguments in Claude Code.
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.
Share bugs, ideas, or general feedback.
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.