Public source for my agent plugins and installation metadata.
If this work is useful, you can sponsor me here:
After the repository is public, install directly from the plugin subdirectory:
copilot plugin install sealad886/agent-plugins:plugins/build-chromium-extensionsFor a manual user-level install from a local clone:
cd plugins/build-chromium-extensions
./scripts/install-for-copilot.sh --userCodex currently uses a local file-backed plugin catalog on this machine. The plugin directory and marketplace entry for Codex are included here under:
If your Codex setup uses the same catalog layout, copy or sync the plugin into
your local plugins/ catalog and merge the marketplace entry from this repo.
agent-plugins/
├── .agents/plugins/marketplace.json
├── .github/FUNDING.yml
└── plugins/build-chromium-extensions/
The Chromium extension plugin includes:
- Codex-oriented manifest and skill/reference tree
- Copilot-oriented
plugin.jsonand agent wrapper - Playwright MCP config
- helper packaging script