Superset CLI provides a command-line interface to create isolated workspaces, spawn agent sessions (Claude, Codex, etc.), manage projects and hosts, and schedule recurring automations. It centralises orchestration so agents can be dispatched to local or remote hosts, produce reproducible workspaces, and run scheduled tasks with RFC-5545 rrules.
Use this skill when you need to: spawn subagents from the terminal, create or clone project workspaces for reproducible runs, schedule agent automations (daily reports, tests, data tasks), or inspect and manage tasks/projects/hosts programmatically from scripts or other agents. Prefer the CLI for automation and scripting flows (it supports --json output).
Best with terminal-capable agents and host-run agents such as Claude Code, Codex, Cursor-based agents and other CLI-driven LLM runtimes.
Superset CLI skill provides instructions for orchestrating agent workspaces, tasks, and automations via a terminal CLI. The SKILL.md is well-structured with clear sections for workspaces, agents, tasks, automations, and troubleshooting. No bundled scripts to test. Major security concern: instructs users to install via `curl -fsSL https://superset.sh/cli/install.sh | sh`, a classic pipe-to-shell pattern that downloads and executes arbitrary remote code without verification.
The skill is a CLI reference guide, not a standalone automation. The curl|sh install instruction is the primary security deduction. No malicious intent detected — it's a legitimate developer tool. The SKILL.md is thorough and well-organized but niche in audience (only useful if you use the Superset platform).