Crawler Summary

excalidraw-agent answer-first brief

Integrate and automate Excalidraw in React and Next.js apps, convert Mermaid to .excalidraw scenes, merge/normalize .excalidrawlib libraries, and troubleshoot Excalidraw runtime issues. Use when users mention Excalidraw, Mermaid diagrams, .excalidraw or .excalidrawlib files, Excalidraw API props/methods, export/import flows, or host-app collaboration wiring. --- name: excalidraw-agent description: Integrate and automate Excalidraw in React and Next.js apps, convert Mermaid to .excalidraw scenes, merge/normalize .excalidrawlib libraries, and troubleshoot Excalidraw runtime issues. Use when users mention Excalidraw, Mermaid diagrams, .excalidraw or .excalidrawlib files, Excalidraw API props/methods, export/import flows, or host-app collaboration wiring. --- Excalidraw Agen Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.

Freshness

Last checked 2/24/2026

Best For

Contract is available with explicit auth and schema references.

Not Ideal For

excalidraw-agent is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.

Evidence Sources Checked

editorial-content, capability-contract, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 100/100

excalidraw-agent

Integrate and automate Excalidraw in React and Next.js apps, convert Mermaid to .excalidraw scenes, merge/normalize .excalidrawlib libraries, and troubleshoot Excalidraw runtime issues. Use when users mention Excalidraw, Mermaid diagrams, .excalidraw or .excalidrawlib files, Excalidraw API props/methods, export/import flows, or host-app collaboration wiring. --- name: excalidraw-agent description: Integrate and automate Excalidraw in React and Next.js apps, convert Mermaid to .excalidraw scenes, merge/normalize .excalidrawlib libraries, and troubleshoot Excalidraw runtime issues. Use when users mention Excalidraw, Mermaid diagrams, .excalidraw or .excalidrawlib files, Excalidraw API props/methods, export/import flows, or host-app collaboration wiring. --- Excalidraw Agen

MCPverified

Public facts

6

Change events

1

Artifacts

0

Freshness

Feb 24, 2026

Verifiededitorial-content1 verified compatibility signal

Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.

Schema refs publishedTrust evidence available

Trust score

Unknown

Compatibility

MCP

Freshness

Feb 24, 2026

Vendor

Duhman

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.

Setup snapshot

git clone https://github.com/duhman/excalidraw-agent.git
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Duhman

profilemedium
Observed Feb 24, 2026Source linkProvenance
Compatibility (2)

Protocol compatibility

MCP

contracthigh
Observed Feb 24, 2026Source linkProvenance

Auth modes

mcp, api_key

contracthigh
Observed Feb 24, 2026Source linkProvenance
Artifact (1)

Machine-readable schemas

OpenAPI or schema references published

contracthigh
Observed Feb 24, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB OPENCLEW

Extracted files

0

Examples

0

Snippets

0

Languages

typescript

Parameters

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB OPENCLEW

Docs source

GITHUB OPENCLEW

Editorial quality

ready

Integrate and automate Excalidraw in React and Next.js apps, convert Mermaid to .excalidraw scenes, merge/normalize .excalidrawlib libraries, and troubleshoot Excalidraw runtime issues. Use when users mention Excalidraw, Mermaid diagrams, .excalidraw or .excalidrawlib files, Excalidraw API props/methods, export/import flows, or host-app collaboration wiring. --- name: excalidraw-agent description: Integrate and automate Excalidraw in React and Next.js apps, convert Mermaid to .excalidraw scenes, merge/normalize .excalidrawlib libraries, and troubleshoot Excalidraw runtime issues. Use when users mention Excalidraw, Mermaid diagrams, .excalidraw or .excalidrawlib files, Excalidraw API props/methods, export/import flows, or host-app collaboration wiring. --- Excalidraw Agen

Full README

