一键导入
tldraw
Comprehensive toolkit for integrating tldraw into web applications to create interactive canvases, presentations, whiteboards, and data dashboards.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Comprehensive toolkit for integrating tldraw into web applications to create interactive canvases, presentations, whiteboards, and data dashboards.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Agent-to-User Interface (A2UI) protocol implementation and client renderer scaffolding.
Infrastructure automation, configuration management, and application deployment orchestration using Ansible.
Create and manage unicode braille animations and spinners for CLIs and web apps. Use this skill when the user wants to add loading indicators, progress animations, or custom braille-based art to their terminal or browser-based application.
Agent harness for headlessly deploying Code Scaffold assets.
High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds.
Comprehensive cybersecurity arsenal integrating MITRE and NIST framework methodologies, NVIDIA SkillSpector vulnerability scanning, and deep SAST secret detection.
| name | tldraw |
| description | Comprehensive toolkit for integrating tldraw into web applications to create interactive canvases, presentations, whiteboards, and data dashboards. |
This skill empowers the agent to build highly interactive, visual, and creative applications using the tldraw SDK (https://tldraw.dev/). It goes beyond basic whiteboarding to implement advanced features like camera movements, programmatic animations, state transitions, slide show presentations, and dynamic data dashboard charts with interactive graphical elements.
editor.camera to native scroll events or programmatic timelines to fly users through spatial dashboards, zooming and panning seamlessly between data nodes to create immersive, Apple-style landing pages.HTMLContainer to make charts and UI elements physically animate, grow, and react to live data.tldraw state machine to build bespoke tools (e.g., a DataLinkTool that draws dynamic, auto-routing connecting lines between disparate dashboard widgets).editor.getCurrentPageShapeIds() to generate custom UI overlays that render a global map of the canvas, enabling instant camera teleportation and navigation.tldraw geometries to a 2D physics engine (like Matter.js) to enable gravity, collisions, and dynamic interactions for shapes when switching into a "simulation mode."tldraw: Scaffold the base <Tldraw /> component within the target application.ShapeUtil classes for any custom visual elements (charts, dashboard widgets).editor.camera for animations, framing specific elements, or navigating presentation slides.tldraw UI components to match the host application's aesthetic.tldraw canvas.requestAnimationFrame or the built-in editor.animateTo methods to avoid blocking the main thread.tldraw state and the application's global state where necessary.tldraw Editor API.