by fanbidog
OkkMax — independent review & directory for AI API relay providers: authenticity checks that catch silent model swaps, uptime monitoring, real user reviews. okkmax.com
# Add to your Claude Code skills
git clone https://github.com/fanbidog/okkmax-webGuides for using api integration skills like okkmax-web.
okkmax-web is an open-source api integration skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by fanbidog. OkkMax — independent review & directory for AI API relay providers: authenticity checks that catch silent model swaps, uptime monitoring, real user reviews. okkmax.com. It has 50 GitHub stars.
okkmax-web's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/fanbidog/okkmax-web" and add it to your Claude Code skills directory (see the Installation section above).
okkmax-web is primarily written in TypeScript. It is open-source under fanbidog on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other API Integration skills you can browse and compare side by side. Open the API Integration category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh okkmax-web against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
An independent, third-party review and directory platform for AI API relay providers. Every ranking score comes from automated probes; the methodology is public and auditable, and no fee can influence a ranking.
English | 中文
The AI API relay market is a mixed bag: some providers route to genuine official backends, some silently swap Claude for cheaper models (quality downgrades), and some are online today and gone tomorrow. There's no way to verify before you pay — you only find out after falling into the pit.
OkkMax keeps watch on two independent tracks:
Two independent tracks, cross-checked — so choosing a relay provider becomes reading data instead of gambling.
| Home · instant test | Rankings |
|---|---|
![]() |
![]() |
| Uptime monitoring | Provider detail |
|---|---|
![]() |
![]() |
Requirements: Node.js 20+, PostgreSQL.
git clone https://github.com/fanbidog/okkmax-web.git
cd okkmax-web
npm install
cp .env.example .env # set DATABASE_URL
cp .env.example .env.local # set the rest as needed
npx prisma migrate deploy
npx prisma generate
npm run dev
Optional: seed demo data to see the pages in action.
npx tsx scripts/seed-test-stations.ts # three demo providers + reviews
npx tsx scripts/seed-content.ts # help-center docs
npm run dev # development
npm run build # production build
npm run test # unit tests (vitest)
npm run ingest # manually ingest a provider (format: scripts/seed.example.json)
npm run score # compute scores and rankings (run on a cron)
This repository is OkkMax's website and data presentation layer (Next.js 16 full-stack + Prisma + PostgreSQL). To run a complete review platform of your own you'll also need:
DETECT_BASE_URL; when unset, the bring-your-own-key test returns 501 and everything else works normallyUptimeSnapshot and friends)SCORE_* environment variables, see .env.exampleNo. All ranking scores come from automated probes and the methodology is public; commercial arrangements (such as referral links) never change probe data or tier verdicts.
It relies on the thinking signature returned by Anthropic's official backend — a cryptographic marker that cannot be forged. A valid signature plus behaviour consistent with the official API confirms a genuine official channel. GPT / Gemini have no equivalent signature, so they only get protocol-level tests (connectivity, speed, uptime). See "Methodology" on the website.
Submit your provider at www.okkmax.com/submit; if you dispute a score you can request a re-test.
The key is used only for that single test and then discarded — never written to the database or logs. We recommend using a dedicated test key.
MIT © OkkMax
Find this useful? Give it a ⭐ and help more people avoid the bad relays.