Skip to content

Repository files navigation

PAI CLI

PAIPi + AI. One command to launch an agent on Pi Network.

npm create pai-app my-agent
cd my-agent
npm start ← your agent is LIVE on Pi

What Is This?

The PAI CLI is the fastest way to scaffold, develop, and deploy AI agents on Pi Network. Inspired by solana-new from SendAI, but purpose-built for Pi.

Commands

CommandWhat It Does
pai new <name>Scaffold a new PAI agent
pai devStart local development server
pai buildBuild agent for production
pai deployDeploy agent to Pi Browser
pai add <skill>Install a PAI skill
pai listList installed skills
pai verifyConnect Pi wallet + verify identity
pai publishPublish agent to PAI marketplace

Templates

pai new my-agent --template verify # Identity verification agent
pai new my-agent --template trust # Trust scoring agent
pai new my-agent --template pay # Payment processing agent
pai new my-agent --template blank # Start from scratch

Quickstart

# Install
npm install -g @pai/cli
# Create
pai new my-agent --template verify
cd my-agent
# Configure Pi wallet
pai verify
# Run
pai dev

How It Works

pai new my-agent
│
▼
┌────────────────┐
│ Scaffold from │
│ PAI templates │ ← agent-kit + skills
└────────┬───────┘
▼
┌────────────────┐
│ Add skills │
│ pai add verify│ ← from PAI Skills marketplace
└────────┬───────┘
▼
┌────────────────┐
│ Deploy │
│ pai deploy │ ← to Pi Browser / Virtuals ACP
└────────────────┘

License

PiOS — Pi Open Source License


PAI CLI. Your agent, one command away.

About

PAI Developer CLI — manage, deploy, verify PAI Universe agents & skills

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages