Draw

Draw - command-line tool for everyday use

oujingzhou 910f144 4 files · 12.6 KB Updated

File contents

Draw

Drawing toolkit — SVG generation, shape creation, diagram building, canvas manipulation, layer management, and format export.

Commands

Command Description
draw run Execute main function
draw list List all items
draw add <item> Add new item
draw status Show current status
draw export <format> Export data
draw help Show help

Usage

# Show help
draw help

# Quick start
draw run

Examples

# Run with defaults
draw run

# Check status
draw status

# Export results
draw export json
  • Run draw help for all commands draw/`

When to Use

  • when you need quick draw from the command line
  • to automate draw tasks in your workflow

Output

Returns structured data to stdout. Redirect to a file with draw run > output.txt.


Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback

When to Use

  • Quick draw tasks from terminal
  • Automation pipelines

oujingzhou/build-your-own-openclaw/tree/main/skills/draw commit 910f144057

Frequently asked questions

npx skillmds@latest add oujingzhou/draw