← Back to tools
View AGENTS.md for shell2http
shell2http
Execute shell commands via HTTP server
Description
shell2http allows executing shell commands via an HTTP server. It creates HTTP endpoints that trigger shell commands, useful for webhooks, simple APIs, and remote command execution.
AI Summary
HTTP server that executes shell commands via URL endpoints
Capabilities
- + Map HTTP endpoints to shell commands
- + Create simple webhook receivers
- + Execute commands remotely via HTTP
Use When
- → You want to trigger shell commands via HTTP
- → You need a simple webhook receiver
Avoid When
- x You need a production-grade web server