Emblem AI Agent Wallet banner
EmblemCompany EmblemCompany

Emblem AI Agent Wallet

AI community intermediate

Description

Official skill collection for AI agents building with [EmblemAI](https://emblemvault.dev). Emblem is the easiest way to add user management for apps that need wallet-native users: one integration can create authenticated users, give each user a full-featured crypto wallet, and support website login

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

EmblemAI Agent Skills

Official skill collection for AI agents building with [EmblemAI](https://emblemvault.dev). Emblem is the easiest way to add user management for apps that need wallet-native users: one integration can create authenticated users, give each user a full-featured crypto wallet, and support website login with wallets, email/password, and social sign-in. Compatible with Claude Code, Cursor, Codex, and other agents following the [Agent Skills](https://agentskills.io/) specification.

Available Skills

Skill Description Install
emblem-ai EmblemAI developer tools for one-shot user management, wallet-enabled users, AI crypto tooling, React SDKs, and app introspection npx skills add EmblemCompany/Agent-skills --skill emblem-ai
emblem-ai-react React-focused EmblemAI integration skill for adding auth, wallet-enabled users, chat components, and Migrate.fun flows to an app npx skills add EmblemCompany/Agent-skills --skill emblem-ai-react
emblem-ai-agent-wallet Agent wallet CLI and browser auth across 7 blockchains, with wallet, email/password, and social sign-in options npx skills add EmblemCompany/Agent-skills --skill emblem-ai-agent-wallet
emblem-ai-prompt-examples Curated non-developer prompt and usage examples for EmblemAI wallet, market, trading, NFT, Bitcoin, prediction-market, vault, and assistant workflows npx skills add EmblemCompany/Agent-skills --skill emblem-ai-prompt-examples

Quick Install

# Install a specific skill
npx skills add EmblemCompany/Agent-skills --skill emblem-ai
npx skills add EmblemCompany/Agent-skills --skill emblem-ai-react
npx skills add EmblemCompany/Agent-skills --skill emblem-ai-agent-wallet
npx skills add EmblemCompany/Agent-skills --skill emblem-ai-prompt-examples

# Install all skills

...