feishu-channel-doctor

Diagnose Feishu MCP channel health by auditing local processes, WebSocket status, and logs.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Ben2pc/g-claude-code-plugins --skill feishu-channel-doctor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-channel-doctor
Source: https://github.com/Ben2pc/g-claude-code-plugins/tree/main/plugins/feishu-channel/skills/feishu-channel-doctor
Command: npx skills add https://github.com/Ben2pc/g-claude-code-plugins --skill feishu-channel-doctor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose the Feishu MCP channel health by auditing local processes, WebSocket status, and channel logs. When users report "no reply", "missing messages", or "connection anomalies" or when you need to verify the running state of a Feishu channel, this tool helps.

Core Features & Use Cases

  • Process and WebSocket health checks: detect multiple feishu server processes and identify which belong to the current session.
  • Log analysis: inspect recent logs for WebSocket connection status, message flow, gate events, sandbox blocks, and errors.
  • Configuration verification: review access settings and pairing status to guide remediation if access is pending or misconfigured.
  • Use case: diagnose user reports of missing replies or unstable connections to restore reliable Feishu channel operation.

Quick Start

Run feishu-channel-doctor to perform a full diagnostic of the Feishu channel health and review the latest logs.

Frequently Asked Questions about feishu-channel-doctor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does my Feishu channel show no replies or missing messages?

Missing Feishu messages often stem from disrupted WebSocket connections, stale local server processes, or misconfigured access settings. Auditing local process tables and channel logs identifies the exact disruption point.

How do I diagnose Feishu MCP channel connection anomalies?

Diagnose Feishu MCP channel anomalies by running a full health check that audits local processes, verifies WebSocket status, and inspects recent logs for gate events or sandbox blocks to provide a clear health verdict.

Does the Feishu channel health check require external API calls?

The Feishu channel health check requires no external API calls. It operates entirely locally by reading local process tables, log files, and access settings to evaluate the running state and provide remediation steps.

Can I detect multiple Feishu server processes during a WebSocket health check?

Yes, the WebSocket health check detects multiple local Feishu server processes and identifies which ones belong to the current session, helping isolate connection conflicts causing unstable channel operations.

How do I verify Feishu channel access settings and pairing status?

Verify Feishu channel access settings and pairing status by reviewing local configuration files. This guides remediation steps if access is pending or misconfigured, restoring reliable channel operation.