agentskit.js
CLI

agentskit ai

Natural language → typed AgentSchema + scaffold.

agentskit ai "I want a Discord bot that answers questions from a Notion workspace"

Produces:

  1. AgentSchema JSON (typed, validated).
  2. Scaffold files (tools.ts, runtime.ts, optional UI).
  3. .env.example with required keys.

Flags

FlagPurpose
--out <dir>scaffold target
--schema-onlyemit only the AgentSchema JSON
--provider / --modelLLM used for the authoring step
✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page