By versori
Create, debug, and modify Versori data integration workflows using the versori-run SDK and CLI, including managing deployments, connections, and logs
A command-line interface for managing resources on the Versori platform — projects, systems, connections, users, and more.
For comprehensive documentation on all commands and features, please visit the docs directory.
You can also read the Skills Documentation to learn about our collection of Agent Skills for working with the Versori platform across AI coding tools.
The quickest way to install the Versori CLI is with the install script. It automatically detects your OS and architecture, downloads the latest release binary from GitHub, and places it in /usr/local/bin.
curl -fsSL https://raw.githubusercontent.com/versori/cli/main/install.sh | sh
To pin to a specific version, set VERSORI_VERSION:
VERSORI_VERSION=v0.0.1 curl -fsSL https://raw.githubusercontent.com/versori/cli/main/install.sh | sh
Supported platforms: Linux and macOS, on amd64 and arm64. Windows users should download a pre-built binary from the releases page instead.
Pre-built binaries for Linux, macOS, and Windows (amd64 and arm64) are available on the GitHub releases page. Download the archive for your platform, extract it, and move the versori binary somewhere on your PATH.
make cli
This builds the versori binary and copies it to $GOPATH/bin/. Make sure that directory is in your PATH.
Alternatively, build without installing:
make build
The binary will be placed in ./bin/.
This repo includes AI agent skills that help your AI coding tool write expert-level data integration code using the versori-run SDK. The skills trigger when you ask your AI coding tool to build or debug ETL processes, API integrations, data transformation pipelines, webhooks, or any other data integration service.
Via the marketplace:
/plugin marketplace add versori/cli
/plugin install versori-skills@versori-cli
You can also install from the terminal outside of Claude Code:
claude plugin install versori-skills@versori-cli
Via the Versori CLI:
versori skills download
Use the Versori CLI to extract skills locally into your project:
versori skills download
To install skills globally (e.g. for Cursor):
versori skills download --directory ~/.cursor/skills/
Use the
--agentflag (e.g.versori skills download --agent) to combine all skills into a singleAGENTS.mdfile.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub versori/cli --plugin versori-skills🔧 Data Engineer — Data Pipeline Engineer + Data Infrastructure Specialist
Claude Code skill pack for Clay (30 skills)
Shared rules, secrets handling, and workspace MCP for dlt
Editorial "Data Engineering" bundle for Claude Code from Antigravity Awesome Skills.
Data engineering agents providing expertise in ETL pipelines, streaming, and data warehousing
Data engineering plugin - warehouse exploration, pipeline authoring, Airflow integration