---
title: "@n8n/chat-hub"
description: "Common utility functions for n8n Chat Hub."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/readme-503
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:36:38.436Z
license: CC-BY-4.0
attribution: "@n8n/chat-hub — Claudary (https://claudary.paisolsolutions.com/skills/readme-503)"
---

# @n8n/chat-hub
Common utility functions for n8n Chat Hub.

## Overview

# @n8n/chat-hub

Common utility functions for n8n Chat Hub.

## Purpose

This package provides shared utility functions and types for the Chat Hub feature across both frontend and backend implementations.

## Usage

```typescript
import { parseArtifactCreateCommands, collectChatArtifacts } from '@n8n/chat-hub';
```

## Development

```bash
# Build
pnpm build

# Watch mode
pnpm dev

# Run tests
pnpm test

# Type checking
pnpm typecheck

# Linting
pnpm lint
```

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/readme-503) · https://claudary.paisolsolutions.com
