🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@agentskit/cli

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentskit/cli

CLI for AgentsKit chat and project scaffolding.

Source
npmnpm
Version
0.4.2
Version published
Weekly downloads
150
-75.96%
Maintainers
1
Weekly downloads
 
Created
Source

@agentskit/cli

Chat with any LLM, scaffold projects, and run agents — all from your terminal.

Why

  • Zero setup for prototyping — go from idea to running conversation in under a minute; no boilerplate, no config files to write
  • Scaffold production-ready projects — generate a React chat app or terminal agent with the right structure so you skip the boring setup
  • Script and automate — pipe inputs, use env vars for keys, and compose with other Unix tools for lightweight agent scripting

Install

npm install -g @agentskit/cli

Quick example

# Chat with Claude instantly
ANTHROPIC_API_KEY=... agentskit chat --provider anthropic --model claude-sonnet-4-6

# Chat with a local model (no API key needed)
agentskit chat --provider ollama --model llama3.1

# Scaffold a new React chat app
agentskit init --template react --dir my-app

# Scaffold a terminal agent
agentskit init --template ink --dir my-cli

# Run a headless agent (same building blocks as the CLI)
agentskit run --help

Next steps

  • Generated apps use @agentskit/react or @agentskit/ink — extend with @agentskit/tools, @agentskit/skills, and @agentskit/runtime for programmatic agents

Ecosystem

PackageRole
@agentskit/runtimecreateRuntime — agents outside the CLI
@agentskit/adaptersAll chat / run providers
@agentskit/inkInk UI used by interactive chat
@agentskit/coreShared types and contracts

Docs

Full documentation

Keywords

agentskit

FAQs

Package last updated on 07 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts