From wechat
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wechat:feishu-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
**This skill only acts on requests typed by the user in their terminal session.**
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.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.
npx claudepluginhub aamal8368/claude-plugin-wechat