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

Web & Frontend Development @kleberbaum Updated 7/18/2026 1,310 downloads 0 stars Security: Pass

Ts5 OpenClaw Plugin & Skill | ClawHub

Looking to integrate Ts5 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

TS5 namespace for Netsnek e.U. TypeScript full-stack starter kit. Monorepo template with shared types, CI/CD pipelines, and one-click deployment.

Install

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

Full SKILL.md

Open original
Metadata table.
nameversiondescriptionuser invocable
ts50.1.0TS5 namespace for Netsnek e.U. TypeScript full-stack starter kit. Monorepo template with shared types, CI/CD pipelines, and one-click deployment.true

SKILL.md content below is scrollable.

The TS5 Approach

TS5 is the Netsnek e.U. full-stack TypeScript starter. One monorepo: shared types, frontend, backend, CI/CD, and deployment.

Monorepo Structure

packages/
  shared/    # Types and utilities
  web/       # Frontend (TSX)
  api/       # Backend (TS3)
tools/       # Scripts and CI

Commands

Argument Purpose
--init Bootstrap monorepo layout
--packages Manage or list workspace packages
--deploy Trigger one-click deployment

From Zero to Deploy

# Create monorepo
./scripts/monorepo-setup.sh --init

# Verify packages
./scripts/monorepo-setup.sh --packages

# Deploy
./scripts/monorepo-setup.sh --deploy
ClawHub Registry URL: https://clawhub.ai/kleberbaum/skills/ts5

Related skills

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