Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
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
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
Public facts
6
Change events
1
Artifacts
0
Freshness
Feb 24, 2026
Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 24, 2026
Vendor
Duhman
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
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.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
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.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Duhman
Protocol compatibility
MCP
Auth modes
mcp, api_key
Machine-readable schemas
OpenAPI or schema references published
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
0
Snippets
0
Languages
typescript
Parameters
Full documentation captured from public sources, including the complete README when available.
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
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.
references/.scripts/check_env.shreferences/excalidraw-install-and-integration.mdreferences/excalidraw-props-and-api.mdreferences/excalidraw-utils-restore-export.mdMainMenu, Sidebar, WelcomeScreen, Footer): load references/excalidraw-ui-composition.mdreferences/excalidraw-mermaid-conversion.mdreferences/excalidraw-collaboration-pattern.mdreferences/excalidraw-account-linking.mdreferences/excalidraw-client-compatibility.mdreferences/excalidraw-troubleshooting.mdreferences/agent-skills-protocol-notes.mdApply these on every Excalidraw integration unless the user explicitly asks otherwise:
import "@excalidraw/excalidraw/index.css";excalidrawAPI callback for imperative control; do not use removed legacy ref API patterns.window.EXCALIDRAW_ASSET_PATH correctly.Run scripts from this skill root or by absolute path.
scripts/check_env.shscripts/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.shprocess.cwd() first, then from the skill directory.@excalidraw/excalidraw and @excalidraw/mermaid-to-excalidraw are available, or install them in a temporary working directory first.@excalidraw/excalidraw cannot be loaded in the active Node runtime, scripts emit a warning and apply deterministic fallback normalization so workflows continue.--pwcli or PWCLI~/.codex, ~/.claude, ~/.cursor, and ~/.config/zedplaywright-clinpx --yes --package @playwright/mcp playwright-cliexcalidraw.com or plus.excalidraw.com.SKILL.md + optional references/, scripts/, and assets/.agents/openai.yaml is optional metadata for Codex UX and can be ignored by other clients.SKILL.md, script paths are skill-root relative, and account-link import can run with any Playwright CLI provider via --pwcli.references/excalidraw-client-compatibility.md.references/excalidraw-install-and-integration.md.references/excalidraw-props-and-api.md.excalidrawAPI callback to capture API instance.updateScene and captureUpdate semantics intentionally:
IMMEDIATELYEVENTUALLYNEVERonChange, pointer handlers)..excalidrawreferences/excalidraw-mermaid-conversion.md.node scripts/mermaid_to_scene.mjs --input diagram.mmd --output diagram.excalidraw --font-size 16 --regenerate-ids true --pretty truenode scripts/scene_lint.mjs --input diagram.excalidraw --strict-diagram truereferences/excalidraw-utils-restore-export.md.node scripts/library_merge.mjs --base lib-a.excalidrawlib --other lib-b.excalidrawlib --output merged.excalidrawlib --default-status unpublishedlibraryItems and expected dedupe behavior.references/excalidraw-collaboration-pattern.md.references/excalidraw-troubleshooting.md.references/excalidraw-account-linking.md.bash scripts/import_to_excalidraw.sh --input diagram.excalidraw --destination plus --mode headedplus destination.RESULT_JSON output.references/excalidraw-client-compatibility.md.bash scripts/check_env.shbash scripts/import_to_excalidraw.sh --input assets/examples/scene-minimal.excalidraw --dry-run true--pwcli explicitly.SKILL.md and access references/ and scripts/.SKILL.md concise and procedural.references/.SKILL.md.python <path-to-skill-creator>/scripts/quick_validate.py <path-to-skill-dir>skills-ref validate <path-to-skill-dir>Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
ready
Auth
mcp, api_key
Streaming
No
Data region
global
Protocol support
Requires: mcp, lang:typescript
Forbidden: none
Guardrails
Operational confidence: medium
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"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
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
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
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
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
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.