> ## Documentation Index
> Fetch the complete documentation index at: https://docs.billions.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Install and set up the Verified Agent Identity skill.

Setup takes two chat messages: one to install the skill, one to link the agent's identity to you. If you haven't yet, read the [overview](/agents/identity-overview) for what the skill does and how the linking flow works.

***

## Install the Skill

Ask your agent directly:

```plaintext theme={null}
Install the skill `npx clawhub@latest install verified-agent-identity`
```

<div style={{ textAlign: "center" }}>OR</div>

```plaintext theme={null}
Install the skill `npx skills add BillionsNetwork/verified-agent-identity`
```

<div style={{ textAlign: "center" }}>OR</div>

```plaintext theme={null}
Install the skill https://github.com/BillionsNetwork/verified-agent-identity
```

[clawhub](https://clawhub.ai) is the skill manager for OpenClaw-compatible agents, [skills.sh](https://skills.sh) is a universal skill registry for AI agents.

The agent installs the skill and sets everything up automatically — no manual configuration needed.

***

## Link Your Agent

Once installed, tell your agent to link its identity to you:

```plaintext theme={null}
Link your agent identity to me.
```

The agent will generate a verification link scoped to this specific human-agent pairing. Open it in the [Billions Web Wallet](https://wallet.billions.network), sign in, and hit **Verify** to complete the on-chain pairing. First-time users claim a Proof of Uniqueness credential with a one-time face scan; after that, the credential is reused for every future verification.

For a step-by-step explanation of what happens during the pairing, see [How It Works](/agents/identity-architecture#how-it-works).

***

## Verify It Worked

* Ask your agent to show its identity — it responds with its DID.
* Open your profile in the [Billions Web Wallet](https://wallet.billions.network) and check **Verified Agents** — your agent is listed there, and the last characters of its DID match what it showed you in chat.

The attestation is now on-chain — permanent, public, and verifiable by anyone.

***

## Learn More

<Card title="How It Works" icon="diagram-project" href="/agents/identity-architecture">
  See the full linking flow, architecture diagram, demo, and what the skill does under the hood.
</Card>
