Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @kleberbaum Updated 6/28/2026 978 downloads 0 stars Security: Pass

Ts3 OpenClaw Plugin & Skill | ClawHub

Looking to integrate Ts3 into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

TS3 namespace for Netsnek e.U. TypeScript server-side framework. HTTP server scaffolding, middleware composition, request validation, and structured logging.

Install

ClawHub CLI
openclaw skills install @kleberbaum/ts3
Node.js (npx)
npx clawhub@latest install ts3

Full SKILL.md

Open original
Metadata table.
nameversiondescriptionuser invocable
ts30.1.0TS3 namespace for Netsnek e.U. TypeScript server-side framework. HTTP server scaffolding, middleware composition, request validation, and structured logging.true

SKILL.md content below is scrollable.

Why TS3?

TS3 is the Netsnek e.U. TypeScript server-side framework. Build HTTP servers with minimal boilerplate: scaffolding, middleware composition, request validation, and structured logging are built in.

Architecture

  • HTTP server — Express-compatible request/response
  • Middleware — Composable request pipelines
  • Validation — Zod or similar for request bodies
  • Logging — Structured JSON logs

Server Commands

Script Option Action
server-init.sh --routes Generate route handlers
server-init.sh --health Add health check endpoint
server-init.sh --describe Describe server structure

Example Session

# Bootstrap a server with routes
./scripts/server-init.sh --routes

# Add health endpoint
./scripts/server-init.sh --health

# Inspect layout
./scripts/server-init.sh --describe
ClawHub Registry URL: https://clawhub.ai/kleberbaum/skills/ts3

Related skills

If this matches your use case, these are close alternatives in the same category.