What problem does it solve? When users report that Feishu (Lark) messages get no response, return API call failures, 404 errors, or silently lose file attachments, this Skill pinpoints the actual root cause by tracing the full message pipeline across gateway, agent, and error logs instead of guessing. ## Core Features & Use Cases - Error Source Identification: Distinguishes whether an "api call failed" error comes from a vLLM node, the DeepSeek API, or the Feishu API by inspecting the base_url in agent logs. - Message Flow Tracing: Follows the complete gateway log timeline (Received raw message → Flushing text batch → inbound message → response ready → Sending response) to locate the exact breakpoint. - Attachment Failure Repair: Detects Feishu MEDIA attachments over the 10MB limit that fail silently, and repairs them with Ghostscript PDF compression and verified stable file paths. - Use Case: A user reports "API call failed (404 Not Found)" in a Feishu chat. The Skill checks the agent log, finds base_url pointing to a vLLM node, verifies the model via curl /v1/models, and recommends removing the dead node from the rotation config. ## Quick Start Diagnose why my Feishu message with session id agent:main:feishu:dm:oc_xxx got an API call failed 404 error and suggest a fix.