
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@agentskit/cli
Advanced tools
The programmatic package entry is ESM-only because its Ink 7 UI dependency uses an ESM graph with top-level await.
Profile: major-package
Chat with any LLM, scaffold projects, and run agents — all from your terminal.
Tags: ai · agents · llm · agentskit · openai · anthropic · claude · gemini · chatgpt · cli · command-line · scaffolding · ai-agents · autonomous-agents
packages/cli/.@agentskit/cli is the fastest path from terminal to working agent: scaffold projects, chat, run agents, inspect config, and diagnose setup.
Docs: package guide · agent handoff
npm install -g @agentskit/cli
# 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

agentskit chat — interactive streaming chat in the terminal powered by @agentskit/inkagentskit init — interactive project generator (React or Ink templates, production-ready structure)agentskit run — execute headless runtime agents from the terminalagentskit doctor — diagnose your environment, packages, and provider configagentskit dev — hot-reload agent developmentagentskit tunnel — expose local agent via public URLagentskit rag index — chunk + embed files into a file-backed vector storeagentskit config — print merged config or scaffold a template/usage + /cost--provider, --model, --system, --skill, --memory, --mode, --plugin-dirFull reference: docs/infrastructure/cli · ARCHITECTURE.md

| Package | Role |
|---|---|
| @agentskit/runtime | createRuntime — agents outside the CLI |
| @agentskit/adapters | All chat / run providers |
| @agentskit/ink | Ink UI used by interactive chat |
| @agentskit/core | Shared types and contracts |
MIT — see LICENSE.
import '@agentskit/cli'
console.log('@agentskit/cli loaded')
@agentskit/cliSee CONTRIBUTING.md and the monorepo LICENSE.
FAQs
CLI for AgentsKit chat and project scaffolding.
We found that @agentskit/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.