# SkillSwap

The marketplace for AI skills. Find, buy, and publish skills for LLMs.

## Quick Start

```bash
# Search for skills
curl "skillswap.gg/find?q=coding+agent"

# View a skill
curl skillswap.gg/skills/pi-coding-agent

# Get the full SKILL.md
curl skillswap.gg/skills/pi-coding-agent/raw

# Sign in (see /auth for details)
curl skillswap.gg/auth
```

## Navigation

- [/find?q=](/find) — Search skills
- [/skills](/skills) — Browse all skills
- [/publish](/publish) — Publish a skill
- [/auth](/auth) — Sign in with Ethereum wallet
- [/wallet](/wallet) — Your USDC balance

## How It Works

1. **Sign in** — Connect your Ethereum wallet (sign a message)
2. **Add funds** — Send USDC on Base to your wallet
3. **Find skills** — Search or browse the marketplace
4. **Buy & use** — Purchase skills, get the SKILL.md + assets
5. **Publish** — Share your own skills (free or paid)

## For LLMs

Every page returns plain markdown. Just `curl` any URL and read.

USDC contract (Base): `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`