From feishu
Manage the Feishu daemon process — start, stop, status, logs. The daemon watches Feishu groups for "hi" messages and auto-starts Claude Code sessions in tmux.
npx claudepluginhub leviyuan/claude-feishu-channel --plugin feishuThis skill is limited to using the following tools:
Manages the standalone daemon process that watches Feishu groups.
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.
Manages the standalone daemon process that watches Feishu groups.
Arguments passed: $ARGUMENTS
Plugin root: always use ~/feishu (safe from marketplace overwrites).
status~/.claude/channels/feishu/daemon.pid:
kill -0 <pid>~/.claude/channels/feishu/daemon.log if it exists.startnohup bun run --cwd <plugin_root> daemon >> ~/.claude/channels/feishu/daemon.log 2>&1 &
stop~/.claude/channels/feishu/daemon.pid.kill <pid> (SIGTERM).logs or logShow the last 30 lines of ~/.claude/channels/feishu/daemon.log.
restartRun stop then start.