
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@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
# Chat through DeepSeek, Grok, Kimi, Groq, or OpenRouter
DEEPSEEK_API_KEY=... agentskit chat --provider deepseek
XAI_API_KEY=... agentskit chat --provider grok
KIMI_API_KEY=... agentskit chat --provider kimi
GROQ_API_KEY=... agentskit chat --provider groq
OPENROUTER_API_KEY=... agentskit chat --provider openrouter
# 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-diragentskit init --provider deepseek|grok|kimi|groq|openrouter — scaffold a starter already wired to the selected providerFull reference: docs/production/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.
The npm package @agentskit/cli receives a total of 656 weekly downloads. As such, @agentskit/cli popularity was classified as not popular.
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.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.