By versori
Build, debug, and modify TypeScript data integration workflows using versori-run SDK on Versori platform, handling ETL pipelines, API integrations, database syncs, webhooks, file processing, and real-time streaming.
npx claudepluginhub versori/cli --plugin versori-skillsA 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.
Claude Code skill pack for Palantir (24 skills)
Share bugs, ideas, or general feedback.
Data engineering agents providing expertise in ETL pipelines, streaming, and data warehousing
Shared rules, secrets handling, and workspace MCP for dlt
Editorial "Data Engineering" bundle for Claude Code from Antigravity Awesome Skills.
Agents for data engineering, machine learning, and AI development
Skill synchronization and management for Claude Code, Codex, GitHub Copilot, and Cursor. Provides 27 MCP tools for validation, sync, intelligence, and tracing.