workato-platform-cli
Workato Platform CLI reference validated against the installed `workato` CLI. Use when the user asks about "workato-platform-cli", "workato platform cli", "workato init", "workato pull", "workato push", "workato workspace", "workato guide", "workato profiles", "workato projects", "workato recipes list", "workato recipes validate", "workato recipes start", "workato recipes stop", "workato recipes update-connection", "workato connections create", "workato connections create-oauth", "workato connections get-oauth-url", "workato data-tables", "workato api-collections", "workato api-clients", "workato properties", or needs to manage Workato workspace assets via the Python CLI package `workato-platform-cli` (`workato` binary). Not the Connector SDK CLI (`workato-connector-sdk`) and not direct Workato REST API usage.
What this skill does
# Workato Platform CLI
Validated against the installed CLI on 2026-03-26: `workato, version 1.0.5`.
Use this skill for the `workato` binary from the Python package `workato-platform-cli`. It covers the help-visible command surface and the configuration behavior verified from the installed package.
> **Not what you're looking for?**
> - For the Ruby Connector SDK CLI used for connector development and RSpec testing, use `workato-connector-sdk-cli`.
> - For direct HTTP/API usage, use `workato-api`.
## Package Facts
- Package: `workato-platform-cli`
- Binary: `workato`
- Python requirement: 3.11+
- Global option: `--profile`
- Primary env vars: `WORKATO_PROFILE`, `WORKATO_API_TOKEN`, `WORKATO_HOST`
## First Run
```bash
workato init
workato workspace
workato pull
```
`workato init` detects `WORKATO_API_TOKEN` and `WORKATO_HOST` if they are already set. In non-interactive mode, the CLI requires either `--profile` or both auth inputs plus `--project-name` or `--project-id`.
## Command Groups
| Group | Commands | Reference |
|-------|----------|-----------|
| Setup | `init`, `workspace`, `profiles`, `guide` | [overview.md](references/overview.md) |
| Project sync | `pull`, `push`, `assets`, `projects list/switch/use` | [command-reference.md](references/command-reference.md) |
| Recipes | `recipes list/validate/start/stop/update-connection` | [command-reference.md](references/command-reference.md) |
| Connections | `connections list/create/create-oauth/get-oauth-url/update/pick-list/pick-lists` | [command-reference.md](references/command-reference.md) |
| Connectors | `connectors list/parameters` | [command-reference.md](references/command-reference.md) |
| API and data | `api-collections`, `api-clients`, `data-tables`, `properties` | [command-reference.md](references/command-reference.md) |
## Common Workflows
### Non-interactive bootstrap
```bash
export WORKATO_API_TOKEN=...
export WORKATO_HOST=https://www.workato.com
workato init --non-interactive --project-id 12345 --folder-name customer-onboarding
```
### Multi-environment deployment
```bash
workato profiles use dev
workato push
workato profiles use staging
workato pull
workato push --restart-recipes
workato profiles use production
workato pull
```
### Recipe lifecycle
```bash
workato recipes validate --path ./recipes/customer_onboarding.recipe.json
workato recipes list --running
workato recipes start --id 12345
workato recipes stop --id 12345
workato recipes update-connection 12345 --adapter-name salesforce --connection-id 67890
```
### Connection management
```bash
workato connectors parameters --provider salesforce
workato connections create --provider salesforce --name "Prod Salesforce" --input '{"security_token":"..."}'
workato connections create-oauth --parent-id 12345 --external-id "[email protected]"
workato connections get-oauth-url --id 12345
```
### API asset management
```bash
workato api-collections create --name "Customer API" --format json --content ./openapi.json
workato api-clients list
workato properties list --prefix customer_
workato data-tables list
```
## Notes
- `guide` is the built-in AI-facing documentation interface: `topics`, `search`, `content`, `structure`, and `index`.
- `init`, `projects list`, `profiles list`, `profiles rename`, and `profiles status` expose `--output-mode`; it is not a global flag.
- This skill uses the installed CLI as the source of truth. Prefer [command-reference.md](references/command-reference.md) when exact flags matter.
## Reference Files
- [overview.md](references/overview.md) - package facts, configuration, auth, project setup
- [command-reference.md](references/command-reference.md) - help-derived command and option reference
- [quick-start.md](references/quick-start.md) - short bootstrap flow for a new workspace
- [use-cases.md](references/use-cases.md) - validated command patterns for common workflows
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.