mcp-code-execution
Optimize multi-tool workflow chains via MCP server integration for processing large datasets, files, or complex pipelines
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/athola/nm-conserve-mcp-code-executionNight Market Skill — ported from claude-night-market/conserve. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
Table of Contents
- Quick Start
- When to Use
- Core Hub Responsibilities
- Required TodoWrite Items
- Step 1 – Assess Workflow
- Workflow Classification
- MECW Risk Assessment
- Step 2 – Route to Modules
- Module Orchestration
- Step 3 – Coordinate MECW
- Cross-Module MECW Management
- Step 4 – Synthesize Results
- Result Integration
- Module Integration
- With Context Optimization Hub
- Performance Skills Integration
- Emergency Protocols
- Hub-Level Emergency Response
- Success Metrics
MCP Code Execution Hub
Quick Start
Basic Usage
```bash
Run the main command
python -m module_name
Show help
python -m module_name --help ```
Verification: Run with --help flag to confirm installation.
When To Use
- Automatic: Keywords:
code execution,MCP,tool chain,data pipeline,MECW - Tool Chains: >3 tools chained sequentially
- Data Processing: Large datasets (>10k rows) or files (>50KB)
- Context Pressure: Current usage >25% of total window (proactive context management)
MCP Tool Search (Claude Code 2.1.7+): When MCP tool descriptions exceed 10% of context, tools are automatically deferred and discovered via MCPSearch instead of being loaded upfront. This reduces token overhead by ~85% but means tools must be discovered on-demand. Haiku models do not support tool search. Configure threshold with
ENABLE_TOOL_SEARCH=auto:Nwhere N is the percentage.
Subagent MCP Access Fix (Claude Code 2.1.30+): SDK-provided MCP tools are now properly synced to subagents. Prior to 2.1.30, subagents could not access SDK-provided MCP tools — workflows delegating MCP tool usage to subagents were silently broken. No workarounds needed on 2.1.30+.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-athola-nm-conserve-mcp-code-execution": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
extract
Analyze a codebase and build a knowledge base of business logic, architecture, data flow, and engineering patterns. The foundation for gauntlet challenges and agent integration
discourse
>- Scan community discussion channels (HN, Lobsters, Reddit, tech blogs) for experience reports and opinions on a topic
synthesize
>- Merge, deduplicate, rank, and format research findings from multiple channels into a coherent report. Use after research agents return their results
workflow-monitor
Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow
architecture-paradigm-hexagonal
Hexagonal (Ports and Adapters) architecture isolating domain logic from infrastructure