{"service":"chops skills registry","description":"Open registry for Agent Skills. Search by intent, fetch a pinned manifest, download the digest-verified package. No authentication or CLI required.","docs":{"llms":"https://api.chops.sh/llms.txt","markdown":"https://chops.sh/docs.md","web":"https://chops.sh/docs"},"endpoints":{"search":"GET /skills/search?q=<query>&limit=<1-50>[&owner=<owner>][&agent=<agent>]","browse":"GET /skills?sort=<popular|recent>&limit=<1-50>&offset=<0-10000>","manifest":"GET /manifest?slug=<owner/repo@skill>","tarball":"GET /tarballs/<sha256>","health":"GET /health","version":"GET /version","auth":"POST /auth/otp/start {email} → POST /auth/otp/verify {email, code} → Bearer tokens","teams":"POST /teams · GET /me/teams · POST /teams/:slug/invites · POST /invites/accept (Bearer)","private_skills":"POST /me/skills · POST /teams/:slug/skills (multipart) · GET .../skills/:name/manifest (Bearer)"},"example":"curl \"https://api.chops.sh/skills/search?q=optimize+postgres+queries&limit=5\""}