e-comet-skills
v2026.8.37MCP tools for e-Comet seller analytics, live Wildberries data, Ozon Seller promotion reports, and explicit-consent issue reporting.
By e-CometLicense: Apache-2.00 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add e-comet-skills-2@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/ShadyAV/ecomet-skills-local-mcpClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
- command
- node
- args
- mcp/src/server.mjs
- cwd
- .
Plugin manifests2
{
"name": "e-comet-skills",
"version": "2026.8.37",
"description": "MCP tools for e-Comet seller analytics, live Wildberries data, Ozon Seller promotion reports, and explicit-consent issue reporting.",
"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",
"ozon",
"seller",
"e-comet"
],
"mcpServers": {
"e-comet-local": {
"type": "stdio",
"command": "node",
"args": [
"mcp/src/server.mjs"
],
"cwd": ".",
"omit_tools_from": [
"code_mode",
"deferred"
],
"tools": {
"prepare_e_comet_feedback": {
"approval_mode": "approve"
},
"submit_e_comet_feedback": {
"approval_mode": "approve"
}
}
}
},
"interface": {
"displayName": "e-Comet MCP Tools",
"shortDescription": "Seller analytics, live reports, and issue reporting",
"longDescription": "Analyze e-Comet account data, get current Wildberries data, export seller reports from Wildberries and Ozon through the user's browser, and send an issue report with explicit consent.",
"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",
"Download an Ozon Seller promotion report for a date range",
"Help me report an e-Comet problem without including the transcript"
],
"brandColor": "#0F766E",
"composerIcon": "./assets/icon.png",
"logo": "./assets/logo.png"
}
}{
"name": "e-comet-skills",
"displayName": "e-Comet MCP Tools",
"description": "MCP tools for e-Comet seller analytics, live Wildberries data, Ozon Seller promotion reports, and explicit-consent issue reporting.",
"repository": "https://github.com/e-comet/skills",
"license": "Apache-2.0",
"mcpServers": {
"e-comet-local": {
"type": "stdio",
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/src/server.mjs"
]
}
}
}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.
[e-comet-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/e-comet-skills-2)