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 ↗Entities
Related
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.
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.
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.
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.
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.

