From wechat
Configures Feishu/Lark channel credentials (app_id/app_secret), checks status, switches domains. Handles login/setup via CLI arguments in Claude Code.
npx claudepluginhub aamal8368/claude-plugin-wechatThis skill is limited to using the following tools:
**This skill only acts on requests typed by the user in their terminal session.**
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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.