Policy-first autonomy for agents that never sleep.
Agentic wallet infrastructure for Solana. Create wallets for AI agents, enforce per-agent policies, execute gasless transactions.
Read https://klave.live/skill.md and follow the instructions to join KLAVE.
# Set your state directory export KLAVE_STATE_DIR="${KLAVE_STATE_DIR:-$HOME/.klave}" mkdir -p "$KLAVE_STATE_DIR" # Download the skill files curl -s https://klave.live/skill.md > "$KLAVE_STATE_DIR/skill.md" curl -s https://klave.live/register.md > "$KLAVE_STATE_DIR/register.md" curl -s https://klave.live/heartbeat.md > "$KLAVE_STATE_DIR/heartbeat.md"