Plugin Claude Code
Plugin marketplace listing 1 plugin: workato-dev-kit.
Plugin Claude Code
Plugin marketplace listing 1 plugin: workato-dev-kit.
Settings file Claude Code
Agent settings declaring 7 allowed tools.
Plugin Claude Code
Build Workato recipes, Workflow Apps, Genies and custom connectors with an AI coding agent. Adds the knowledge layer and the asset types the Workato Labs toolchain does not cover.
Agent
Generates Workato asset files (recipes, Workflow App pages/tables, Genie & MCP definitions, custom connector.rb) from a finalized design. Use to keep large generated files out of the main conversation's context. Dispatched by /create-recipe, /create-workflow-app, /create-genie, and /create-connector. Runs on Sonnet.
Skill Claude CodeCodex
Drive the Workato UI through Claude in Chrome and autonomously collect every operation's field info for one connector, appending the results to docs/connectors/ .md. Prefer autonomy over completeness — record uncertain cases and skip them rather than asking the user mid-run. Requires the Claude in Chrome extension and…
Skill Claude CodeCodex
Scan the organization's shared assets (Recipe Functions, connections) and catalog them. Referenced by /create-recipe. Japanese prompts are also supported.
Skill Claude CodeCodex
Scaffold a Workato custom connector (Connector SDK) project and generate its connector.rb. Japanese prompts are also supported.
Skill Claude CodeCodex
Interactively generate a Workato Genie (AI agent), its skills, and the supporting recipes. Japanese prompts are also supported.
Skill Claude CodeCodex
Generate Workato recipe JSON interactively. Pick a provider, trigger, and actions to produce a .recipe.json and a .connection.json. Japanese prompts are also supported.
Skill Claude CodeCodex
Build a Workato Workflow App (approval workflows, etc.). The only UI action is enabling the App. Everything else (Data Table, stages, pages, recipes) is generated as JSON and pushed. Japanese prompts are also supported.
Skill Claude CodeCodex
Record or update recipe construction patterns in org/docs/patterns/recipe-patterns/. Workato experts use this to accumulate know-how that helps others. Japanese prompts are also supported.
Skill Claude CodeCodex
Analyze recipe JSON and accumulate field info / pattern findings into the organization knowledge layer (org/docs/). Learn from pulled recipes to grow the org knowledge base. Japanese prompts are also supported.
Skill Claude CodeCodex
First-time onboarding for a workspace that already has Workato projects and custom connectors. Thin orchestrator that pulls every project and runs the existing learn / sync / catalog skills to bootstrap the org knowledge base. Japanese prompts are also supported.
Skill Claude CodeCodex
Pull a project from the Workato remote. No argument pulls the current project; passing a name switches first and then pulls.
Skill Claude CodeCodex
Push local project changes to the Workato remote. Runs validation, pushes connections first, and guides the deploy end-to-end.
Skill Claude CodeCodex
Collect connector metadata and update the docs. Pre-built connectors are fetched via the API and written to docs/connectors/; custom connectors are parsed from connector.rb and written to connectors/docs/. Japanese prompts are also supported.
Skill Claude CodeCodex
Validate the structure of Workato recipe / Genie JSON and report issues. Takes a file path or a project name as argument.
Cursor rule
A convention for accumulating organization-specific knowledge separately from the kit's knowledge base (docs/). This guarantees that updating the kit does not lose or overwrite the organization's learning.
Cursor rule
Workato Agentic JSON Format.
Cursor rule
Claude Code autonomy rule: do not ask the user for what the CLI/API can do.
Cursor rule
Cursor rule "workato-cli" from rkawaishi/workato-dev-kit, covering workato cli tools, 1. platform cli (project management), 2. api helper (complements the cli), pushing a custom connector and first push.
Cursor rule
Cursor rule "workato-connector-sdk" from rkawaishi/workato-dev-kit, covering workato connector sdk (connector.rb), file structure, top-level structure of connector.rb, authorization types and required keys for an action.
Cursor rule
Push always targets dev. Promotion to test or prod must go through Workato's Deploy feature (UI or Recipe Lifecycle Management API).
Cursor rule
Workato Page Component JSON Format.