wecom-preflight

Validate and update wecom_mcp tool permissions in OpenClaw configurations.

1|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/polaris-dxz/xclaw --skill wecom-preflight-polaris-dxz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-preflight
Source: https://github.com/polaris-dxz/xclaw/tree/main/apps/desktop/openclaw-runtime/config/extensions/wecom-openclaw-plugin/skills/wecom-preflight
Command: npx skills add https://github.com/polaris-dxz/xclaw --skill wecom-preflight-polaris-dxz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This preflight checks ensures the wecom_mcp tool has execution permissions before any plugin operation by inspecting and adjusting the relevant OpenClaw configurations (profile and whitelist). If permissions are missing, it auto-fixes and prompts the user to restart the Gateway.

Core Features & Use Cases

  • Validates tools.profile to determine the permission level and decides if the operation should proceed.
  • Verifies and updates tools.alsoAllow to include wecom_mcp, auto-fixing when missing.
  • Provides guided steps for auto-repair and manual restart to restore tool visibility for subsequent operations.

Quick Start

Run the preflight check using the OpenClaw CLI before invoking any wecom_mcp-based skill.

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 permissions before running an operation?

To check wecom_mcp permissions, run a preflight validation that inspects the tools.profile and tools.alsoAllow configurations to ensure the tool has execution rights before plugin operations. The check verifies if the whitelist includes wecom_mcp and auto-fixes missing entries.

Why does my wecom_mcp tool not show up after a gateway configuration update?

The wecom_mcp tool may not show up because the gateway requires a restart to apply updated permission configurations. After auto-fixing the tools.alsoAllow whitelist to include wecom_mcp, you must restart the gateway to restore tool visibility for subsequent operations.

Do I need OpenClaw CLI installed to validate wecom_mcp execution permissions?

Yes, you need the OpenClaw CLI installed and accessible to run the preflight check for wecom_mcp permissions. The validation workflow relies on the OpenClaw CLI to inspect and adjust the tools.profile and tools.alsoAllow configurations directly.

What is the best way to auto-fix missing wecom_mcp whitelist permissions in OpenClaw?

The best way to auto-fix missing wecom_mcp whitelist permissions is to run a preflight check that validates the tools.alsoAllow configuration and automatically updates it to include wecom_mcp. The workflow then prompts you for a guided gateway restart to apply the changes.

Can I run wecom_mcp operations without checking the tools.profile permission level?

Running wecom_mcp operations without checking the tools.profile permission level risks execution failures due to missing rights. A preflight check determines the exact permission level and decides if the operation should proceed or requires configuration auto-fixes first.