npcterm 1.3.0

Headless terminal emulator for AI agents with full PTY access over MCP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "npcterm",
  "version": "1.3.0",
  "description": "OpenClaw native plugin for NPCterm - headless terminal emulator MCP server for AI agents",
  "type": "module",
  "openclaw": {
    "extensions": ["./index.ts"],
    "compat": {
      "pluginApi": ">=2026.3.24-beta.2",
      "minGatewayVersion": "2026.3.24-beta.2"
    }
  },
  "dependencies": {
    "@sinclair/typebox": "^0.34.0"
  },
  "keywords": ["openclaw", "plugin", "terminal", "emulator", "pty", "mcp", "ai-agent"],
  "license": "Apache-2.0"
}