aztec-accounts

Create, deploy, and recover Aztec Schnorr accounts with generated keys.

11|1|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/critesjosh/aztec-claude-plugin --skill aztec-accounts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aztec-accounts
Source: https://github.com/critesjosh/aztec-claude-plugin/tree/main/skills/aztec-accounts
Command: npx skills add https://github.com/critesjosh/aztec-claude-plugin --skill aztec-accounts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Aztec accounts including Schnorr account creation, deployment, and recovery from credentials. Use when creating accounts, deploying wallets, or recovering existing accounts.

Core Features & Use Cases

  • Create Schnorr accounts with dedicated secret, signing keys and salt
  • Deploy accounts to enable transactions
  • Recover accounts from environment variables or saved credentials

Quick Start

Create a new Schnorr account, deploy it, and securely save the credentials (SECRET, SIGNING_KEY, SALT) for recovery.

Frequently Asked Questions about aztec-accounts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and deploy an Aztec Schnorr account?

To create and deploy an Aztec Schnorr account, you generate dedicated secret and signing keys along with a salt, derive the account address, and then use deploy methods to enable transactions. You should securely save the generated credentials for future recovery.

What is the process to recover an Aztec wallet from saved credentials?

Recovering an Aztec wallet involves loading your previously saved credentials, specifically the SECRET, SIGNING_KEY, and SALT values, from environment variables or storage to restore access to your deployed Schnorr account.

How does key generation work for Aztec accounts using GrumpkinScalar?

Aztec account key generation creates cryptographic keys using Fr and GrumpkinScalar formats, deriving a secure address with a salt to provision Schnorr accounts for development and production environments.

Can I use environment variables for Aztec account key management?

Yes, you can use environment variables for Aztec account key management by storing your SECRET, SIGNING_KEY, and SALT values there, allowing the recovery process to automatically retrieve and restore your account credentials.

When do I need to deploy an Aztec wallet?

You need to deploy an Aztec wallet after generating the Schnorr account keys and deriving the salted address, as deployment is required to enable the account to execute transactions on the network.