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

@agentskit/chat-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentskit/chat-cli

Safe scaffolding for AgentsKit Chat applications.

latest
Source
npmnpm
Version
0.4.1
Version published
Weekly downloads
12
-45.45%
Maintainers
1
Weekly downloads
 
Created
Source

@agentskit/chat-cli

Profile: major-package

Framework-aware scaffolding for complete AgentsKit Chat projects. Detects host manifests when unambiguous, prompts only on an interactive TTY, and atomically publishes only to a target path that does not already exist.

Verified proof

SurfaceEvidence
Safe scaffoldingADR-0014
Seven renderersADR-0016
Launch verificationlaunch checklist

Quick start

agentskit-chat init my-chat --renderer react --yes
export const renderers = ['react', 'react-native', 'ink', 'vue', 'svelte', 'solid', 'angular']
console.log(`Supported renderers: ${renderers.join(', ')}`)

Generated projects contain a shared definition, Web-standard server handler, native renderer, test, and architecture README using only published AgentsKit and AgentsKit Chat packages.

CLI publishes a complete renderer-specific project

flowchart LR
  I["init"] --> D["shared definition"]
  I --> H["server handler"]
  I --> N["native renderer"]

Maturity and compatibility

Published at 0.4.1. Targets: react, react-native, ink, vue, svelte, solid, and angular.

  • Node.js 22+
  • Never merges, deletes, or overwrites existing project files

Contributing

Package ownership: packages/cli. Follow CONTRIBUTING.md.

Tags: agentskit-chat, cli, scaffolding, developer-experience

AgentsKit ecosystem

Entry point for teams adopting AgentsKit Chat alongside AgentsKit, Registry, and Playbook.

FAQs

Package last updated on 16 Jul 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