seal-install
v1.15.0Installs Sealmetrics on a site from scratch: creates the site, plans the snippet and the funnel with you, writes them, simulates them against the real tracker before anything ships, then confirms the first hit and each event on the live site. Carries the local MCP server, the only one that exposes the provisioning, planning and verification tools.
By SealmetricsLicense: MIT0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Claude Code
- 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 seal-install for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install seal-install@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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 seal-install/.
Plugin files
├── .claude-plugin/plugin.json├── skills/install-sealmetrics/SKILL.md└── .mcp.json
Included Skills1
Install Sealmetrics on a site from scratch: create the site if needed, plan the snippet and the events with the user, write them, simulate them against the real tracker before anything ships, then confirm the first hit and each event on the live site. Trigger on: "install Sealmetrics", "set up Sealmetrics", "add analytics to this site", "instalar Sealmetrics", "configurar el píxel", "I have no tracking yet", "add the tracking code", "instrument my checkout", "the install is deployed, verify it", "check the events arrive", "comprobar la instalación", or when another skill finds that a site has no data at all.
MCP servers1
- command
- npx
- args
- -y @sealmetrics/mcp
- env.SEALMETRICS_API_KEY
- ${SEALMETRICS_API_KEY}
Plugin manifests1
{
"name": "seal-install",
"version": "1.15.0",
"description": "Installs Sealmetrics on a site from scratch: creates the site, plans the snippet and the funnel with you, writes them, simulates them against the real tracker before anything ships, then confirms the first hit and each event on the live site. Carries the local MCP server, the only one that exposes the provisioning, planning and verification tools.",
"author": {
"name": "Sealmetrics",
"url": "https://sealmetrics.com"
},
"homepage": "https://sealmetrics.com",
"repository": "https://github.com/sealmetrics/seal-copilot",
"license": "MIT",
"keywords": [
"analytics",
"sealmetrics",
"consentless",
"instrumentation",
"onboarding",
"tracking",
"install",
"pixel",
"simulation",
"plan"
]
}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.
[seal-install on Agent Plugins Marketplace](https://pluginsmp.com/plugins/seal-install)