the-musketeer
v0.3.1Drive Grok-only web UI features through agent-browser and an authenticated CDP profile.
By VeigaPunk0 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 →
Install the-musketeer for Codex
codex plugin marketplace add VeigaPunk/ds4cc-marketplace
codex plugin marketplace upgrade ds4cc
codex plugin add the-musketeer@ds4ccPaste and run these commands in a terminal with Codex. They add and refresh the ds4cc catalog, then install this plugin.
Compatibility: the page URL and API slug “the-musketeer” remain stable.
- Codex:
the-musketeer@agent-plugin-marketplace→the-musketeer@ds4cc
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/the-musketeer/.
Plugin files
├── .codex-plugin/plugin.json└── skills/the-musketeer-docs/SKILL.md
Included Skills1
Install and run The Musketeer Grok web UI adapter through agent-browser and an authenticated CDP profile. Paste-friendly on Grok Build.
Plugin manifests1
{
"name": "the-musketeer",
"version": "0.3.1",
"description": "Drive Grok-only web UI features through agent-browser and an authenticated CDP profile.",
"author": {
"name": "VeigaPunk"
},
"skills": "./skills/",
"interface": {
"displayName": "The Musketeer (VeigaPunk)",
"shortDescription": "Grok web UI automation through agent-browser",
"longDescription": "Uses agent-browser with a dedicated authenticated Chrome CDP profile to reach Grok features exposed only in the web UI.",
"developerName": "VeigaPunk",
"category": "Developer",
"capabilities": [
"Web Automation",
"Grok Web UI",
"Authenticated CDP"
],
"defaultPrompt": [
"Show me how to use The Musketeer.",
"Send this task to the Grok web UI.",
"Set up the shared agent-browser profile."
]
},
"homepage": "https://github.com/VeigaPunk/the-musketeer",
"repository": "https://github.com/VeigaPunk/the-musketeer"
}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.
[the-musketeer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/the-musketeer)