Talk to your AI agent to run Simetrik. →
SimetrikDocs

Get started

Two ways to start — from scratch, or by pasting a prompt to an agent you already use.

Get started

Pick the path that matches you.

Track A — Start from scratch

For when you don't have an agent set up yet. One command installs the CLI and the Claude skill.

Install

curl -fsSL https://cli.simetrik.com | sh
irm https://cli.simetrik.com/install.ps1 | iex

Verify

simetrik --version

Start talking

Open Claude and paste this to confirm it can reach your workspace:

First conversation

You have access to my Simetrik workspace through the Simetrik CLI. Confirm you can reach it, then give me a short summary of my sources and reconciliations. Don't change anything yet — just show me what's there.

Paste this into Claude after installing to confirm it can reach your workspace.

On Windows, restart your terminal after installing so the simetrik command becomes available.

Track B — I already use Claude Code

For when your agent can already run terminal commands. Paste one prompt and the agent installs the Simetrik skill itself.

Install via your agent

Install the Simetrik CLI and its Claude skill on this machine. On macOS or Linux run `curl -fsSL https://cli.simetrik.com | sh`; on Windows run `irm https://cli.simetrik.com/install.ps1 | iex`. Then run `simetrik --version` to confirm it installed, and tell me the version.

Paste this into a terminal-capable agent like Claude Code; it installs the Simetrik CLI and Claude skill for you.

Track B needs an agent with terminal access (for example, Claude Code). If your agent can't run commands, use Track A.

What got installed

The simetrik binary plus the Claude skill bundle. For manual or advanced control of the skill, see the simetrik skill reference.

Next: browse prompts to copy.

On this page