← Back to Plugins
Tools

Dcc Mcp Agent Plugins

dcc-mcp By dcc-mcp 👁 28 views ▲ 0 votes

DCC-MCP Agent Skills and plugins for Codex, Claude Code, CodeBuddy, WorkBuddy, OpenClaw, and ClawHub.

Homepage GitHub

Install

pip install "dcc-mcp-core==0.19.91"

README

# DCC-MCP Agent Plugins

<picture>
  <source media="(prefers-color-scheme: dark)" srcset="./plugins/dcc-mcp/assets/logo-dark.png">
  <img alt="DCC-MCP Agent Plugins" src="./plugins/dcc-mcp/assets/logo.png">
</picture>

The official distribution repository for DCC-MCP Agent Skills across Codex,
Claude Code, CodeBuddy, WorkBuddy, OpenClaw, ClawHub, Gemini CLI, GitHub
Copilot, Cursor, Windsurf, OpenCode, Cline, Roo Code, Kiro, Amp, and other
Agent Skills-compatible hosts.

One canonical Skill suite lives under `plugins/dcc-mcp/skills/`. Vendor
manifests are thin adapters; they do not fork instructions or runtime behavior.

## Install

### Codex

```powershell
codex plugin marketplace add dcc-mcp/dcc-mcp-agent-plugins
codex plugin add dcc-mcp@dcc-mcp
```

### Claude Code

```text
/plugin marketplace add dcc-mcp/dcc-mcp-agent-plugins
/plugin install dcc-mcp@dcc-mcp
```

### CodeBuddy

```powershell
codebuddy plugin marketplace add dcc-mcp/dcc-mcp-agent-plugins
codebuddy plugin install dcc-mcp@dcc-mcp
```

### WorkBuddy

Add this repository URL from **Plugins > +**, or upload a standalone Skill ZIP
from the GitHub Release to **Skills > Add skill > Upload skill**.

### OpenClaw and ClawHub

```bash
openclaw skills install @loonghao/dcc-mcp
openclaw skills install @loonghao/dcc-mcp-skills-creator
openclaw skills install @loonghao/dcc-mcp-creator
```

Direct ClawHub installs are also supported:

```bash
npx --yes [email protected] install @loonghao/dcc-mcp
npx --yes [email protected] install @loonghao/dcc-mcp-skills-creator
npx --yes [email protected] install @loonghao/dcc-mcp-creator
```

### Other Agent Skills hosts

Use the open Agent Skills installer to select any or all Skills and target
supported agents:

```bash
# List the three Skills without installing
npx --yes [email protected] add dcc-mcp/dcc-mcp-agent-plugins --list

# Interactive install for the detected agent
npx --yes [email protected] add dcc-mcp/dcc-mcp-agent-plugins

# Examples for explicit targets
npx --yes [email protected] add dcc-mcp/dcc-mcp-agent-plugins --skill dcc-mcp -a gemini-cli -y
npx --yes [email protected] add dcc-mcp/dcc-mcp-agent-plugins --skill dcc-mcp -a github-copilot -y
npx --yes [email protected] add dcc-mcp/dcc-mcp-agent-plugins --skill dcc-mcp -a cursor -y
npx --yes [email protected] add dcc-mcp/dcc-mcp-agent-plugins --skill dcc-mcp -a windsurf -y
npx --yes [email protected] add dcc-mcp/dcc-mcp-agent-plugins --skill dcc-mcp -a opencode -y
```

This path also covers Cline, Roo Code, Kiro CLI, Amp, OpenHands, Continue,
Replit, and other hosts supported by the installer without duplicating Skill
content in this repository.

## Skill suite

| Skill | Purpose |
|---|---|
| `dcc-mcp` | Operate live DCC applications through structured tools |
| `dcc-mcp-skills-creator` | Create and validate DCC-MCP Skills |
| `dcc-mcp-creator` | Create and modernize DCC-MCP adapters |

The suite was migrated from `dcc-mcp-core` at version `0.19.91`. New Skill
releases are maintained here; Core keeps a compatibility mirror only during the
consumer migration described in
[`docs/adr/0001-skill-ownership.md`](docs/adr/0001-skill-ownership.md).

## Development

```powershell
python -m pip install "dcc-mcp-core==0.19.91"
python scripts/validate_repository.py
npx --yes [email protected] add . --list
./scripts/build-packages.ps1

codex plugin marketplace add .
codex plugin add dcc-mcp@dcc-mcp

claude plugin validate . --strict
codebuddy plugin validate ./plugins/dcc-mcp
```

Tagging `v<version>` creates a GitHub Release, uploads the plugin and standalone
Skill archives, then publishes the three immutable Skill versions to ClawHub.
The repository secret `CLAWHUB_TOKEN` is required for live ClawHub publication.

OpenAI and Claude public directories require human review; CI builds and
validates their submission artifacts but does not bypass those review portals.
See [`SUBMISSION.md`](SUBMISSION.md).

## Security boundary

The plugin ships no public MCP server. It connects to the user's local DCC-MCP
gateway through `dcc-mcp-cli`; a public multi-tenant MCP endpoint is a separate
security and deployment product.

## License

Repository code is MIT. Published Skill content is MIT-0 as declared by each
`SKILL.md` and required by ClawHub.
tools

Comments

Sign in to leave a comment

Loading comments...