name: excalidraw-agent description: Integrate and automate Excalidraw in React and Next.js apps, convert Mermaid to .excalidraw scenes, merge/normalize .excalidrawlib libraries, and troubleshoot Excalidraw runtime issues. Use when users mention Excalidraw, Mermaid diagrams, .excalidraw or .excalidrawlib files, Excalidraw API props/methods, export/import flows, or host-app collaboration wiring.

Excalidraw Agent

Overview

Use this skill to deliver end-to-end Excalidraw work in host apps: integration, API-driven scene updates, Mermaid conversion, library operations, export/import pipelines, collaboration patterns, and runtime diagnostics.

Prefer this workflow: triage the task, load only the relevant reference file, execute using deterministic scripts when possible, validate output, and report exact outcomes.

Core Workflow

  1. Triage the request type.
  2. Load only the required reference file(s) from references/.
  3. Run environment check when scripts are involved:
    • scripts/check_env.sh
  4. Execute the task path.
  5. Validate the result (script checks + structural checks + behavior checks).
  6. Report what changed, what was verified, and remaining risks.

Task Triage

  • Installation or framework embedding: load references/excalidraw-install-and-integration.md
  • Props and imperative API usage: load references/excalidraw-props-and-api.md
  • Serialization, restore, and export/import: load references/excalidraw-utils-restore-export.md
  • Editor composition (MainMenu, Sidebar, WelcomeScreen, Footer): load references/excalidraw-ui-composition.md
  • Mermaid conversion workflows: load references/excalidraw-mermaid-conversion.md
  • Collaboration architecture and remote update behavior: load references/excalidraw-collaboration-pattern.md
  • Account-linked import/publish via authenticated browser session: load references/excalidraw-account-linking.md
  • Client setup/portability across Codex, Claude Code, Cursor, and Zed: load references/excalidraw-client-compatibility.md
  • Runtime or build failures: load references/excalidraw-troubleshooting.md
  • Skills protocol constraints and metadata behavior: load references/agent-skills-protocol-notes.md

Hard Integration Requirements

Apply these on every Excalidraw integration unless the user explicitly asks otherwise:

  1. Import Excalidraw stylesheet:
    • import "@excalidraw/excalidraw/index.css";
  2. Render in a container with non-zero height and width.
  3. Use excalidrawAPI callback for imperative control; do not use removed legacy ref API patterns.
  4. For Next.js, disable SSR for Excalidraw rendering via dynamic import.
  5. If self-hosting fonts/assets, set window.EXCALIDRAW_ASSET_PATH correctly.

Script Interfaces

Run scripts from this skill root or by absolute path.

  • scripts/check_env.sh
  • scripts/mermaid_to_scene.mjs --input <mmd|-> --output <scene.excalidraw> --font-size <n> --regenerate-ids <true|false> --pretty <true|false>
  • scripts/scene_lint.mjs --input <scene.excalidraw> --strict-diagram <true|false>
  • scripts/library_merge.mjs --base <a.excalidrawlib> --other <b.excalidrawlib> --output <merged.excalidrawlib> --default-status <published|unpublished>
  • scripts/import_to_excalidraw.sh --input <path> --destination <plus|excalidraw> --kind <auto|scene|library> --mode <headed|headless> --session <name> --output-dir <path> --timeout-sec <n> --dry-run <true|false> --close-on-complete <true|false> --pwcli <path>
  • scripts/self_test.sh

Deterministic Execution Notes

  • Scripts resolve Excalidraw dependencies from process.cwd() first, then from the skill directory.
  • Recommended runtime is Node + pnpm.
  • For conversions and merges, run from a project directory where @excalidraw/excalidraw and @excalidraw/mermaid-to-excalidraw are available, or install them in a temporary working directory first.
  • If @excalidraw/excalidraw cannot be loaded in the active Node runtime, scripts emit a warning and apply deterministic fallback normalization so workflows continue.
  • The account-link import script supports multiple agent environments by resolving Playwright in this order:
    1. explicit --pwcli or PWCLI
    2. known wrapper paths under ~/.codex, ~/.claude, ~/.cursor, and ~/.config/zed
    3. global playwright-cli
    4. npx --yes --package @playwright/mcp playwright-cli
  • API-level account linking is not available in this skill. Account linking is implemented as authenticated UI import on excalidraw.com or plus.excalidraw.com.

