The verto-explorer skill enables guided, interactive coordinate conversion
between Italian reference systems directly in your AI coding agent, using the
openverto CLI under the hood.
Skills can be installed in many ways — refer to your agent's documentation for the available options. Here we use skills, a convenient tool that installs a skill in a single step across multiple agents (Claude Code, OpenCode, GitHub Copilot, Codex, and more) in a unified way.
- The openverto CLI (
uv tool install openverto) available on your PATH. - Node.js (v18+) — required only for the
npx skillsmethod below. Install it via your system's package manager or from nodejs.org.
Run:
npx skills add ondata/openverto --skill verto-explorerThe installer fetches the skill from the repository and asks which agents to install it for. Several universal agents (including Claude Code) are enabled by default. If your agent is missing from the default list, scroll down to Additional agents to find and select it.
Choose between installing for the current project or globally (home directory, available across all projects). Global makes the skill available in every project.
Choose how the skill file is installed. We recommend Symlink: instead of copying the file, a symbolic link points to the original source, so any update to the skill is reflected immediately everywhere, with no need to reinstall.
Review and confirm with Yes to proceed.
If you prefer not to use npx skills, you can download the skill folder directly
and add it to your agent without Node.js. The skill is located at
skills/verto-explorer/ in this repository —
refer to your agent's documentation for how to register a local skill folder.
To update the skill to the latest version:
npx skills update verto-explorerOnce installed, use /verto-explorer in the selected agents to start a guided
coordinate-conversion session using openverto.
To explore the skill's full capabilities before or after installing, see the skill definition.