{"id":51447445,"url":"https://github.com/yilibinbin/external-models-for-claude","last_synced_at":"2026-07-05T17:30:38.095Z","repository":{"id":366210105,"uuid":"1273091696","full_name":"yilibinbin/external-models-for-claude","owner":"yilibinbin","description":"Claude Code marketplace for external model workflows: OpenAI Codex, Gemini CLI, and Google Antigravity.","archived":false,"fork":false,"pushed_at":"2026-06-20T18:18:16.000Z","size":390,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-20T20:08:06.597Z","etag":null,"topics":["antigravity","claude-code","code-review","codex","gemini","multi-model","plugins"],"latest_commit_sha":null,"homepage":"https://github.com/yilibinbin/external-models-for-claude","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yilibinbin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-18T07:46:09.000Z","updated_at":"2026-06-20T18:18:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yilibinbin/external-models-for-claude","commit_stats":null,"previous_names":["yilibinbin/external-models-for-claude"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/yilibinbin/external-models-for-claude","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilibinbin%2Fexternal-models-for-claude","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilibinbin%2Fexternal-models-for-claude/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilibinbin%2Fexternal-models-for-claude/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilibinbin%2Fexternal-models-for-claude/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yilibinbin","download_url":"https://codeload.github.com/yilibinbin/external-models-for-claude/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilibinbin%2Fexternal-models-for-claude/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35163846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-05T02:00:06.290Z","response_time":100,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["antigravity","claude-code","code-review","codex","gemini","multi-model","plugins"],"created_at":"2026-07-05T17:30:37.535Z","updated_at":"2026-07-05T17:30:38.090Z","avatar_url":"https://github.com/yilibinbin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# External Models for Claude\n\nClaude Code marketplace for external model workflows.\n\nThis repository packages four Claude Code plugins:\n\n| Plugin | Source | Purpose |\n|--------|--------|---------|\n| `codex` | OpenAI official plugin from `openai/codex-plugin-cc` | Use Codex from Claude Code for review and task delegation. |\n| `gemini-for-claude` | This repository | Use Gemini CLI from Claude Code for read-only review, planning, scorecards, role-pack review teams, jobs, and opt-in stop gates. |\n| `antigravity-for-claude` | This repository | Use Antigravity CLI from Claude Code for read-only review, planning, scorecards, jobs, and explicit Gemini or Claude provider selection. |\n| `claude-for-claude` | This repository | Use an isolated Claude CLI child process from Claude Code for read-only review, planning, role-pack teams, jobs, and opt-in stop gates. |\n\n## Install\n\nAdd the marketplace:\n\n```bash\nclaude plugin marketplace add yilibinbin/external-models-for-claude --scope user\n```\n\nInstall one or more plugins:\n\n```bash\nclaude plugin install codex@external-models-for-claude --scope user\nclaude plugin install gemini-for-claude@external-models-for-claude --scope user\nclaude plugin install antigravity-for-claude@external-models-for-claude --scope user\nclaude plugin install claude-for-claude@external-models-for-claude --scope user\n```\n\nReload Claude Code plugins after installation.\n\n## Codex for Claude\n\nThe `codex` plugin in this marketplace is a local Apache-2.0 extension of the OpenAI-authored Codex Claude Code plugin files bundled under `plugins/codex`. OpenAI attribution, `LICENSE`, and `NOTICE` are preserved; local extensions are documented in `plugins/codex/FORK_NOTICE.md` without asserting unverified upstream lineage.\n\n### Codex for Claude extended commands\n\n- `/codex:doctor` checks local readiness without running a model request.\n- `/codex:github-actions render|init|validate` creates a safe pull-request review workflow template. In this release it remains preview/advisory until release-host Codex CLI version and stdin auth contracts are verified.\n- `/codex:multi-review` runs focused Codex read-only review passes using role packs.\n- `/codex:multi-review` holds one model-call capacity slot for the entire sequential role run. Each role is still a separate sequential Codex turn, so the default five-role pack can issue five Codex turns under that one slot. With model-call limit `1`, it can block normal foreground review commands. With the default limit `2`, one multi-review normally leaves one slot, but two concurrent model-call commands can saturate the pool and make a third foreground review return `capacity_blocked`. Stop-gate review uses a separate `stop-gate` capacity slot.\n- `--quality fast|standard|strong|max` is Codex-native and affects task, adversarial-review, and multi-review reasoning effort. Native `/codex:review` records only the visible job-summary label and has zero runtime effect.\n- Unknown flags on review/task commands are rejected. Use `--` before prompt or focus text that intentionally starts with flag-like tokens.\n- `/codex:setup` keeps the optional Stop review gate fail-closed by default for tool, auth, timeout, capacity, and invalid-output failures. Set `stopReviewGateFailOpen` only when editor availability is preferred over strict Stop gating.\n\n## Requirements\n\n- Claude Code with plugin support.\n- Node.js 18.18 or later.\n- For `codex`: Codex CLI authentication as documented by OpenAI's official plugin.\n- For `gemini-for-claude`: Gemini CLI installed and authenticated.\n- For `antigravity-for-claude`: Antigravity CLI (`agy`) installed and authenticated for the selected provider.\n- For `claude-for-claude`: Claude CLI installed and authenticated.\n\n## Common Commands\n\n```bash\n/codex:setup\n/codex:review\n/codex:rescue investigate the failing test\n\n/gemini-for-claude:setup\n/gemini-for-claude:review\n/gemini-for-claude:multi-review --roles correctness,security,tests\n\n/antigravity-for-claude:setup\n/antigravity-for-claude:review --model-provider gemini\n/antigravity-for-claude:review --model-provider claude\n\n/claude-for-claude:doctor\n/claude-for-claude:review --model sonnet\n/claude-for-claude:multi-review --roles correctness,security,tests\n```\n\n## Notes\n\n- The `codex` plugin is OpenAI's official Apache-2.0 plugin copied from `openai/codex-plugin-cc`; its license and notice files remain under `plugins/codex`.\n- The root MIT license covers the marketplace files and the `gemini-for-claude`, `antigravity-for-claude`, and `claude-for-claude` plugins maintained here.\n- Hooks are opt-in where the individual plugin documents them. Codex Stop review gates fail closed by default; check each plugin's documentation for its own gate posture.\n\n## 中文说明\n\n这是一个面向 Claude Code 的外部模型插件市场，集中提供 Codex、Gemini CLI、Antigravity CLI、隔离 Claude CLI 子进程四类互补工作流。\n\n安装市场：\n\n```bash\nclaude plugin marketplace add yilibinbin/external-models-for-claude --scope user\n```\n\n安装插件：\n\n```bash\nclaude plugin install codex@external-models-for-claude --scope user\nclaude plugin install gemini-for-claude@external-models-for-claude --scope user\nclaude plugin install antigravity-for-claude@external-models-for-claude --scope user\nclaude plugin install claude-for-claude@external-models-for-claude --scope user\n```\n\n安装后重载 Claude Code 插件。`codex` 是 OpenAI 官方 Claude Code 插件的本地扩展版本；`gemini-for-claude`、`antigravity-for-claude` 和 `claude-for-claude` 是本仓库维护的 Claude 原生外部模型审阅、规划和协作流程。\n\n### Codex for Claude\n\nThe `codex` plugin in this marketplace is a local Apache-2.0 extension of the OpenAI-authored Codex Claude Code plugin files bundled under `plugins/codex`. OpenAI attribution, `LICENSE`, and `NOTICE` are preserved; local extensions are documented in `plugins/codex/FORK_NOTICE.md` without asserting unverified upstream lineage.\n\nMore documentation:\n\n- English: [docs/README.en.md](docs/README.en.md)\n- 中文: [docs/README.zh-CN.md](docs/README.zh-CN.md)\n- Third-party notices: [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyilibinbin%2Fexternal-models-for-claude","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyilibinbin%2Fexternal-models-for-claude","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyilibinbin%2Fexternal-models-for-claude/lists"}