Multi-Agent Compatibility

  • Core Agent Skills contract is SKILL.md + optional references/, scripts/, and assets/.
  • agents/openai.yaml is optional metadata for Codex UX and can be ignored by other clients.
  • This skill is designed to be portable: all operational instructions are rooted in SKILL.md, script paths are skill-root relative, and account-link import can run with any Playwright CLI provider via --pwcli.
  • For client-specific setup and invocation patterns, load references/excalidraw-client-compatibility.md.

Execution Paths

1) Embed Excalidraw in a Host App

  1. Load references/excalidraw-install-and-integration.md.
  2. Implement base integration for React/Next.js/Preact as needed.
  3. Confirm CSS import and non-zero container dimensions.
  4. Validate editor rendering and input behavior.

2) Implement API-Driven Scene or UI Behavior

  1. Load references/excalidraw-props-and-api.md.
  2. Use excalidrawAPI callback to capture API instance.
  3. Use updateScene and captureUpdate semantics intentionally:
    • local undoable updates: IMMEDIATELY
    • async grouped updates: EVENTUALLY
    • remote/collab updates: NEVER
  4. Verify behavior via event subscriptions (onChange, pointer handlers).

3) Convert Mermaid to .excalidraw

  1. Load references/excalidraw-mermaid-conversion.md.
  2. Run conversion:
    • node scripts/mermaid_to_scene.mjs --input diagram.mmd --output diagram.excalidraw --font-size 16 --regenerate-ids true --pretty true
  3. Validate output:
    • node scripts/scene_lint.mjs --input diagram.excalidraw --strict-diagram true
  4. If parser fallback behavior appears, report which nodes were downgraded.
  5. If import layout is unreadable (for example tall single-column collapse), simplify labels/graph, reconvert, and expect a manual arrangement pass in Excalidraw.

4) Merge and Normalize Libraries

  1. Load references/excalidraw-utils-restore-export.md.
  2. Merge:
    • node scripts/library_merge.mjs --base lib-a.excalidrawlib --other lib-b.excalidrawlib --output merged.excalidrawlib --default-status unpublished
  3. Confirm merged output contains normalized libraryItems and expected dedupe behavior.

5) Build Collaboration Glue

  1. Load references/excalidraw-collaboration-pattern.md.
  2. Keep transport and persistence in host app; keep editor as client state surface.
  3. Apply remote updates with non-undo capture behavior.
  4. Verify collaborator map rendering and local-vs-remote conflict handling.

6) Troubleshoot Runtime Failures

  1. Load references/excalidraw-troubleshooting.md.
  2. Diagnose by category: SSR/build, CSS/layout, browser quirks, asset path, env flags.
  3. Validate fixed state with a minimal reproducible integration.

7) Link Generated Content to Excalidraw Account

  1. Load references/excalidraw-account-linking.md.
  2. Run import script in headed mode for interactive login:
    • bash scripts/import_to_excalidraw.sh --input diagram.excalidraw --destination plus --mode headed
  3. Complete manual login/MFA at checkpoint.
  4. Let script run deterministic import strategy sequence and UI assertions.
  5. Confirm persistence checkpoint for plus destination.
  6. Collect screenshot proof path and RESULT_JSON output.

8) Configure Skill for a Specific Agent Client

  1. Load references/excalidraw-client-compatibility.md.
  2. Place or symlink the skill directory into the client's skill root.
  3. Validate script execution from that environment:
    • bash scripts/check_env.sh
    • bash scripts/import_to_excalidraw.sh --input assets/examples/scene-minimal.excalidraw --dry-run true
  4. If Playwright is not discovered automatically, set --pwcli explicitly.
  5. Confirm the client can load SKILL.md and access references/ and scripts/.

