Agent Wallet
Installation
SKILL.md
Agent Wallet
Use this skill to safely create a wallet the agent can use for transfers, swaps, and any EVM chain transaction without ever exposing private keys to the agent. Create a wallet, set spending policies, and your agent can transfer tokens, do swaps, and interact with smart contracts within the boundaries you define.
The agent never sees the private key. All transactions are executed server-side through a smart account. The wallet owner controls what the agent can do via configurable policies.
Configuration
- Base API URL: Use the
SAFESKILLS_API_URLenvironment variable if set, otherwise default tohttps://safeskill-production.up.railway.app - Frontend URL: Use the
SAFESKILLS_FRONTEND_URLenvironment variable if set, otherwise default tohttps://safeskill-production.up.railway.app
All API requests require a Bearer token (the API key returned when creating a wallet).
Authorization: Bearer <API_KEY>