← Back to Skills Marketplace
agents365-ai

Tldraw Skill

by Agents365.ai · GitHub ↗ · v1.1.0 · MIT-0
darwinlinuxwin32 ⚠ suspicious
72
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tldraw-pro-skill
Description
Use when user requests diagrams, flowcharts, architecture charts, or visualizations. Also use proactively when explaining systems with 3+ components, complex...
Usage Guidance
This skill appears to do what it says (generate tldraw diagrams) but has two behaviours you should consider before installing: 1) Auto-update: it will silently run `git pull` in its install directory (network access and the ability to change the skill code without further consent). If you prefer control, install from a pinned commit, disable the auto-update step (remove or edit it), or run it only in a project-level clone you control. 2) Vision self-check: the skill uses the agent's vision capability to read exported PNGs to auto-fix layout issues — those images may be sent to the model provider for processing. Don’t use the self-check on diagrams that contain sensitive data, or disable the vision step if privacy is a concern. Additional precautions: install the skill in an isolated environment (project-local path), inspect the repository source before enabling auto-update, and prefer explicit manual updates. No credentials are requested by the skill, which is good; still review exported files and where they are written before sharing.
Capability Analysis
Type: OpenClaw Skill Name: tldraw-pro-skill Version: 1.1.0 The skill is designed to generate and export whiteboard diagrams using the legitimate `@kitschpatrol/tldraw-cli`. It contains standard operational commands for dependency installation (npm), directory management (mkdir), and a documented auto-update feature (git pull) restricted to its own directory. All behaviors are transparently described in SKILL.md and README.md, with no indicators of malicious intent, data exfiltration, or unauthorized system access.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
Name/description, required binary (tldraw), and workflow (generate .tldr JSON, export via @kitschpatrol/tldraw-cli) are coherent and necessary for a diagram-generation skill. No unrelated credentials or binaries are requested.
Instruction Scope
Runtime instructions are focused on diagram generation, layout, export, and iterative review. Two notable behaviors expand scope: (1) a silent auto-update step that runs `git -C <this-skill-dir> pull --ff-only` (network/code update) and (2) a vision-based self-check that sends exported PNGs to the agent's vision model for reading/auto-fix. Both are explainable for the stated purpose but change the trust model (network access and transmission of generated images). The skill writes outputs to user-specified paths (mkdir -p) which is expected for export but can write anywhere the invoking agent has permissions.
Install Mechanism
No packaged install spec in the registry; SKILL.md recommends installing the trusted npm package @kitschpatrol/tldraw-cli via npm. There are no downloads from unfamiliar URLs or archive extraction in the metadata. Installing the tldraw CLI via npm is proportionate to the task.
Credentials
The skill requests no environment variables or credentials. It uses local filesystem and a CLI tool only. The lack of credential requests is appropriate for its purpose.
Persistence & Privilege
The skill is not always-enabled, but it instructs itself to silently auto-update once per 24h by running `git pull` in its install directory and writing a `.last_update` timestamp file. This gives the skill the ability to change its on-disk code without an explicit user prompt; while common in some projects, it increases risk because a remote update could introduce malicious code. The skill does not request other skills' configs or system-wide credentials.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tldraw-pro-skill
  3. After installation, invoke the skill by name or use /tldraw-pro-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Initial publish — multi-platform metadata, vision-based self-check loop, 6 diagram type presets (Architecture/Flowchart/Sequence/ML/ERD/UML), complexity-scaled layout, 24h auto-update
Metadata
Slug tldraw-pro-skill
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tldraw Skill?

Use when user requests diagrams, flowcharts, architecture charts, or visualizations. Also use proactively when explaining systems with 3+ components, complex... It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.

How do I install Tldraw Skill?

Run "/install tldraw-pro-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tldraw Skill free?

Yes, Tldraw Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tldraw Skill support?

Tldraw Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).

Who created Tldraw Skill?

It is built and maintained by Agents365.ai (@agents365-ai); the current version is v1.1.0.

💬 Comments