other-models
v0.2.0Call another model harness (Gemini via Antigravity agy, OpenAI Codex) headlessly: prompt in, bare answer out.
By Amir Arad0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 19, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install other-models for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install other-models@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/amir-arad/claude-aradClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/other-models/.
Plugin files
├── .claude-plugin/plugin.json└── skills/ask-model/SKILL.md
Included Skills1
Call another model harness headlessly — Gemini (and other models) via the Antigravity `agy` CLI, or OpenAI Codex via `codex` — and get the bare answer on stdout. Use for any "ask Gemini/Codex" step, a second opinion, a cross-model check, or delegating a sub-task to a different model. Parallel-safe (one process per call).
Plugin manifests1
{
"name": "other-models",
"version": "0.2.0",
"description": "Call another model harness (Gemini via Antigravity agy, OpenAI Codex) headlessly: prompt in, bare answer out.",
"author": {
"name": "Amir Arad",
"email": "[email protected]"
},
"keywords": [
"gemini",
"codex",
"agy",
"second-model",
"cross-model"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[other-models on Agent Plugins Marketplace](https://pluginsmp.com/plugins/other-models)