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

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

Tsx OpenClaw Plugin & Skill | ClawHub

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

TSX namespace for Netsnek e.U. TypeScript component toolkit. React component scaffolding, type-safe props, Storybook integration, and component docs.

Install

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

Full SKILL.md

Open original
Metadata table.
nameversiondescriptionuser invocable
tsx0.1.0TSX namespace for Netsnek e.U. TypeScript component toolkit. React component scaffolding, type-safe props, Storybook integration, and component docs.true

SKILL.md content below is scrollable.

What is TSX?

TSX is the TypeScript component toolkit by Netsnek e.U. It enables rapid development of React components with type-safe props, Storybook integration, and automatic component documentation.

Component Workflow

  1. Scaffold a new component with scripts/component-gen.sh --scaffold <Name>
  2. Define props in the generated types file
  3. Run Storybook to visualize variants with scripts/component-gen.sh --info
  4. List existing components with scripts/component-gen.sh --list

Available Commands

Command Args Purpose
component-gen.sh --scaffold <Name> Create component files, types, and Story
component-gen.sh --list List all components in the project
component-gen.sh --info Show Storybook integration details

Real-World Example

# Create a new Button component
./scripts/component-gen.sh --scaffold Button

# List available components
./scripts/component-gen.sh --list

# Get Storybook info
./scripts/component-gen.sh --info
ClawHub Registry URL: https://clawhub.ai/kleberbaum/skills/tsx

Related skills

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