A dedicated toolkit for scaffolding type-safe React components with integrated Storybook support.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tsx
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install tsx using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
TSX is a robust TypeScript component toolkit developed by Netsnek e.U., designed to streamline the React development lifecycle. By focusing on type-safe props and automated documentation, it empowers developers to build high-quality UI libraries faster. As part of the Openclaw Skills library, TSX provides a standardized way to manage component generation and visualization within your environment.
This skill bridges the gap between manual coding and automated scaffolding. It ensures that every new component follows best practices, including dedicated type definitions and Storybook stories, allowing for immediate visual testing and documentation without manual boilerplate setup.
This skill is designed for Linux environments and requires execution permissions for its internal scripts.
# Grant execution permissions to the generator script
chmod +x ./scripts/component-gen.sh
# Scaffold a new component to verify the installation
./scripts/component-gen.sh --scaffold MyNewComponent
TSX organizes component data within the project structure to maintain modularity and high discoverability.
| File Type | Description |
|---|---|
| Component File | The main React functional component logic (.tsx). |
| Types File | TypeScript interfaces defining the component props and internal state. |
| Story File | Storybook configuration used for component visualization and testing. |
| Metadata | Project-level tracking of existing components accessed via the --list command. |
Loading
A comprehensive TypeScript monorepo starter kit for rapid full-stack development and automated deployment.

A comprehensive TypeScript testing framework for unit, snapshot, coverage, and mutation testing.

A specialized TypeScript framework for rapid HTTP server scaffolding, middleware management, and request validation.

A specialized toolkit for audio transcription, waveform analysis, and podcast production workflows.

Voc is a dedicated namespace within the Openclaw Skills ecosystem for structured vocabulary acquisition and language learning tools.

A specialized namespace and utility for managing real-time messaging, WebSockets, and push notification infrastructure.








































