SkillAgentSearch skills...

Www.sh

Web framework in Bash

Install / Use

/learn @nerdgeneration/Www.sh
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

www.sh

Web framework in Bash

DO NOT USE THIS IN ANY PUBLIC FACING SERVER. THIS IS NOT SECURE. FOR EDUCATIONAL USE ONLY.

Supports standard web framework functions:

  • HTTP status
  • HTTP headers
  • HTTP response
  • Routing
  • Templated views
  • Query and POST data in $_GET and $_POST
  • URL encode/decode
  • Path checks
  • Sanitisation of HTML, SQL
  • MySQL database queries
  • .env files

Requirements:

  • Bash 4.3 (Mac OS X users will need to upgrade using brew install bash)
  • CGI compatible web-server (Apache mod_cgi; nginx fcgiwrap; http.sh)

Status:

Fully Tested: Nothing.

Partially Tested: Docker, CGI integration, GET, POST, Controllers, http_serve, http_header, http_status, route, view, url_decode

Not Tested: Everything else.

Related Skills

View on GitHub
GitHub Stars733
CategoryDevelopment
Updated1mo ago
Forks25

Languages

Shell

Security Score

95/100

Audited on Feb 23, 2026

No findings