AgentCraft is an AI Orchestrator with Real Time Strategy Game user interface.
It uses Claude Code CLI to access your Pro or Max Claude agent subscription. It does not need to know any tokens or credentials. To use AgentCraft, first, you need start Claude CLI and uses its infrastructure to connect to Claude Code.
Install Claude Code CLI
Install Node.js
AgentCraft is a Node.js package it requires Node.js version 18 or higher from https://nodejs.org/en/download
Run AgentCraft
To run AgentCraft directly from the NPM registry, execute the command in a terminal. This will always run the latest available version without a need for update.
npx @idosal/agentcraft
This is an NPM package for running AI agents in your project folder. It allows them to interact with your local files in that location. The user interface opens in a your default web browser.
Advanced use cases
To start AgentCraft in the background
npx @idosal/agentcraft start -d
To stop the server in the background
npx @idosal/agentcraft stop