Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub aamal8368/claude-plugin-wechatHow 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.**
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
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.