# Draw

> Draw - command-line tool for everyday use

- Skill: `oujingzhou/draw` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add oujingzhou/draw`
- Raw SKILL.md: https://api.skillmd.com/api/skills/oujingzhou/draw/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT-0
- Author: oujingzhou (https://skillmd.com/u/oujingzhou)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/oujingzhou/draw

---


# 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

```bash
# Show help
draw help

# Quick start
draw run
```

## Examples

```bash
# 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

