okkmax-web

作者 fanbidog已验证

OkkMax — independent review & directory for AI API relay providers: authenticity checks that catch silent model swaps, uptime monitoring, real user reviews. okkmax.com

207
Stars
12
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/fanbidog/okkmax-web

快速入门

使用 okkmax-web 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

OkkMax

Find AI API relay providers you can trust — authenticity checks · uptime monitoring · real user reviews

License Next.js PostgreSQL PRs Welcome Stars

🌐 Official website: www.okkmax.com

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 | 中文


Why OkkMax?

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:

  • Automated objective testing: scheduled probes using each provider's own account — authenticity verification (based on Anthropic thinking signatures, which cannot be forged), uptime, response latency, and pricing. Data flows straight into the database; nobody can hand-edit it.
  • Real user reviews: ratings, comments and pros/cons tags from actual users, covering what probes can't measure (support, refunds, top-up experience).

Two independent tracks, cross-checked — so choosing a relay provider becomes reading data instead of gambling.

Features

  • 🏆 Provider rankings: composite score leaderboard (purity × availability × speed), filterable by model, covering the Claude / GPT / Gemini lineups
  • 🧠 Model IQ leaderboard: tracks capability scores of mainstream LLMs (Claude / Codex / GPT / Gemini) against each model's own baseline, so quiet degradation shows up; 30-day trends, per-suite rankings (reasoning / coding / tool calling), exportable charts
  • 🔍 Purity check: thinking-signature-based authenticity verification with three-tier verdicts (official / mixed / questionable) — catches silent model swaps
  • 📈 Uptime monitoring: minute-level continuous probing per provider and group, with 90m / 24h / 7d / 30d uptime and latency trends
  • 💬 Review community: ratings, comments, pros/cons tags — one person, one vote, real experience
  • 🧪 Bring-your-own-key testing: paste an endpoint and key to test any provider instantly; keys are used once and discarded, never stored
  • 💰 Price comparison: input/output prices per model per provider at a glance; price changes are logged automatically as provider events
  • 📢 Provider events: price changes, model additions/removals, purity tier changes — auto-generated event feed
  • 🌍 i18n: Chinese / English, with pre-translated content
  • 🎁 Points system: earn points from check-ins, tests, and reviews

Screenshots

Home · instant testRankings
HomeRankings
Uptime monitoringProvider detail
UptimeDetail
Model IQ leaderboard
Model IQ leaderboard

Quick Start (self-hosting)

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

Common commands

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)

Architecture notes

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:

  • A detection backend: performs one-off provider tests, wired up via DETECT_BASE_URL; when unset, the bring-your-own-key test returns 501 and everything else works normally
  • An uptime monitor: continuously collects uptime/latency and writes into this app's database (UptimeSnapshot and friends)
  • Scoring configuration: weights and coefficients are set via SCORE_* environment variables, see .env.example

FAQ

Can providers pay for a better ranking?

No. 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.

How does the purity check work?

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.

I run a relay provider — how do I get listed?

Submit your provider at www.okkmax.com/submit; if you dispute a score you can request a re-test.

Is my API key safe when I run a 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.

Star History

Star History Chart

License

MIT © OkkMax


Find this useful? Give it a ⭐ and help more people avoid the bad relays.

Website · Rankings · Uptime · Submit a provider

常见问题

What is 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 207 GitHub stars.

Is okkmax-web safe to use?

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.

How do I install okkmax-web?

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).

What programming language is okkmax-web written in?

okkmax-web is primarily written in TypeScript. It is open-source under fanbidog on GitHub, so you can review or fork the full source.

Are there alternatives to okkmax-web?

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

CLIProxyAPI

by router-for-me

Wrap Antigravity, ChatGPT Codex, Claude Code, Grok Build as an OpenAI/Gemini/Claude/Codex compatible API service, allowing you to enjoy the free Gemini 3.1 Pro, GPT 5.6 Series, Grok 4.5, Claude model through API

48,3767,452Go
API Integration
查看详情

sub2api

by Wei-Shaw

Sub2API 一站式开源中转服务,让 Claude、Openai 、Gemini、Grok订阅统一接入,支持拼车共享,更高效分摊成本,原生工具无缝使用。

38,8308,041Go
API Integration
查看详情

claude-code-hub

by ding113

一个现代化的 Claude Code & Codex API 代理服务,提供智能负载均衡、用户管理和使用统计功能。

3,328387TypeScript
API Integration
查看详情

cc-gateway

by motiful

AI API identity gateway — reverse proxy that normalizes device fingerprints and telemetry for privacy-preserving API proxying

3,013501TypeScript
API Integration
查看详情

octopus

by bestruirui

One Hub All LLMs For You | 为个人打造的 LLM API 聚合网关

2,483394TypeScript
API Integration
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情