Agent Plugins Marketplace
All plugins

e-comet-skills

v2026.8.13

MCP tools for e-Comet seller analytics, live Wildberries data, and seller review exports.

CodexClaude Code2 MCP serversStreamable HTTPstdio

By e-CometLicense: Apache-2.08 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 27, 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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add e-comet-skills@agent-plugin-marketplace

Paste 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/e-comet/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/e-comet-skills/.

Plugin files

plugins/e-comet-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers2

e-cometStreamable HTTP
url
https://mcp.e-comet.io/mcp
e-comet-localstdio
command
node
args
mcp/src/server.mjs
cwd
.

Plugin manifests2

plugins/e-comet-skills/.codex-plugin/plugin.json
{
  "name": "e-comet-skills",
  "version": "2026.8.13",
  "description": "MCP tools for e-Comet seller analytics, live Wildberries data, and seller review exports.",
  "author": {
    "name": "e-Comet",
    "url": "https://e-comet.io/"
  },
  "homepage": "https://github.com/e-comet/skills",
  "repository": "https://github.com/e-comet/skills",
  "license": "Apache-2.0",
  "keywords": [
    "mcp",
    "wildberries",
    "wb",
    "e-comet"
  ],
  "mcpServers": {
    "e-comet": {
      "type": "http",
      "url": "https://mcp.e-comet.io/mcp"
    },
    "e-comet-local": {
      "type": "stdio",
      "command": "node",
      "args": [
        "mcp/src/server.mjs"
      ],
      "cwd": "."
    }
  },
  "interface": {
    "displayName": "e-Comet MCP Tools",
    "shortDescription": "Seller analytics and live Wildberries data",
    "longDescription": "Analyze e-Comet account data, get current Wildberries data, and export seller review reports through the user's browser.",
    "developerName": "e-Comet",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive"
    ],
    "websiteURL": "https://e-comet.io/",
    "defaultPrompt": [
      "Find WB image URLs for product IDs",
      "Show WB stock by warehouse for an article",
      "Find my WB article position in search",
      "Download a WB seller review report for a product ID"
    ],
    "brandColor": "#0F766E",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png"
  }
}
plugins/e-comet-skills/.claude-plugin/plugin.json
{
  "name": "e-comet-skills",
  "displayName": "e-Comet MCP Tools",
  "description": "MCP tools for e-Comet seller analytics, live Wildberries data, and seller review exports.",
  "repository": "https://github.com/e-comet/skills",
  "license": "Apache-2.0",
  "mcpServers": {
    "e-comet": {
      "type": "http",
      "url": "https://mcp.e-comet.io/mcp"
    },
    "e-comet-local": {
      "type": "stdio",
      "command": "node",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/mcp/src/server.mjs"
      ]
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[e-comet-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/e-comet-skills)