Agent Plugins Marketplace
All plugins

recipe-skills

v0.1.0

Workato recipe skills: base + connector skills that teach an agent to generate valid Workato recipe JSON

CodexClaude Code8 Skills

By Workato LabsLicense: MIT16 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
8 skill or MCP entries
Source updated
Aug 3, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install recipe-skills for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add recipe-skills@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/workato-devs/recipe-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

recipe-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/asana-recipes/SKILL.md
├── skills/datatable-recipes/SKILL.md
├── skills/gmail-recipes/SKILL.md
├── skills/jira-recipes/SKILL.md
├── skills/salesforce-recipes/SKILL.md
├── skills/slack-recipes/SKILL.md
├── skills/stripe-recipes/SKILL.md
└── skills/workato-recipes/SKILL.md

Included Skills8

asana-recipesskills/asana-recipes/SKILL.md

Asana integration recipes for Workato. Enables AI agents to generate valid recipe JSON for Asana operations including task management, project organization, portfolio tracking, goal setting, team management, and workspace administration.

datatable-recipesskills/datatable-recipes/SKILL.md

Data Tables connector recipes for Workato. Covers triggers, CRUD actions, search, upsert, batch operations, UUID column mapping, and table reference objects for the internal workato_db_table connector.

gmail-recipesskills/gmail-recipes/SKILL.md

Gmail integration recipes for Workato. Enables AI agents to generate valid recipe JSON for Gmail operations including sending emails, listing/searching messages, managing labels, and message details.

jira-recipesskills/jira-recipes/SKILL.md

Jira integration recipes for Workato. Enables AI agents to generate valid recipe JSON for Jira operations including searching issues by JQL, creating and updating issues, and querying sprint data.

salesforce-recipesskills/salesforce-recipes/SKILL.md

Salesforce integration recipes for Workato. Enables AI agents to generate valid recipe JSON for Salesforce operations including record creation, updates, upserts, and searches using standard SObjects and custom objects.

slack-recipesskills/slack-recipes/SKILL.md

Slack integration recipes for Workato using Workbot for Slack. Enables AI agents to generate valid recipe JSON for slash commands, dialogs/modals, message posting, button interactions, and channel management.

stripe-recipesskills/stripe-recipes/SKILL.md

Stripe payment integration recipes for Workato. Enables AI agents to generate valid recipe JSON for Stripe operations including customer management, payment processing, and refunds.

workato-recipesskills/workato-recipes/SKILL.md

Base skill for Workato recipe development. Provides foundational knowledge for recipe JSON structure, trigger types, control flow patterns, datapill syntax, and formulas. Connector-specific skills extend this base.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "recipe-skills",
  "version": "0.1.0",
  "description": "Workato recipe skills: base + connector skills that teach an agent to generate valid Workato recipe JSON",
  "skills": "./skills/",
  "author": {
    "name": "Workato Labs"
  },
  "homepage": "https://github.com/workato-devs/recipe-skills",
  "repository": "https://github.com/workato-devs/recipe-skills",
  "license": "MIT"
}
.claude-plugin/plugin.json
{
  "name": "recipe-skills",
  "description": "Workato recipe skills: base + connector skills that teach an agent to generate valid Workato recipe JSON",
  "version": "0.1.0",
  "author": {
    "name": "Workato Labs"
  },
  "homepage": "https://github.com/workato-devs/recipe-skills",
  "repository": "https://github.com/workato-devs/recipe-skills",
  "license": "MIT",
  "keywords": [
    "workato",
    "recipes",
    "skills",
    "automation",
    "integration"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[recipe-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/recipe-skills)