{
  "markdown": "# Versori CLI\n\nA command-line interface for managing resources on the [Versori](https://versori.com) platform — projects, systems, connections, users, and more.\n\n## Documentation\n\nFor comprehensive documentation on all commands and features, please visit the [docs](./docs) directory.\n\nYou can also read the [Skills Documentation](./skills/README.md) to learn about our collection of Agent Skills for working with the Versori platform across AI coding tools.\n\n## Installation\n\n### Install script (recommended)\n\nThe 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`.\n\n```sh\ncurl -fsSL https://raw.githubusercontent.com/versori/cli/main/install.sh | sh\n```\n\nTo pin to a specific version, set `VERSORI_VERSION`:\n\n```sh\nVERSORI_VERSION=v0.0.1 curl -fsSL https://raw.githubusercontent.com/versori/cli/main/install.sh | sh\n```\n\nSupported platforms: Linux and macOS, on `amd64` and `arm64`. Windows users should download a pre-built binary from the releases page instead.\n\n### Download a pre-built binary\n\nPre-built binaries for Linux, macOS, and Windows (amd64 and arm64) are available on the [GitHub releases page](https://github.com/versori/cli/releases). Download the archive for your platform, extract it, and move the `versori` binary somewhere on your `PATH`.\n\n### Build from source\n\n#### Prerequisites\n\n- [Go](https://go.dev/dl/) 1.26+\n\n```sh\nmake cli\n```\n\nThis builds the `versori` binary and copies it to `$GOPATH/bin/`. Make sure that directory is in your `PATH`.\n\nAlternatively, build without installing:\n\n```sh\nmake build\n```\n\nThe binary will be placed in `./bin/`.\n\n## Using Skills in AI Coding Tools\n\nThis repo includes AI agent skills that help your AI coding tool write expert-level data integration code using the [versori-run](https://www.npmjs.com/package/@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.\n\n### Claude Code\n\n**Via the marketplace:**\n\n1. Add the Versori marketplace:\n   ```\n   /plugin marketplace add versori/cli\n   ```\n2. Install the skill:\n   ```\n   /plugin install versori-skills@versori-cli\n   ```\n\nYou can also install from the terminal outside of Claude Code:\n```sh\nclaude plugin install versori-skills@versori-cli\n```\n\n**Via the Versori CLI:**\n\n```sh\nversori skills download\n```\n\n### Other AI Coding Tools\n\nUse the Versori CLI to extract skills locally into your project:\n\n```sh\nversori skills download\n```\n\nTo install skills globally (e.g. for Cursor):\n\n```sh\nversori skills download --directory ~/.cursor/skills/\n```\n\n> Use the `--agent` flag (e.g. `versori skills download --agent`) to combine all skills into a single `AGENTS.md` file.\n",
  "bytes": 2879,
  "sha": "60459f306a0cf7413bb8d0f2dfec613312820de1863924bf390e75ffb6d22e4c",
  "repo_slug": "versori/cli",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_versori_cli_versori_skills_c688e433/readme"
}