---
name: ClawHub
slug: clawhub
category: Automation
description: ClawHub searches for AI assistant skills and installs, lists, updates, or publishes them with the clawhub CLI. Use it when you need to find a skill on ClawdHub or manage skills in the mozi skills directory.
github: "https://github.com/oujingzhou/openmozi/tree/main/skills/clawhub"
language: TypeScript
stars: 184
forks: 24
install: "npx degit https://github.com/oujingzhou/openmozi/tree/main/skills/clawhub ~/.claude/skills/clawhub"
installs_to: ~/.claude/skills/clawhub
source_path: skills/clawhub/SKILL.md
collection_size: 2
category_size: 2032
collection_url: "https://dirskills.com/collections/oujingzhou/openmozi"
added: 2026-09-06T05:20:51.759Z
last_synced: 2026-09-06T05:20:51.759Z
canonical_url: "https://dirskills.com/skills/clawhub"
---

# ClawHub

ClawHub searches for AI assistant skills and installs, lists, updates, or publishes them with the clawhub CLI. Use it when you need to find a skill on ClawdHub or manage skills in the mozi skills directory.

**Install:**

```bash
npx degit https://github.com/oujingzhou/openmozi/tree/main/skills/clawhub ~/.claude/skills/clawhub
```

## README

You have access to the `clawhub` CLI tool for managing skills from [ClawdHub](https://clawhub.ai), a community hub for sharing AI assistant skills.

## Common Commands

### Search for skills

```bash
clawhub search <query>
```

### Install a skill

Always use `--workdir` to install into the mozi user skills directory:

```bash
clawhub install <slug> --workdir ~/.mozi/skills
```

### List installed skills

```bash
clawhub list
```

### Update installed skills

```bash
clawhub update --workdir ~/.mozi/skills
```

### Publish a skill

```bash
clawhub publish <directory>
```

## Important Notes

- Always install skills with `--workdir ~/.mozi/skills` so mozi can discover and load them.
- After installing a skill, inform the user that mozi needs to be restarted (or skills reloaded) for the new skill to take effect.
- When the user asks to find or install a skill, use `clawhub search` to help them discover available options on ClawdHub.
