llm-tools
v1.9.0Multi-LLM integration for second opinions and task delegation
By Gopher GuidesLicense: MIT21 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 1, 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 llm-tools for Codex and Claude Code
codex plugin marketplace add gopherguides/gopher-ai
codex plugin marketplace upgrade gopher-ai
codex plugin add llm-tools@gopher-aiPaste and run these commands in a terminal with Codex. They add and refresh the gopher-ai catalog, then install this plugin.
Compatibility: the page URL and API slug “llm-tools” remain stable.
- Codex:
llm-tools@agent-plugin-marketplace→llm-tools@gopher-ai
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/gopherguides/gopher-aiClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/llm-tools/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/gemini-image/SKILL.md└── skills/second-opinion/SKILL.md
Included Skills2
Generate images via the Google Gemini API. Supports GA model selection, aspect ratios, resolutions (512/1K/2K/4K), batch generation, image editing. Trigger when user wants AI-generated visual output: image, picture, photo, graphic, illustration, banner, logo, icon, thumbnail, header, hero image. SKIP screenshot inspection or image analysis with no generation/edit request.
Get a second LLM opinion via codex/gemini/ollama on architectural decisions, design trade-offs, library or framework choices, and security-sensitive code. Use when uncertain on a 'should I' call, want a sanity check before a high-stakes commit, or facing a contested code review. SKIP for routine questions where one model's answer is clearly sufficient.
Plugin manifests2
{
"name": "llm-tools",
"version": "1.9.0",
"description": "Multi-LLM integration for second opinions and task delegation",
"author": {
"name": "Gopher Guides",
"email": "[email protected]"
},
"homepage": "https://gopherguides.com",
"repository": "https://github.com/gopherguides/gopher-ai",
"license": "MIT",
"keywords": [
"llm",
"openai",
"codex",
"gemini",
"ollama",
"multi-model",
"second-opinion"
],
"skills": "./skills/",
"interface": {
"displayName": "LLM Tools",
"shortDescription": "Multi-LLM integration for second opinions and task delegation",
"developerName": "Gopher Guides",
"category": "Productivity"
}
}{
"name": "llm-tools",
"description": "Multi-LLM integration for second opinions and task delegation",
"version": "1.9.0",
"author": {
"name": "Gopher Guides",
"email": "[email protected]"
},
"homepage": "https://gopherguides.com",
"repository": "https://github.com/gopherguides/gopher-ai",
"license": "MIT",
"keywords": [
"llm",
"openai",
"codex",
"gemini",
"ollama",
"multi-model",
"second-opinion",
"image-generation",
"gemini-image"
]
}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.
[llm-tools on Agent Plugins Marketplace](https://pluginsmp.com/plugins/llm-tools)