add-tool

Add a new WebMCP tool to the current project

Content Preview
---
description: Add a new WebMCP tool to the current project
argument-hint: [tool description or form selector]
allowed-tools: Skill(webmcp)
---

Invoke the webmcp skill for: add a new tool - $ARGUMENTS
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/add-tool.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/webmcp/add-tool.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/webmcp/add-tool.md

Related Skills