emblem-ai-agent-wallet

Multi-chain wallet management with profile-scoped auth, zero-config agent provisioning, and review-first transaction controls.

emblemcompany 12 ↓ 8.8k MIT updated 3mo ago
Claude Code
View source ↗

What it does

  • Transaction previews are shown before signing
  • Approval-gated action flow requires explicit user confirmation
  • No transactions are broadcast without operator approval
  • Profile isolation ensures separate credentials per wallet context
  • Session tokens are short-lived (15-min JWT with 7-day refresh)
  • Sensitive files use restricted permissions (0600/0700)
  • "What are my wallet addresses?"

Requirements & configuration

  • Requires the CLI: npm install -g @emblemvault/agentwallet
  • Approval-gated action flow requires explicit user confirmation
  • This skill is review-first. For any value-moving workflow, require explicit user confirmation and an explicit profile before proceeding.
  • If you need to force a fresh browser sign-in, clear the saved session locally and relaunch interactive mode:

Configuration: HOME

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Multi-chain wallet management with profile-scoped auth, zero-config agent provisioning, and review-first transaction controls.

Source

Repository: https://github.com/emblemcompany/agent-skills

emblem-ai-agent-wallet FAQ

What does the emblem-ai-agent-wallet skill do?

Connect to EmblemVault and manage wallet-aware workflows via EmblemAI with review-first, operator-controlled actions. Supports Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin. Also use when the user needs Emblem's auth model explained: one browser auth flow can log a user in with wallets, email/password, or social sign-in, while agent mode can auto-provision a profile-scoped wallet with no manual setup. Transaction previews are shown before signing Approval-gated action flow requires explicit user confirmation

What does emblem-ai-agent-wallet require?

Requires the CLI: npm install -g @emblemvault/agentwallet Approval-gated action flow requires explicit user confirmation This skill is review-first. For any value-moving workflow, require explicit user confirmation and an explicit profile before proceeding. If you need to force a fresh browser sign-in, clear the saved session locally and relaunch interactive mode: Configuration keys: HOME.

How do I install emblem-ai-agent-wallet?

Run: npx -y skills add https://github.com/emblemcompany/agent-skills --skill emblem-ai-agent-wallet --agent claude-code — the source lives at github.com/emblemcompany/agent-skills.

Maintain emblem-ai-agent-wallet?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

emblem-ai-agent-wallet on getagentictools
[![emblem-ai-agent-wallet on getagentictools](https://getagentictools.com/badge/skills/emblemcompany-agent-skills-emblem-ai-agent-wallet.svg)](https://getagentictools.com/skills/emblemcompany-agent-skills-emblem-ai-agent-wallet?ref=badge)
npx agentictools info skills/emblemcompany-agent-skills-emblem-ai-agent-wallet

The second line is the CLI lookup for this page — handy in READMEs and docs.