{"id":50971894,"url":"https://github.com/workato-devs/labs","last_synced_at":"2026-06-19T03:01:29.338Z","repository":{"id":357662651,"uuid":"1219502927","full_name":"workato-devs/labs","owner":"workato-devs","description":"Landing page and hub repo for Workato Labs — an open-source developer toolkit for building, validating, visualizing, and managing Workato recipes with AI coding agents.","archived":false,"fork":false,"pushed_at":"2026-05-13T18:07:18.000Z","size":1422,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-13T20:11:12.453Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/workato-devs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-24T00:12:05.000Z","updated_at":"2026-05-13T18:07:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/workato-devs/labs","commit_stats":null,"previous_names":["workato-devs/labs"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/workato-devs/labs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workato-devs%2Flabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workato-devs%2Flabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workato-devs%2Flabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workato-devs%2Flabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workato-devs","download_url":"https://codeload.github.com/workato-devs/labs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workato-devs%2Flabs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34515405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-19T03:01:24.440Z","updated_at":"2026-06-19T03:01:29.332Z","avatar_url":"https://github.com/workato-devs.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workato Labs\n\n**Build recipes with the AI coding tools you already use.**\n\nAn open-source developer toolkit for building, validating, visualizing, and managing Workato recipes — designed for humans and coding agents alike.\n\n\u003e 🟢 **Beta — Design Partner Program**\n\n---\n\n## The workflow\n\nFour tools that replace the loop of guess, push, break, repeat.\n\n**Agent writes recipe** (recipe-skills) → **Developer inspects** (visualizer) → **Linter validates** (`wk lint`) → **CLI pushes** (`wk push`)\n\n---\n\n## Install the toolkit\n\nFour steps, each using a command you already know. No install scripts, no ambient dependencies, no magic.\n\n### 1. Install the CLI\n\nA unified CLI for Workato platform operations and recipe development. Single binary, no dependencies.\n\n**macOS (Homebrew):**\n\n```bash\nbrew install workato-devs/tap/wk\nwk version\n```\n\n**Windows (Scoop):**\n\n```powershell\nscoop bucket add workato-devs https://github.com/workato-devs/scoop-bucket\nscoop install wk\nwk version\n```\n\n\u003cdetails\u003e\n\u003csummary\u003eManual install\u003c/summary\u003e\n\nDownload and extract the binary for your platform from [Releases](https://github.com/workato-devs/wk-cli-beta/releases), then:\n\n```bash\nxattr -d com.apple.quarantine /path/to/wk      # macOS: allow the binary to run\nsudo mv /path/to/wk /usr/local/bin/\nwk version\n```\n\n\u003e **Tip:** Right-click the extracted binary in Finder and hold Option to copy its full path.\n\n\u003c/details\u003e\n\n### 2. Install the recipe linter\n\nDeterministic validation — catches errors that agent self-validation misses.\n\n**macOS (Homebrew):**\n\n```bash\nbrew install workato-devs/tap/recipe-lint\nwk plugins install recipe-lint\n```\n\n**Windows (Scoop):**\n\n```powershell\nscoop install recipe-lint\nwk plugins install recipe-lint\n```\n\n\u003cdetails\u003e\n\u003csummary\u003eManual install\u003c/summary\u003e\n\nDownload and extract the archive for your platform from [Releases](https://github.com/workato-devs/wk-lint-beta/releases). The binary inside is named `recipe-lint` (not `wk-lint`).\n\n```bash\nsudo mv /path/to/extracted-folder /usr/local/lib/recipe-lint  # move to a permanent location\nsudo xattr -rd com.apple.quarantine /usr/local/lib/recipe-lint  # macOS: allow the binary to run\nsudo ln -s /usr/local/lib/recipe-lint/recipe-lint /usr/local/bin/recipe-lint  # symlink so wk can find the plugin\nwk plugins install recipe-lint\nwhich recipe-lint\n```\n\n\u003e **Tip:** Right-click the extracted binary in Finder and hold Option to copy its full path.\n\n\u003c/details\u003e\n\n### 3. Clone the recipe skills\n\nAgent-consumable knowledge for recipe authoring — connector config, datapill syntax, control flow, schemas. Also where connector-specific lint rules live. Point your coding agent here.\n\n```bash\ngit clone https://github.com/workato-devs/recipe-skills.git\n```\n\n### 4. Install the recipe visualizer\n\nIDE extension that renders recipe JSON as interactive workflow graphs. Works in VS Code, Cursor, and Windsurf.\n\nDownload the `.vsix` from this repo's [`downloads/`](https://github.com/workato-devs/labs/tree/main/downloads) folder, then:\n\n```bash\n# VS Code\ncode --install-extension ./recipe-visualizer-0.5.3.vsix\n\n# Cursor\ncursor --install-extension ./recipe-visualizer-0.5.3.vsix\n```\n\n---\n\n## What's in the box\n\nEach tool covers a piece of the developer lifecycle. Together, they replace manual recipe wrangling with an agent-native development flow.\n\n**wk CLI** · Go\nA unified CLI for Workato platform operations and recipe development. `wk pull`, `wk push`, `wk diff`, and `wk status` across workspaces. Plugin system for extending with custom commands.\n\n**Recipe Linter** · Go\nDeterministic validation via `wk lint`. Catches datapill syntax errors, schema mismatches, and structural issues that agents can't self-validate.\n\n**Recipe Skills** · 7 connectors\nAgent-consumable knowledge for recipe authoring. Connector config, datapill syntax, control flow, error handling. Also home to connector-specific lint rules. Point your coding agent at the skills directory.\n\n**Recipe Visualizer** · .vsix\nIDE extension rendering recipe JSON as interactive workflow graphs. Click a node, navigate to the source. Export graphs as images. VS Code, Cursor, Windsurf.\n\n---\n\n## Repositories\n\n| Repo | Description |\n|------|-------------|\n| [workato-labs](https://github.com/workato-devs/labs) | Hub — docs, downloads, .vsix extensions |\n| [wk](https://github.com/workato-devs/wk-cli-beta) | CLI — Go binary, workspace ops |\n| [recipe-skills](https://github.com/workato-devs/recipe-skills) | Agent knowledge — 7 connector skill sets |\n| [wk-lint](https://github.com/workato-devs/wk-lint-beta) | Recipe linter — deterministic validation |\n\n---\n\n## Feedback\n\nWorkato Labs is an open-source initiative from Workato. Community feedback welcome, no SLA.\n\nFile issues here for general toolkit feedback, or on the individual repos for tool-specific bugs.\n\n[Join the conversation →](https://github.com/workato-devs/labs/discussions)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkato-devs%2Flabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkato-devs%2Flabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkato-devs%2Flabs/lists"}