Skip to content

flowith-ai/canvas-pilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Canvas Pilot

Pilot a spatial canvas from the CLI — create canvases, generate images/text/video/agent responses, read results, recall past work, and manage nodes on Flowith's shared canvas.

Your AI agent gets a live cursor on the canvas. It moves in real time — users see nodes appear and the tree grow.

Install

npx skills add flowith-ai/canvas-pilot

What It Does

  • Create canvases and place nodes on a spatial workspace
  • Generate images, text, video, and multi-step agent responses
  • Read results back — images as markdown, text inline, video as links
  • Recall past work across all canvases with semantic search
  • Batch independent generations in parallel for speed

Quick Start

# Create a canvas and generate an image
bun $S --bot claude-code create-canvas "Dog Artwork"
bun $S --bot claude-code set-mode image
bun $S --bot claude-code submit "a golden retriever in a wheat field" --wait

# Burst: many items at once
bun $S --bot claude-code submit-batch "golden retriever" "husky" "corgi" "poodle"
bun $S --bot claude-code read-db --full

# Recall past work
bun $S recall "cyberpunk logo" --type image

Modes

Mode Use for
text Answers, writing, analysis
image Visual generation
video Video clips
agent / neo Multi-step research, planning, complex deliverables

Requirements

  • A Flowith account with an active session in the browser
  • Bun runtime

Documentation

Full command reference and usage patterns are in SKILL.md.

License

MIT

About

Pilot a spatial canvas from the CLI — create, generate, read, recall, and manage nodes on Flowith's shared canvas.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors