# Clawhub

> Search and install agent skills from ClawHub, the public skill registry. Use when this capability is needed.

- Skill: `tomevault-io/clawhub-7` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/clawhub-7`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/clawhub-7/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/clawhub-7

---


# ClawHub

Public skill registry for AI agents. Search by natural language (vector search).

## When to use

Use this skill when the user asks any of:
- "find a skill for …"
- "search for skills"
- "install a skill"
- "what skills are available?"
- "update my skills"

## Search

```bash
npx --yes clawhub@latest search "web scraping" --limit 5
```

## Install

```bash
npx --yes clawhub@latest install <slug> --workdir ~/.k2do/workspace
```

Replace `<slug>` with the skill name from search results. This places the skill into `~/.k2do/workspace/skills/`, where K2DO loads workspace skills from. Always include `--workdir`.

## Update

```bash
npx --yes clawhub@latest update --all --workdir ~/.k2do/workspace
```

## List installed

```bash
npx --yes clawhub@latest list --workdir ~/.k2do/workspace
```

## Notes

- Requires Node.js (`npx` comes with it).
- No API key needed for search and install.
- Login (`npx --yes clawhub@latest login`) is only required for publishing.
- `--workdir ~/.k2do/workspace` is critical — without it, skills install to the current directory instead of the K2DO workspace.
- After install, remind the user to start a new session to load the skill.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/omar07ibrahim) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-14 -->

