← Back to Skills Marketplace
nuradil

Agentic Mcp Server Builder Conflict

by nuradil · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
372
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install agentic-mcp-server-builder-conflict
Description
Scaffold MCP server projects and baseline tool contract checks. Use for defining tool schemas, generating starter server layouts, and validating MCP-ready st...
README (SKILL.md)

Agentic MCP Server Builder

Overview

Create a minimal MCP server scaffold and contract summary from a structured tool list.

Workflow

  1. Define server name and tool list with descriptions.
  2. Generate scaffold file map and tool contract summary.
  3. Optionally materialize starter files when not in dry-run mode.
  4. Review generated contract checks before adding business logic.

Use Bundled Resources

  • Run scripts/scaffold_mcp_server.py to generate starter artifacts.
  • Read references/mcp-scaffold-guide.md for file layout and contract checks.

Guardrails

  • Keep tool boundaries explicit and minimal.
  • Include deterministic outputs and clear input/output schemas.
Usage Guidance
This skill appears to do only scaffolding and contract-summary generation and does not request secrets or network access. Before running: 1) prefer dry-run to inspect output without file writes; 2) avoid enabling --allow-outside-workspace unless you trust the payload and want files written outside the current directory; 3) review and validate any input JSON (it is capped at 1MB) and the generated artifact path to avoid overwriting important files; 4) note the metadata mismatches (ownerId/slug/version) — they suggest sloppy packaging but not necessarily malicious intent. If you plan to run this in an automated agent, test it interactively first in an isolated workspace.
Capability Analysis
Type: OpenClaw Skill Name: agentic-mcp-server-builder-conflict Version: 1.0.0 The skill contains a scaffolding script (`scripts/scaffold_mcp_server.py`) that allows writing files to arbitrary locations on the filesystem. Specifically, the `--output` argument is not validated against the workspace root, and the script includes an explicit `--allow-outside-workspace` flag that bypasses directory restrictions for the scaffolded files. While the intended use case is project generation, these capabilities represent a high-risk surface for an AI agent, as they could be exploited via prompt injection to overwrite sensitive configuration files (e.g., .bashrc, SSH keys) with the script's output.
Capability Assessment
Purpose & Capability
The SKILL.md, included Python script, and reference guide all implement scaffolding and contract-check behavior described by the skill. Minor incoherence: registry metadata (slug, ownerId, and version) in the skill bundle differs from values inside _meta.json and the SKILL.md name; this looks like packaging/versioning drift rather than functional mismatch.
Instruction Scope
Runtime instructions are limited: run scripts/scaffold_mcp_server.py and consult the guide. The script reads a JSON payload (with a 1MB cap), normalizes tool names, optionally writes a small set of starter files, and emits an artifact. It does not invoke network calls, read arbitrary system files, or attempt to exfiltrate data.
Install Mechanism
Instruction-only skill with no install spec and no external downloads. The only code executed is the included Python script; no dependencies are required beyond a Python runtime.
Credentials
The skill requests no environment variables, credentials, or config paths. The script operates on input/output file paths only, which is proportional to a scaffolding tool.
Persistence & Privilege
always is false and the skill does not request permanent presence or modify other skills. It may write files into the workspace (or outside it if --allow-outside-workspace is used), which is expected for a scaffolder.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agentic-mcp-server-builder-conflict
  3. After installation, invoke the skill by name or use /agentic-mcp-server-builder-conflict
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of agentic-mcp-server-builder. - Enables scaffolding of MCP server projects with tool schema definitions and baseline contract checks. - Generates starter server layouts and summarizes tool contracts from structured lists. - Provides scripts and guides for creating and validating MCP-ready server structures. - Emphasizes explicit tool boundaries and clear input/output schemas.
Metadata
Slug agentic-mcp-server-builder-conflict
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Agentic Mcp Server Builder Conflict?

Scaffold MCP server projects and baseline tool contract checks. Use for defining tool schemas, generating starter server layouts, and validating MCP-ready st... It is an AI Agent Skill for Claude Code / OpenClaw, with 372 downloads so far.

How do I install Agentic Mcp Server Builder Conflict?

Run "/install agentic-mcp-server-builder-conflict" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agentic Mcp Server Builder Conflict free?

Yes, Agentic Mcp Server Builder Conflict is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Agentic Mcp Server Builder Conflict support?

Agentic Mcp Server Builder Conflict is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agentic Mcp Server Builder Conflict?

It is built and maintained by nuradil (@nuradil); the current version is v1.0.0.

💬 Comments