An agentic workflow engine for GTM/RevOps automation.
npx claudepluginhub timescale/crayonAn agentic workflow engine for GTM/RevOps automation. Includes tools for workflow compilation and integration with the crayon SDK.
AI-native workflow engine for GTM/RevOps automation.
Get started with a single command:
curl -fsSL https://install.crayon.run | bash
This installs all dependencies (Node.js, Claude Code, Tiger CLI) and sets up the crayon command.
After installation, open a new terminal and run:
crayon
Want to contribute? See DEVELOPMENT.md.
crayon
This spins up a cloud sandbox and opens the dev environment in your browser. Describe what you want to automate — Claude will build, test, and iterate on your workflow automatically. Once ready, trigger it manually or connect it to a webhook.
Want to open a new local Claude terminal connected to Crayon?
crayon cloud claude
| Command | Description |
|---|---|
crayon cloud run | Start a new or existing workspace |
crayon cloud claude | Connect to a claude session on the sanbox |
crayon/
├── packages/
│ ├── core/ # SDK + CLI + MCP server + Dev UI (published as `crayon`)
│ ├── ui/ # React UI components (@crayon/ui)
│ └── auth-server/ # OAuth server (Nango-based)
└── skills/ # Claude Code skills
├── create-workflow/
├── compile-workflow/
├── refine-node/
├── integrations/
└── deploy/