"Delegates an explicit analysis, review, or second-opinion request after checking the configured Ollama endpoint and requiring consent for non-loopback destinations. Use only when the user asks for Ollama; do not start a server or download a model without consent."
Resources
1Install
npx skillscat add gopherguides/gopher-ai/ollama Install via the SkillsCat registry.
Delegates a prompt to a configured Ollama endpoint for a second-opinion or review task, only when the user explicitly requests Ollama. It checks the endpoint and requires consent before sending requests to non-loopback destinations, avoiding unintended server startup or model downloads.
Ollama
Plugin Resource Resolution
<PLUGIN_ROOT> is notation. Replace it with a concrete absolute plugin root
before every resource read or command:
- Codex: Start from the directory containing the absolute selected
SKILL.mdpath, then ascend two directories (skills/<name>to plugin root). - Claude Code: Bind it to the injected
${CLAUDE_PLUGIN_ROOT}value.
Read both files completely, then apply the adapter while following the command
body:
<PLUGIN_ROOT>/lib/codex-command-adapter.md<PLUGIN_ROOT>/commands/ollama.md