Agent Plugins Marketplace
All plugins

ds4cc

v0.1.0

Read-only guidance for browsing the reviewed DS4CC catalog through its MCP tool.

Codex1 Skill

By VeigaPunkLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 15, 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

Get the plugin

git clone https://github.com/VeigaPunk/ds4cc-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is official/ds4cc/.

Compatibility: the page URL and API slug “ds4cc-2” remain stable.

  • Codex: Legacy selector ds4cc-2@agent-plugin-marketplace remains documented for migration; install from source for this runtime.

This plugin's manifest name conflicts with another source for the same runtime. The source remains indexed, but this directory does not generate mismatched -2/-3 install commands.

Plugin files

official/ds4cc/
├── .codex-plugin/plugin.json
└── skills/ds4cc-marketplace/SKILL.md

Included Skills1

ds4cc-marketplaceskills/ds4cc-marketplace/SKILL.md

Browse and review the official DS4CC catalog through the read-only browse_ds4cc_marketplace MCP tool.

Plugin manifests1

official/ds4cc/.codex-plugin/plugin.json
{
  "name": "ds4cc",
  "version": "0.1.0",
  "description": "Read-only guidance for browsing the reviewed DS4CC catalog through its MCP tool.",
  "author": {
    "name": "VeigaPunk"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "DS4CC Marketplace",
    "shortDescription": "Browse reviewed DS4CC catalog metadata",
    "longDescription": "Read-only skill for using the browse_ds4cc_marketplace MCP tool, assessing reviewed result metadata, and treating optional install commands as inert text requiring independent review.",
    "developerName": "VeigaPunk",
    "category": "Developer",
    "capabilities": [
      "Reviewed catalog browsing",
      "Source provenance review",
      "Capability review"
    ],
    "websiteURL": "https://app.ds4cc.com/",
    "privacyPolicyURL": "https://app.ds4cc.com/privacy",
    "termsOfServiceURL": "https://app.ds4cc.com/terms",
    "defaultPrompt": [
      "Show me the reviewed DS4CC catalog.",
      "Use the DS4CC browse tool to find a visualization plugin.",
      "Compare the capabilities and source provenance in reviewed results."
    ],
    "brandColor": "#A7F26B",
    "composerIcon": "./assets/logo.svg",
    "logo": "./assets/logo-512.png"
  },
  "homepage": "https://app.ds4cc.com/",
  "repository": "https://github.com/VeigaPunk/ds4cc-marketplace/tree/main/official/ds4cc",
  "license": "MIT",
  "keywords": [
    "codex",
    "plugins",
    "catalog",
    "developer-tools"
  ]
}

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

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