keypo-cli
Hardware-secured key management, encrypted secrets, and crypto payments
All Skills in This Repository (8)
Pure Emerald Level Indicatorscheckout-purchase
Automate Shopify purchases with vault-protected checkout and Touch ID approval.
keypo-shopping
Route Shopify checkout through biometric approval without exposing payment details.
contract-learner
Generate reusable contract interaction skills from verified on-chain ABIs.
keypo-signer
Manage Secure Enclave P-256 keys and encrypted secrets via keypo-signer CLI.
portfolio-tracker
Discovers native and ERC-20 token balances for EVM wallet addresses via Portfolio API.
keypo-wallet
Manage Secure Enclave-backed wallet keys and submit EVM transactions.
weth-base-sepolia
Manage WETH balances, wrapping, unwrapping, and ERC-20 allowances on Base Sepolia.
uniswap-v3-swap
Swap ERC-20 tokens on Base via Uniswap V3 with keypo-wallet.
Frequently Asked Questions
FAQPage SchemaHow to install keypo-cli?โผ
Run `npx skills add keypo-us/keypo-cli --all -g -y` in your terminal to install all skills in this suite globally.
How do I keep API keys safe from AI agents?โผ
Store secrets in the keypo-signer encrypted vault and use `vault exec` to inject them into processes, so the agent never sees plaintext values.
Can an AI agent make purchases without seeing my card?โผ
Yes. The checkout skills inject card details from the biometric vault behind a Touch ID prompt, so the agent completes Shopify purchases without accessing card data.
Does keypo-cli work on Windows or Intel Macs?โผ
No. It requires macOS on Apple Silicon because all keys live in the Apple Secure Enclave hardware.
Can keypo-wallet send crypto transactions?โผ
Yes. It signs and sends ERC-4337 smart account transactions using Secure Enclave keys, with skills for swaps, balances, and contract interactions.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core