User guide

Manual setup

You usually don’t need this page: send the setup prompt to your agent and it does these steps itself. This is for people who prefer to do it by hand.

CLI + skill

For agents with terminal access, follow these four steps.

  1. Install the CLI

    macOS / Linux:

    curl -fsSL /install.sh | sh

    Windows (PowerShell):

    irm /install.ps1 | iex

    Open a new terminal and run nuto version to verify the version.。

  2. Sign in

    nuto auth login --env dev

    It will show a code like BCDF-2345 and wait for your confirmation.

    Enter this code

    Enter the password on this website; it never passes through your agent.

  3. Give the skill to your agent

    One command for Claude Code:

    nuto skill install --hooks

    Other agents: nuto skill print prints the guide; put it where the agent reads its long-term instructions. Codex uses AGENTS.md.

  4. Check that everything works

    nuto doctor

    It checks the tool, sign-in, server, and skill, then explains any problem.

Your agent reads the same guide source:/start.md