Documentation/Get started

Install

This page is the real setup path: install the agent skill, sign in on the website, then bind or migrate wallets from the dashboard.

1. Install on the agent

The homepage shows the same install prompt used by the product. Send the skill markdown to your agent, or use the terminal command if your runtime supports it.

TypeScript
Help me install this skill: https://github.com/ClawWallet/Claw-Wallet-Skill/blob/main/SKILL.md
TypeScript
npx skills add ClawWallet/Claw-Wallet-Skill
What to expect
  • Your agent will tell you the address and bind link after install successfully
  • Your agent will keep wallet in its own workspace
  • Your agent cannot change the risk policy by itself

2. Bind and Takeover

Before any bind or takeover flow, get the exact wallet UID from the agent. That UID is the entry point for both the claim page and the dashboard flows. Ask the agent or sandbox owner for the wallet UID first. Without that UID, neither claim nor dashboard takeover can continue.

1. Claim page flow

Use the claim page when you are claiming a wallet through the onboarding flow. The page checks the wallet UID, confirms whether the wallet can still be claimed, and then guides you through the passkey or PIN steps.

  • Open the claim link that includes your wallet UID.
  • Log in with your account first.
  • Follow the on-screen steps to finish claim or takeover.
  • If the automatic window has ended, copy the challenge shown on screen and send it to your agent so it can finish the bind manually.
  • If the page asks for passkey or PIN, use the one tied to that wallet.

2. Dashboard flow

Use the dashboard when the wallet already appears in your registry. From there, you can bind an existing wallet and then open the wallet detail page to finish takeover or move it into remote custody.

  • Go to the dashboard and choose the wallet UID.
  • Use the bind action if the wallet is already in the registry.
  • Open the wallet detail page to continue with takeover or remote custody.

3. Automatic claim window

After a wallet is registered, there is a 30-minute automatic claim window. If you finish within that time, the claim page can guide you through the faster flow. If the window ends, you can still continue with the same wallet UID by following the manual steps below.

How to finish manually

  • - Open the claim page again with the same wallet UID.
  • - Copy the challenge text or message hash that appears on the page.
  • - Send that challenge to your agent and ask it to complete the bind step manually.
  • - Return to the claim page, wait for the wallet to become bound, and then finish takeover with passkey or PIN.