Codex Request banner
verivus-oss verivus-oss

Codex Request

AI community

Description

--- description: Delegate a task to Codex via the LLM gateway argument-hint: '<prompt>' --- Send a request through the llm-gateway MCP server's codex_request tool. Raw arguments: `$ARGUMENTS` Use the llm-gateway's `codex_request` MCP tool to execute this prompt. Pass the raw arguments as the prompt. Do not pass `fullAuto`. It is deprecated compatibility shorthand that expands to `--sandbox workspace-write`, so defaulting to it silently grants write access. Pass `sandboxMode` explicitly on a

Installation

Installs to ~/.claude/skills/verivus-oss-llm-cli-gateway-codex-request/SKILL.md

Terminal
mkdir -p ~/.claude/skills/verivus-oss-llm-cli-gateway-codex-request && curl -fsSL https://raw.githubusercontent.com/verivus-oss/llm-cli-gateway/HEAD/commands/codex-request.md -o ~/.claude/skills/verivus-oss-llm-cli-gateway-codex-request/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository