agentskit.js
Packages

@agentskit/cli

The agentskit CLI — init, chat, run, dev, doctor, ai, tunnel, rag, config.

@agentskit/cli is the operational front door to the ecosystem. It is how you bootstrap a project, run an agent, inspect your setup, and keep moving without writing scaffolding code first.

#When to reach for it

  • You want to scaffold a new agent project.
  • You want to chat / run an agent from a terminal.
  • You want agentskit ai "<description>" to generate a typed scaffold from plain language.

#Best fit

  • Start here when you want proof of the ecosystem before wiring packages by hand.
  • Use init when you want a runnable starter.
  • Use chat, run, and dev when you want a fast operator workflow around the same stack.
  • Use doctor when setup friction is slowing the team down.

#Install

npx @agentskit/cli <command>
# or globally:
npm install -g @agentskit/cli

#Commands

CommandPurpose
agentskit initScaffold a new project (react / ink / runtime / multi-agent).
agentskit chatInteractive chat in the terminal (Ink).
agentskit run "<task>"Run an agent once.
agentskit devDev server with hot-reload.
agentskit doctorDiagnose env (providers, keys, tooling).
agentskit ai "<description>"NL → typed AgentSchema + scaffolded project.
agentskit tunnelngrok-style tunnel for webhooks.
agentskit ragLocal RAG helpers (ingest / search).
agentskit configRead / write local config.

#Why it matters

The CLI makes AgentsKit feel like a product, not just a pile of packages. It shortens the path from “I want to try this” to “I have a working agent project” more than any single reference page can.

#Programmatic helpers

  • @agentskit/cli/aiscaffoldAgent · writeScaffold · createAdapterPlanner.

#Recipes

#Stability

  • Version: 0.8.2
  • Tier: beta
  • Contract: evolving
  • Roadmap: see packages roadmap for what this package needs to reach v1.0.

#Source

npm: @agentskit/cli · repo: packages/cli

Explore nearby

✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page