Sandbox
@flowith-ai/canvas-cowork

Flowith canvas skill for Claude Code

Canvas Cowork adds Flowith canvas actions to a CLI-based agent workflow. You can create canvases, place nodes, generate multiple kinds of outputs, read results back, and recall earlier work across canvases.

40 stars3 forksTypeScriptUpdated 2mo ago
Who it's for

Builders who want Claude Code to create and manage work on Flowith’s spatial canvas from the terminal.

What it delivers

You can keep agent work organized on a shared canvas, then revisit and reuse past results instead of starting over.

What it does

Create and manage canvases

Creates canvases and places nodes on a spatial workspace on Flowith.

Generate multiple output types

Supports text, image, video, and multi-step agent responses from the CLI.

Read canvas results

Returns images as markdown, text inline, and video as links.

Recall past work

Uses semantic search across canvases to find earlier work by meaning.

Batch parallel work

Submits independent generations together for faster output.

How to get it

  1. 1Run
    npx skills add flowith-ai/canvas-cowork

README

Canvas Cowork

Cowork on 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-cowork

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

ModeUse for
textAnswers, writing, analysis
imageVisual generation
videoVideo clips
agent / neoMulti-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

Files in the repo

Repository payload5 top-level entries
  • references
  • scripts
  • LICENSE
  • README.md
  • SKILL.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

obra/
superpowers

An agentic skills framework & software development methodology that works.

285k
1 add

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k