wecom-preflight

Validate wecom_mcp tool permissions and whitelist it in local configuration.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/fengtc/wecom-openclaw-plugin-multi-bot-min --skill wecom-preflight-fengtc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-preflight
Source: https://github.com/fengtc/wecom-openclaw-plugin-multi-bot-min/tree/main/skills/wecom-preflight
Command: npx skills add https://github.com/fengtc/wecom-openclaw-plugin-multi-bot-min --skill wecom-preflight-fengtc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps verify that the wecom_mcp tool has the necessary permissions for execution, preventing permission errors during essential operations.

Core Features & Use Cases

  • Permission Verification: Checks if tools.profile is set to full mode or if wecom_mcp is whitelisted.
  • Automatic Whitelist Fix: Adds wecom_mcp to tools.alsoAllow and prompts for Gateway restart if needed.
  • Use Case: Before running any wecom_mcp commands, ensure that permissions are correctly configured to avoid runtime permission errors.

Quick Start

Ask the Skill to verify and fix the permissions, then restart Gateway for changes to take effect.

Frequently Asked Questions about wecom-preflight

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

FAQPage Schema
How do I check wecom_mcp tool permissions before running enterprise WeChat tasks?

To check wecom_mcp tool permissions, verify if tools.profile is set to full mode or if the tool is explicitly whitelisted. This validation prevents runtime permission errors during critical enterprise WeChat operations.

Why does my wecom_mcp tool fail with permission errors during execution?

wecom_mcp permission errors occur when the tool lacks execution rights in the local configuration. You need to enforce security checks and verify that tools.profile is not restricted or missing the tool from its whitelist.

How to fix wecom_mcp permission issues and add it to the tool whitelist?

Fix wecom_mcp permission issues by adding the tool to tools.alsoAllow for automatic whitelist adjustment. After updating the whitelist configuration, you must restart Gateway for the changes to take effect.

Do I need to restart Gateway after updating tool whitelist permissions?

Yes, you need to restart Gateway after updating tool whitelist permissions. Applying the automatic whitelist fix for wecom_mcp requires a Gateway restart to ensure the configuration changes load correctly for error-free execution.

What is wecom_mcp preflight permission verification for enterprise WeChat?

wecom_mcp preflight permission verification is a security check that scans local configuration to ensure the tool has necessary rights. It automates whitelist adjustments to meet compliance standards before critical operations.

Can I automate permission checks for wecom_mcp using shell commands?

Yes, you can automate permission checks for wecom_mcp using shell commands. The automation scripts scan local configuration, validate if tools.profile is in full mode, and adjust the whitelist automatically to prevent runtime errors.