@tpmjs/tools-exe-dev
Execute a command on an exe.dev VM via SSH. Returns stdout, stderr, and exit code. Requires SSH access to exe.dev.
Test @tpmjs/tools-exe-dev (exec) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-exe-devpnpm add @tpmjs/tools-exe-devyarn add @tpmjs/tools-exe-devbun add @tpmjs/tools-exe-devdeno add npm:@tpmjs/tools-exe-devimport { exec } from '@tpmjs/tools-exe-dev';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { exec } from '@tpmjs/tools-exe-dev';
const result = await generateText({
model: openai('gpt-4o'),
tools: { exec },
prompt: 'Your prompt here...',
});
console.log(result.text);Available configuration options
vmstringName of the VM to execute on
commandstringCommand to execute on the VM
Schema extracted: 1/16/2026, 3:45:44 AM
ERROR: No README data found!
Downloads/month
0
Quality Score