openclaw-tools-mcp

Configure OpenClaw tool profiles, MCP servers, and TypeScript plugins.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/kyle-deprow/ai_scaffolding --skill openclaw-tools-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-tools-mcp
Source: https://github.com/kyle-deprow/ai_scaffolding/tree/main/skills/openclaw-tools-mcp
Command: npx skills add https://github.com/kyle-deprow/ai_scaffolding --skill openclaw-tools-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenClaw tool system management, MCP server integration, plugin development, and skills authoring require centralized configuration, policy enforcement, and reliable lifecycle handling across many moving parts.

Core Features & Use Cases

  • Centralized configuration for tool profiles, MCP servers, and plugin modules.
  • Guidance for writing SKILL.md manifests, managing tool allow/deny policies, and debugging tool execution.
  • Triggers on tasks involving tool groups, MCP transport config, plugin TypeScript modules, ClawHub skills, tool streaming, or provider-specific policies.

Quick Start

Create or update a SKILL.md manifest to define your tool profiles, MCP servers, and plugins, then activate the skill in your gateway.

Frequently Asked Questions about openclaw-tools-mcp

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

FAQPage Schema
How do I configure MCP servers and tool profiles in OpenClaw?

Configure MCP servers and tool profiles in OpenClaw by creating or updating a SKILL.md manifest that defines transports, plugin modules, and policy settings, then activate the skill in your gateway.

What is a SKILL.md manifest and when do I need one for plugin development?

A SKILL.md manifest is a centralized configuration file needed when authoring TypeScript plugin modules, defining tool allow/deny policies, and establishing MCP transport configurations within the OpenClaw ecosystem.

How do I enforce tool allow and deny policies for MCP integrations?

Enforce tool allow and deny policies for MCP integrations by defining policy rules within your SKILL.md manifest, enabling centralized tooling policy enforcement across your configured profiles and servers.

Can I use TypeScript to build plugins for the OpenClaw tool ecosystem?

Yes, you can build TypeScript plugin modules for the OpenClaw tool ecosystem by defining them in your manifest, which handles reliable lifecycle management and tool streaming integration.

Why is my OpenClaw tool execution failing after configuring MCP transports?

Tool execution failures after configuring MCP transports often stem from misconfigured manifests or policy violations; debug by checking your SKILL.md definitions and verifying tool allow/deny policies.