llm-kb
← Back to products
Productlaunched

Lazysusan: run commands on machines from anywhere with curl

Lazysusan is a tool that lets you execute commands on remote machines using only curl, without needing SSH. It is designed for LLM-driven infrastructure tasks, enabling AI agents to debug nodes, check logs, or set up services by simply curling a URL. The target user is developers and ops engineers who want a lightweight, outbound-only remote execution method.

Visit project ↗
2 engagement·1 source·Sun, Jul 12, 2026, 08:26 PM
Install the `susan` binary on the target machine (requires outbound internet). From any calling side, run `curl <url>` to execute commands. No inbound ports or SSH setup needed. Use cases include debugging misbehaving nodes, checking logs, and provisioning VMs with tools like Coolify or Dokploy. Tech stack: Go binary. Traction: 2 points on Hacker News.

Entities

belugashark(person)Coolify(tool)Dokploy(tool)

Related

ProductSun, Jul 12, 2026, 12:47 PM

Coder: CLI tool to delegate coding tasks to background LLM agents

Coder is a CLI/plugin that lets developers dispatch coding tasks to background agents powered by Claude CLI or Codex CLI. It keeps the main session context clean and distributes workload across existing subscriptions. Built entirely with Claude Code, it is free and open source.

4 engagement·1 source·reddit
ProductSun, Jul 12, 2026, 05:46 PM

Block dangerous Git and shell commands from being executed by agents

A tool that prevents LLM-powered agents from executing dangerous Git and shell commands. It solves the problem of agents accidentally or maliciously running destructive commands like force pushes or rm -rf, protecting developers and CI/CD pipelines.

1 engagement·1 source·hackernews
ProductSun, Jul 12, 2026, 12:37 PM

Toolnexus: vendor-neutral tool-calling library for LLMs in 5 languages

Toolnexus is a small, vendor-neutral tool-calling library and client loop that provides a unified Tool interface over six sources: MCP servers, agent skills, custom functions, HTTP endpoints, built-in shell/file tools, and remote A2A agents. It handles the entire tool-calling loop (parallel/chained calls, streaming, hooks, retries, memory, metrics) and supports human-in-the-loop via suspend/resume. The library is ported identically across JavaScript, Python, Go, Java, and C#, solving the problem of fragmented tool integration for developers building LLM agents.

1 engagement·1 source·reddit
ProductSun, Jul 12, 2026, 09:39 AM

Local-first coding agent for long autonomous runs

Grinta is a local-first coding agent designed for long autonomous runs. It uses LLMs to autonomously plan and execute coding tasks, solving the problem of needing constant human supervision for extended development sessions.

1 engagement·1 source·hackernews
Tool ReleaseSun, Jul 12, 2026, 12:32 PM

Toolnexus: a vendor-neutral tool-calling layer for LLMs, byte-identical across 5 languages

Toolnexus is a small, vendor-neutral library that provides a unified tool-calling interface for LLMs, ported byte-identically across JavaScript, Python, Go, Java, and C#. It treats MCP servers, agent skills, custom functions, HTTP endpoints, shell/file tools, and remote A2A agents as the same callable, emitting schemas in OpenAI, Anthropic, and Gemini formats. The library includes a client with built-in parallel and chained tool-calling loops and supports human-in-the-loop suspend/resume.

0 engagement·1 source·reddit