ds4cc
v0.3.0Read-only guidance for discovering reviewed DS4CC plugins and installing them with Grok Build, Codex, Kimi Code, and OpenCode bootstrap after source review.
By VeigaPunkLicense: MIT0 GitHub starsUpdated 15 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 26, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ds4cc@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/VeigaPunk/ds4cc-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is marketplace/plugins/ds4cc/.
Plugin files
├── .codex-plugin/plugin.json└── skills/ds4cc-docs/SKILL.md
Included Skills1
Review the DS4CC marketplace and show verified install commands for Grok Build, Codex, Kimi Code CLI, and OpenCode bootstrap without executing them. Use when the user pastes a ds4cc-marketplace URL, asks to install DS4CC plugins, or wants marketplace setup.
Plugin manifests1
{
"name": "ds4cc",
"version": "0.3.0",
"description": "Read-only guidance for discovering reviewed DS4CC plugins and installing them with Grok Build, Codex, Kimi Code, and OpenCode bootstrap after source review.",
"author": {
"name": "VeigaPunk"
},
"skills": "./skills/",
"interface": {
"displayName": "DS4CC Marketplace",
"shortDescription": "Browse and install DS4CC marketplace plugins across Grok, Codex, Kimi, OpenCode",
"longDescription": "Meta-plugin documenting how to register the DS4CC marketplace and install plugins on Grok Build (paste-friendly), Codex CLI, Kimi Code CLI, and OpenCode bootstrap. Does not auto-install.",
"developerName": "VeigaPunk",
"category": "Developer",
"capabilities": [
"Marketplace discovery",
"Codex installation guidance",
"Source review guidance"
],
"websiteURL": "https://veigapunk.github.io/ds4cc-marketplace/",
"privacyPolicyURL": "https://app.ds4cc.com/privacy",
"termsOfServiceURL": "https://app.ds4cc.com/terms",
"defaultPrompt": [
"Show me how to add the DS4CC marketplace to Codex.",
"List the reviewed DS4CC plugins and their capabilities.",
"Show the Codex command for a DS4CC plugin without running it."
],
"brandColor": "#A7F26B",
"composerIcon": "./assets/logo.svg",
"logo": "./assets/logo-512.png"
},
"homepage": "https://veigapunk.github.io/ds4cc-marketplace/",
"repository": "https://github.com/VeigaPunk/ds4cc-marketplace",
"license": "MIT",
"keywords": [
"codex",
"plugins",
"marketplace",
"developer-tools",
"skills"
]
}For maintainers
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)