Back to the catalog

neonpanel

NeonPanel e-commerce intelligence suite for Amazon sellers. 8 specialist AI agents covering supply chain, inventory, marketing, accounting,

Open source Repository Open in the app JSON README (API)

About

NeonPanel e-commerce intelligence suite for Amazon sellers. 8 specialist AI agents covering supply chain, inventory, marketing, accounting, forecasting, and financial analysis. Connects to NeonPanel's MCP API (60+ tools) for live data access with OAuth2 authentication.

Details

Kind
Plugins
Topic
E-commerce & business
Publisher
neonpanel
Origin
marketplace
Category
ferramentas
Last push
2026-06-18T22:32:12Z
Repository state
ativo
License
MIT
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
neonpanel/claude-plugin/neonpanel

README

# NeonPanel — Claude Cowork Plugin

E-commerce intelligence suite for Amazon sellers. 8 specialist agents connected
to NeonPanel's live data via MCP.

## Agents / Skills

| Skill | Agent | Specialty |
|-------|-------|-----------|
| `neon-customer-success` | Neon | Onboarding, data import, accounting setup, go-live |
| `dorian-replenishment` | Dorian | PO planning, inventory replenishment, reorder optimization |
| `nina-supply-chain` | Nina | Supply chain analysis, logistics, inventory tracking |
| `mark-marketing-research` | Mark | Amazon listing audit, optimization, compliance |
| `marta-accounting` | Marta | P&L, general ledger, Amazon statements, reconciliation |
| `kio-forecasting` | Kio | Sales forecasting, demand planning, scenario comparison |
| `april-market-intelligence` | April | Competitive intelligence, keyword analysis, market trends |
| `sanjay-financial-analyst` | Sanjay | Cash flow planning, financial projections, spending strategy |

## MCP Connection

Connected to NeonPanel's MCP server at `https://mcp.neonpanel.com/mcp` (OAuth2).
Provides 66 tools across: brand analytics, financials, forecasting, supply chain,
inventory, COGS, advertising, imports, Shopify, and account management.

## Install

This plugin is available three ways. All of them install the same package.

### Claude Code (CLI or the Code tab in Desktop)

Install from the public community marketplace:

```shell
/plugin marketplace add anthropics/claude-plugins-community
/plugin install neonpanel@claude-community
```

Or from this repository directly (branded marketplace):

```shell
/plugin marketplace add neonpanel/claude-plugin
/plugin install neonpanel@neonpanel
```

### Claude Cowork (Desktop)

Cowork has its own plugin manager and does not read Claude Code installs.
Open **Customize → Plugins → Add marketplace**, enter `neonpanel/claude-plugin`
(or `anthropics/claude-plugins-community`), then install **neonpanel**.

### For organizations (admins)

Claude's org marketplace ("Sync from GitHub") only accepts private/internal
repositories, so the plugin is also mirrored to a private repo. In Claude
Desktop org settings → **Plugins → Create marketplace → Sync from GitHub**,
select `neonpanel/claude-plugin-private`, enable **Sync automatically**, and
set **Default access**. Members then get the plugin (and every update) without
adding a marketplace themselves. The private mirror is published from the same
release as the public repo, so both always carry the same version.

### Then set up

Connect your NeonPanel account when Claude prompts for OAuth on first tool use.
Skills activate automatically when your query matches their specialty. Ask Claude:

```text
Help me set up NeonPanel.
```

Claude will guide you through account readiness, Amazon/Shopify integrations, and
the two MCP connectors, which are set up differently:

- NeonPanel MCP (`https://mcp.neonpanel.com/mcp`) — bundled with this plugin and
  configured automatically on install.
- NeonaSphera MCP (`https://admin.neonasphera.com/mcp`) — optional; added manually
  via Add Custom Connector (the onboarding skill walks you through it) for Shared
  Workspace, memory, and file-memory workflows. It is not auto-installed.

> Note: plugins are supported in Claude Code and Cowork, but not in Claude Chat.
> To use NeonPanel from Chat (claude.ai), add the NeonPanel MCP server as a custom
> connector instead.

## How It Works

Each skill encodes the role definition, domain knowledge, routing logic, and tool
playbooks from a trained NeonPanel agent. When you ask a question, Claude matches
it to the most relevant skill and uses that agent's expertise + NeonPanel MCP tools
to answer with live data.

Skills carry reference documents (playbooks, module maps, canonical claims) that
provide detailed domain knowledge and step-by-step workflows.

More