# customclaw

A curated registry of small, focused utilities for building LLM and agent code — the kind of thing your coding agent would otherwise write from scratch, badly, every time. Install a vetted rate limit…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add onlythebestswfl/customclaw

# Browse available tools
npx -y @smithery/cli@latest tool list onlythebestswfl/customclaw

# Get full schema for a tool
npx -y @smithery/cli@latest tool get onlythebestswfl/customclaw list_utilities

# Call a tool
npx -y @smithery/cli@latest tool call onlythebestswfl/customclaw list_utilities '{}'
```

## Direct MCP Connection

Endpoint: `https://customclaw--onlythebestswfl.run.tools`

## Tools (4)

- `list_utilities` — List every utility and agent available in the CustomClaw registry (https://customclaw.company). Results are cached for …
- `search_utilities` — Fuzzy-search the CustomClaw registry by keyword. Matches across slug, name, tagline, description, and category. Returns…
- `get_utility_info` — Return the full catalog entry for a single utility or agent by slug (name, tagline, description, price, free flag, cate…
- `install_utility` — Fetch a CustomClaw utility payload. Over HTTP, returns the list of files and dependencies — the HOST agent is responsib…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get onlythebestswfl/customclaw <tool-name>
```
