sealmetrics-codex
v0.1.0SealMetrics analytics MCP tools and implementation workflow for Codex.
By SealMetricsLicense: MIT0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 18, 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 sealmetrics-codex for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add sealmetrics-codex@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/sealmetrics/seal-copilotClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is docs/archive/sealmetrics-codex-v0.1.0/.
Plugin files
├── .codex-plugin/plugin.json├── skills/sealmetrics/SKILL.md└── .mcp.json
Included Skills1
Use when working with SealMetrics analytics in Codex: provision a site, install the tracker, instrument conversion or microconversion events, verify setup, or query SealMetrics traffic and conversion data through the bundled MCP server.
MCP servers1
- command
- node
- args
- ./server/index.js
- env.SEALMETRICS_BASE_URL
- https://my.sealmetrics.com/api/v1
Plugin manifests1
{
"name": "sealmetrics-codex",
"version": "0.1.0",
"description": "SealMetrics analytics MCP tools and implementation workflow for Codex.",
"author": {
"name": "SealMetrics",
"email": "[email protected]",
"url": "https://sealmetrics.com"
},
"homepage": "https://sealmetrics.com",
"repository": "https://github.com/adinton/sealmetrics2",
"license": "MIT",
"keywords": [
"analytics",
"mcp",
"sealmetrics",
"privacy",
"cookieless",
"gdpr"
],
"skills": "./skills/",
"interface": {
"displayName": "SealMetrics Analytics",
"shortDescription": "Privacy-first analytics tools and tracking setup for Codex.",
"longDescription": "Query SealMetrics analytics, register sites, install the tracking pixel, instrument conversions and microconversions, and verify setup from Codex using a local MCP server.",
"developerName": "SealMetrics",
"category": "Developer Tools",
"capabilities": [
"MCP",
"Analytics",
"Code editing"
],
"websiteURL": "https://sealmetrics.com",
"privacyPolicyURL": "https://sealmetrics.com/privacy",
"termsOfServiceURL": "https://sealmetrics.com/terms",
"brandColor": "#2563EB",
"composerIcon": "./assets/icon.png",
"logo": "./assets/icon.png",
"defaultPrompt": [
"Install SealMetrics tracking in this repo.",
"Show my SealMetrics overview for 30d.",
"Instrument conversions without tracking PII."
]
},
"mcpServers": "./.mcp.json"
}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.
[sealmetrics-codex on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sealmetrics-codex)