@smartagentkit/cli
v0.1.10
Published
CLI tool for managing policy-governed AI agent smart wallets
Downloads
813
Maintainers
Readme
smartagentkit
CLI tool for managing policy-governed AI agent smart wallets. Create wallets, configure spending limits, manage session keys, and monitor wallet status from the command line.
Install
npm install -g smartagentkitQuick Start
# Initialize configuration
sak config init
# Create a wallet with the defi-trader preset
sak create --preset defi-trader --owner 0x...
# Check wallet status
sak status 0x...
# Add a spending limit policy
sak policy add --type spending-limit --token 0x... --limit 1000000000000000000 --window 86400
# Pause a wallet (emergency)
sak pause 0x... --guardian-key 0x...Commands
sak create- Deploy a new agent walletsak status- Check wallet status and balancessak fund- Fund a wallet with ETHsak policy- Manage spending limits, allowlists, and pause policiessak pause/sak unpause- Emergency pause controlssak session- Create, list, and revoke session keyssak config- Manage CLI configuration
Documentation
See the main repository for full documentation and examples.
License
MIT
