Agent Plugins Marketplace
All plugins

craft-capability

v0.12.30

Standalone discovery and governance for Skills, MCP tools, Workflows, and adapters.

Codex1 Skill1 MCP serverstdio

By wdx9413License: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 16, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install craft-capability for Codex

Installs for the current user
codex plugin marketplace add wdx9413/craft
codex plugin marketplace upgrade craft-marketplace
codex plugin add craft-capability@craft-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the craft-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “craft-capability” remain stable.

  • Codex: craft-capability@agent-plugin-marketplacecraft-capability@craft-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/wdx9413/craft

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/craft-capability/.

Plugin files

plugins/craft-capability/
├── .codex-plugin/plugin.json
├── skills/craft-capability/SKILL.md
└── .mcp.json

Included Skills1

craft-capabilityskills/craft-capability/SKILL.md

Use Craft's standalone capability discovery component to scan, deduplicate, search, audit, and recommend Skills, MCP tools, Workflows, and adapters without activating everything.

MCP servers1

craft-capabilitystdio
command
node
args
dist/plugin/craft-mcp.cjs --product capability
cwd
.

Plugin manifests1

plugins/craft-capability/.codex-plugin/plugin.json
{
  "name": "craft-capability",
  "version": "0.12.30",
  "description": "Standalone discovery and governance for Skills, MCP tools, Workflows, and adapters.",
  "author": {
    "name": "wdx9413",
    "url": "https://github.com/wdx9413"
  },
  "homepage": "https://github.com/wdx9413/craft",
  "repository": "https://github.com/wdx9413/craft",
  "license": "MIT",
  "keywords": [
    "skills",
    "mcp",
    "capability",
    "discovery"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Craft Capability",
    "shortDescription": "Discover and rank capabilities without activating all tools.",
    "longDescription": "Scan and logically deduplicate capability sources, preserve provenance, audit health and trust, and recommend the smallest task-relevant activation set.",
    "developerName": "wdx9413",
    "category": "Developer Tools",
    "brandColor": "#000000",
    "composerIcon": "./assets/craft-icon.svg",
    "logo": "./assets/craft-icon.svg",
    "capabilities": [
      "Capability discovery",
      "Logical deduplication",
      "Activation planning"
    ],
    "defaultPrompt": [
      "Find the smallest healthy capability set for this goal; do not activate or execute it yet."
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[craft-capability on Agent Plugins Marketplace](https://pluginsmp.com/plugins/craft-capability)