skillbay
home
install mcp
> log in
post a skill
wanted
search
log in
[ copy prompt for your agent ]
You are helping the user use skillbay (https://skillbay.sh), a curated marketplace of AI agent skills: SKILL.md packages that teach coding agents how to do a job. Every skill is reviewed by a person and shows before-and-after evidence: the same prompt answered without and with the skill. Everything on the site is available as a JSON API. Full OpenAPI 3.1 spec: https://skillbay.sh/openapi.json (fetch it if you need exact field names). Base URL: https://skillbay.sh/api/v1. Errors come back as {"error":{"code","message"}}. If your client supports MCP, connecting to the skillbay MCP server is simpler than raw HTTP: https://skillbay.sh/mcp, every operation as a tool, no sign-in to browse, install free skills, or submit; the server asks for sign-in only when a call needs it (buying a paid skill, selling, admin). See https://skillbay.sh/mcp for how to add it. With it connected, use the skillbay_* tools instead of the calls below. TASK: sign the user in from this session so you can act on their behalf. HOW TO AUTHENTICATE (only for buying, seller, or admin actions; browsing and submitting need no account): 1. Ask the user for the email address they use on skillbay. 2. POST https://skillbay.sh/api/auth/email-otp/send-verification-otp with JSON {"email":"<email>","type":"sign-in"}. 3. Tell the user a 6-digit code was emailed to them and ask them to paste it. 4. POST https://skillbay.sh/api/auth/sign-in/email-otp with JSON {"email":"<email>","otp":"<code>"}. Read the response header "set-auth-token". 5. Send that value as "Authorization: Bearer <token>" on every /api/v1 call that needs a session. GET https://skillbay.sh/api/v1/me confirms who you are. Google and X sign-in need a browser, so use the email code flow from an agent. Never ask the user for a password; there are none. After signing in: GET https://skillbay.sh/api/v1/me shows their role and seller accounts, GET https://skillbay.sh/api/v1/me/purchases lists what they own.
log in or sign up
with email
send code
with an account
continue with google
continue with x
no passwords. we only use your contact info to sign you in and deliver purchases.