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.
Last scanned: 7/12/2026
{
"issues": [
{
"type": "npm-audit",
"message": "next: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "postcss: PostCSS has XSS via Unescaped </style> in its CSS Stringify Output",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-07-12T06:32:10.282Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}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 207 GitHub stars.
Yes. okkmax-web passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
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
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
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 |
|---|---|
![]() |
![]() |
| Model IQ leaderboard |
|---|
![]() |
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.