Agent Plugins Marketplace
All plugins

excalidraw-plus

v1.0.0-ghast.1

Create and edit diagrams, wireframes and presentation scenes in an Excalidraw Plus workspace.

Agent Plugins1 Skill1 MCP serverStreamable HTTP

By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 8, 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

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

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

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/excalidraw-plus/
├── plugin.json
├── skills/excalidraw-plus/SKILL.md
└── mcp.json

Included Skills1

excalidraw-plusskills/excalidraw-plus/SKILL.md

Use Excalidraw+ in Ghast. Create and edit diagrams, wireframes and presentation scenes in an Excalidraw Plus workspace. 在 Excalidraw Plus 工作区创建与编辑图表、线框图和演示画布,辅助创意表达。

MCP servers1

excalidraw-plusStreamable HTTP
url
https://api.excalidraw.com/api/v1/mcp

Plugin manifests1

plugins/excalidraw-plus/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "excalidraw-plus",
  "version": "1.0.0-ghast.1",
  "description": "Create and edit diagrams, wireframes and presentation scenes in an Excalidraw Plus workspace.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://plus.excalidraw.com/docs/mcp",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "category": "creativity",
      "icon": "./assets/icon.svg",
      "displayName": "Excalidraw+",
      "descriptions": {
        "en": "Create and edit diagrams, wireframes and presentation scenes in an Excalidraw Plus workspace.",
        "zh-CN": "在 Excalidraw Plus 工作区创建与编辑图表、线框图和演示画布,辅助创意表达。"
      },
      "mcpServerExtensions": {
        "excalidraw-plus": {
          "credentialHeaders": {
            "Authorization": "Bearer $VAULT:excalidraw-plus-token"
          }
        }
      }
    }
  }
}

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

[excalidraw-plus on Agent Plugins Marketplace](https://pluginsmp.com/plugins/excalidraw-plus)