# Ecosystem

UXC is more than a single CLI binary.
It also includes a daemon client package and a growing set of official skills.

## Skills

The public skills catalog is exposed directly through this site:

- [Browse Skills](../skills/)

Representative categories include:

- browser and local tooling
- documentation and research
- workspace and messaging
- crypto and market data

## TypeScript Client

For local app integration, UXC ships an official Node/TypeScript package:

```bash
npm install @holon-run/uxc-daemon-client
```

- [Generated TypeScript Clients](./typescript-client.md)

## Current Detail Docs

Some ecosystem details still live in the repository:

- [Skills Publish and Maintenance Log](https://github.com/holon-run/uxc/blob/main/docs/operations/skills.md)

<!-- INDEX:START -->

- [Generated TypeScript Clients](./typescript-client.md)
  UXC ships a daemon client package for local app integration:
  <!-- mdorigin:index kind=article -->

<!-- INDEX:END -->
