# SkillFlow - AI Skills Marketplace

The curated marketplace for AI agent skills. Search, discover, and install verified skills for Claude, GPT, Cursor, and other AI platforms via MCP. Features 50+ skills across 12 categories with trust…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list rafsilva85/skillflow

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

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

## Direct MCP Connection

Endpoint: `https://skillflow--rafsilva85.run.tools`

## Tools (5)

- `search_skills` — Search for AI agent skills on SkillFlow marketplace by keyword, category, or tag
- `get_skill_details` — Get detailed information about a specific skill
- `list_categories` — List all available skill categories on SkillFlow
- `get_trending_skills` — Get currently trending skills on SkillFlow marketplace
- `get_publisher_info` — Get information about a skill publisher

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