New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@agent-coder/cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agent-coder/cli

AgentCoder - Run AI coding agents on your machine

latest
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

@agent-coder/cli

Run AI coding agents (Claude, Gemini, Codex, Grok) on your machine, controlled from anywhere via agentcoder.space.

Installation

npm install -g @agent-coder/cli

Usage

1. Login with your account

agentcoder login

This opens your browser for authentication. Once logged in, your credentials are stored locally.

2. Start the agent

agentcoder start <workspace-id>

The agent connects to your workspace and processes commands from the web UI.

3. Check status

agentcoder status

Shows current login status and active tmux sessions.

Commands

CommandDescription
agentcoder loginAuthenticate with your account
agentcoder logoutClear stored credentials
agentcoder start <workspace-id>Start the agent
agentcoder statusShow agent status
agentcoder helpShow help

Requirements

  • Node.js 18+
  • tmux (for terminal session management)
  • One or more AI CLI tools installed:
    • Claude Code - claude
    • Gemini CLI - gemini
    • Codex CLI - codex
    • Grok CLI - grok

How it works

  • The agent authenticates with your AgentCoder account
  • It connects to Firebase using your credentials
  • It watches for messages in your workspace
  • When you send a command from the web UI, the agent:
    • Creates/attaches to a tmux session
    • Sends the command to the AI CLI
    • Captures the output
    • Sends it back to the web UI

All communication happens through Firebase - your credentials never leave your machine.

License

MIT

Keywords

ai

FAQs

Package last updated on 22 Jan 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