keypo-uskeypo-usOfficialยท8 Agent Skills Included

keypo-cli

Hardware-secured key management, encrypted secrets, and crypto payments

Stores API keys, credentials, and card details in a Mac Secure Enclave vault so agents never see plaintext secrets. Injects secrets directly into child processes, signs transactions with hardware-bound P-256 keys, and backs up vaults to iCloud. Includes skills for Shopify checkout with Touch ID approval, token swaps, portfolio tracking, and smart contract interaction.
npx skills add keypo-us/keypo-cli --all -g -y
Available:

Gives the agent the repo map, build commands, and strict vault safety rules so it uses keypo-signer and keypo-wallet correctly without ever exposing secrets.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’