What problem does it solve? Before any wecom-cli operation can run, the OpenClaw tool permission settings (tools.profile and tools.alsoAllow) must allow the WeCom plugin. This Skill performs that preflight check via shell commands and automatically fixes missing whitelist entries, avoiding the deadlock where an unwhitelisted tool is invisible to the agent. ## Core Features & Use Cases - Permission Detection: Reads tools.profile and tools.alsoAllow via the openclaw CLI to determine whether wecom-cli is permitted. - Automatic Repair: Appends the plugin ID to tools.alsoAllow while preserving existing entries, then prompts the user to restart the Gateway manually. - Failure Guidance: Provides manual fix instructions when automatic configuration fails or the OpenClaw CLI is unavailable. - Use Case: On the first wecom-cli call in a session, or after a permission-denied error, run this check to confirm or restore tool access before proceeding with messaging, contacts, or document operations. ## Quick Start Before calling wecom-cli for the first time, run the preflight check to verify and fix the OpenClaw tool whitelist configuration.