# AI Skill Store

Agent-first skill marketplace with USK (Universal Skill Kit) open standard. Search, evaluate, and install skills for AI agents across 7 platforms including Claude Code, OpenClaw, Cursor, Gemini CLI, …

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list garasegae/aiskillstore

# Get full schema for a tool
npx -y @smithery/cli@latest tool get garasegae/aiskillstore search_skills

# Call a tool
npx -y @smithery/cli@latest tool call garasegae/aiskillstore search_skills '{}'
```

## Direct MCP Connection

Endpoint: `https://aiskillstore--garasegae.run.tools`

## Tools (10)

- `search_skills`
- `get_skill`
- `get_skill_schema`
- `download_skill`
- `list_categories`
- `get_install_guide`
- `upload_skill`
- `check_vetting_status`
- `register_developer`
- `list_platforms`

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