What problem does it solve? Managing the WebRobot data platform through shell commands requires knowing dozens of command groups, flags, and auth configuration details. This Skill translates natural-language tasks into correct webrobot CLI invocations, handling pipelines, jobs, datasets, plugins, and credentials without memorizing the command surface. ## Core Features & Use Cases - Pipeline deployment and execution: Validate, apply, and run pipeline YAML manifests with webrobot pipeline run -f x.yaml --follow, streaming logs and returning script-friendly exit codes. - Resource management: List, create, and inspect projects, jobs, agents, datasets, cloud credentials, and LLM providers via the CLI's command groups. - Plugin and extension management: Install partner CLI plugin JARs, scaffold new plugin source trees, and register Python extensions on agents. - Use Case: A data engineer asks to deploy a scraping pipeline and monitor it. The Skill runs webrobot pipeline run -f my-pipeline.yaml --follow, streams the job logs, and reports success or failure based on the exit code. ## Quick Start Ask the assistant to list your WebRobot projects or run a pipeline manifest file using the webrobot CLI.