authenticate-wallet
Installation
SKILL.md
Authenticating the Agnic Wallet
Check Current Status
npx agnic@latest status --json
If already authenticated, no further action needed. If not, choose the appropriate mode below.
Mode 1: Headless / Token Auth (CI, servers, agents)
Preferred when no browser is available. Generate an API token at app.agnic.ai > Settings > API Tokens.
Option A -- Environment variable (recommended for automation):
export AGNIC_TOKEN=<your-api-token>
npx agnic@latest status --json