Validation Checklist

  • Skill metadata and structure validate cleanly.
  • Script CLIs run with documented flags.
  • Converted scenes parse and lint successfully.
  • Merged libraries are normalized and readable by Excalidraw tooling.
  • Recommendations reference the correct framework constraints (React/Next/Preact).
  • Cross-client setup guidance is present and does not assume a single agent runtime.

Skill Maintenance

  • Keep SKILL.md concise and procedural.
  • Keep deep details in references/.
  • Keep references one hop from SKILL.md.
  • Re-run validation after edits:
    • python <path-to-skill-creator>/scripts/quick_validate.py <path-to-skill-dir>
    • skills-ref validate <path-to-skill-dir>

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

Verifiedcapability-contract

Contract coverage

Status

ready

Auth

mcp, api_key

Streaming

No

Data region

global

Protocol support

MCP: verified

Requires: mcp, lang:typescript

Forbidden: none

Guardrails

Operational confidence: medium

Contract is available with explicit auth and schema references.
Trust confidence is not low and verification freshness is acceptable.
Protocol support is explicitly confirmed in contract metadata.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/duhman-excalidraw-agent/snapshot"
curl -s "https://xpersona.co/api/v1/agents/duhman-excalidraw-agent/contract"
curl -s "https://xpersona.co/api/v1/agents/duhman-excalidraw-agent/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITLAB_AI_CATALOGgitlab-mcp

Rank

83

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_PUBLIC_PROJECTSgitlab-mcp

Rank

80

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-openapi

Rank

74

Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-actix-web

Rank

72

An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
Machine Appendix

Contract JSON

{
  "contractStatus": "ready",
  "authModes": [
    "mcp",
    "api_key"
  ],
  "requires": [
    "mcp",
    "lang:typescript"
  ],
  "forbidden": [],
  "supportsMcp": true,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": "https://github.com/duhman/excalidraw-agent#input",
  "outputSchemaRef": "https://github.com/duhman/excalidraw-agent#output",
  "dataRegion": "global",
  "contractUpdatedAt": "2026-02-24T19:44:12.578Z",
  "sourceUpdatedAt": "2026-02-24T19:44:12.578Z",
  "freshnessSeconds": 4425079
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/duhman-excalidraw-agent/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/duhman-excalidraw-agent/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/duhman-excalidraw-agent/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/duhman-excalidraw-agent/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/duhman-excalidraw-agent/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/duhman-excalidraw-agent/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "MCP"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_OPENCLEW",
      "generatedAt": "2026-04-17T00:55:31.786Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "MCP",
      "type": "protocol",
      "support": "supported",
      "confidenceSource": "contract",
      "notes": "Confirmed by capability contract"
    },
    {
      "key": "be",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "run",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "load",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "multiple",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:MCP|supported|contract capability:be|supported|profile capability:run|supported|profile capability:load|supported|profile capability:multiple|supported|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "MCP",
    "href": "https://xpersona.co/api/v1/agents/duhman-excalidraw-agent/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/duhman-excalidraw-agent/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:44:12.578Z",
    "isPublic": true
  },
  {
    "factKey": "auth_modes",
    "category": "compatibility",
    "label": "Auth modes",
    "value": "mcp, api_key",
    "href": "https://xpersona.co/api/v1/agents/duhman-excalidraw-agent/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/duhman-excalidraw-agent/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:44:12.578Z",
    "isPublic": true
  },
  {
    "factKey": "schema_refs",
    "category": "artifact",
    "label": "Machine-readable schemas",
    "value": "OpenAPI or schema references published",
    "href": "https://github.com/duhman/excalidraw-agent#input",
    "sourceUrl": "https://xpersona.co/api/v1/agents/duhman-excalidraw-agent/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:44:12.578Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Duhman",
    "href": "https://github.com/duhman/excalidraw-agent",
    "sourceUrl": "https://github.com/duhman/excalidraw-agent",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-24T19:43:14.176Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/duhman-excalidraw-agent/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/duhman-excalidraw-agent/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub · GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to excalidraw-agent and adjacent AI workflows.