# ikhono

The hub for AI skills.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list ikhono-ai/ikhono

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ikhono-ai/ikhono ikhono_skill_search

# Call a tool
npx -y @smithery/cli@latest tool call ikhono-ai/ikhono ikhono_skill_search '{}'
```

## Direct MCP Connection

Endpoint: `https://ikhono--ikhono-ai.run.tools`

## Tools (6)

- `ikhono_skill_search` — Search iKhono for AI skills that match a query. Use this when the user asks you to do something that could benefit from…
- `ikhono_skill_get` — Load a skill from iKhono by its slug. Returns the full skill content (instructions, process, templates) that you should…
- `ikhono_skill_pin` — Pin a skill to the user's favorites so it's always available. Pinned skills are shown in the user's profile.
- `ikhono_skill_unpin` — Remove a skill from the user's pinned favorites.
- `ikhono_skill_list_pinned` — List all skills the user has pinned. Returns pinned skills with their names, descriptions, and ratings.
- `ikhono_skill_rate` — Rate a skill after using it. Helps the community discover the best skills.

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