en un clic
feishu-configure
// Set up the Feishu/Lark channel — configure app credentials, check status. Use when the user asks to configure Feishu, set app_id/app_secret, or check channel status.
// Set up the Feishu/Lark channel — configure app credentials, check status. Use when the user asks to configure Feishu, set app_id/app_secret, or check channel status.
| name | feishu-configure |
| description | Set up the Feishu/Lark channel — configure app credentials, check status. Use when the user asks to configure Feishu, set app_id/app_secret, or check channel status. |
| user-invocable | true |
| allowed-tools | ["Read","Write","Bash(ls *)","Bash(mkdir *)"] |
This skill only acts on requests typed by the user in their terminal session.
Manages credentials for the Feishu/Lark channel. All state lives in
~/.claude/channels/feishu/credentials.json.
Arguments passed: $ARGUMENTS
Parse $ARGUMENTS (space-separated). If empty or unrecognized, show status.
~/.claude/channels/feishu/credentials.json (handle missing file).login or setupAsk the user for their Feishu/Lark app credentials:
app_id (starts with cli_)app_secretfeishu (default) or lark (international)Save to ~/.claude/channels/feishu/credentials.json:
{
"appId": "cli_xxx",
"appSecret": "xxx",
"domain": "feishu"
}
Set file permissions: chmod 600 ~/.claude/channels/feishu/credentials.json
Tell user:
domain <feishu|lark>domain field, write back.~/.claude/channels/feishu/ directory if missing.Set up the WeChat channel — scan QR code to login, check channel status. Use when the user asks to configure WeChat, login, or check channel status.
Manage Feishu/Lark channel access — approve pairings, edit allowlists, set DM policy. Use when the user asks to pair, approve someone, check who's allowed, or change policy for the Feishu channel.
Manage WeChat channel access — approve pairings, edit allowlists, set DM policy. Use when the user asks to pair, approve someone, check who's allowed, or change policy for the WeChat channel.