CLI
agentskit ai
Natural language → typed AgentSchema + scaffold.
agentskit ai "I want a Discord bot that answers questions from a Notion workspace"Produces:
AgentSchemaJSON (typed, validated).- Scaffold files (
tools.ts,runtime.ts, optional UI). .env.examplewith required keys.
#Flags
| Flag | Purpose |
|---|---|
--out <dir> | scaffold target |
--schema-only | emit only the AgentSchema JSON |
--provider / --model | LLM used for the authoring step |
#Related
Explore nearby
- PeerCLI
Nine commands wrapping every part of AgentsKit — init, chat, run, dev, doctor, ai, tunnel, rag, config.
- Peeragentskit init
Scaffold a new project — 9 starter templates spanning React, SvelteKit, Nuxt, Ink, Vite+Ink, Cloudflare Workers, Bun, runtime, and multi-agent.
- Peeragentskit chat
Interactive terminal chat. Ink-based. No setup required.