An agentic skills framework & software development methodology that works.
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.
Builders who want Claude Code to create and manage work on Flowith’s spatial canvas from the terminal.
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
- 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
| Mode | Use for |
|---|---|
text | Answers, writing, analysis |
image | Visual generation |
video | Video clips |
agent / neo | Multi-step research, planning, complex deliverables |
Requirements
Documentation
Full command reference and usage patterns are in SKILL.md.
License
MIT
Files in the repo
- references
- scripts
- LICENSE
- README.md
- SKILL.md
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More skills

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.
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.
Public repository for Agent Skills
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…)

Production-grade engineering skills for AI coding agents.