relay

Construct a Codex request, invoke Codex, and return the response via a single relay command.

1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/chrisliu298/dotfiles --skill relay-chrisliu298
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: relay
Source: https://github.com/chrisliu298/dotfiles/tree/main/agents/extensions/skills/relay/claude
Command: npx skills add https://github.com/chrisliu298/dotfiles --skill relay-chrisliu298

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Relay provides a single, canonical interface to call Codex, so AI agents and users can trigger Codex interactions without invoking the codex CLI directly.

Core Features & Use Cases

  • One command to generate the request, invoke Codex, and print the response.
  • Triggers on phrases like "ask codex", "have codex", "send to codex", "delegate to codex", "second opinion", and "relay".
  • Ideal for agent workflows where Codex input or validation is required, including second opinions, code review, or decision support.

Quick Start

Use the relay call to send a task to Codex and print its response.

Frequently Asked Questions about relay

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Codex into my AI agent workflow without using the CLI directly?

To integrate Codex into an AI agent workflow, you can use a relay command that constructs the request, invokes Codex, and returns the response automatically. This prevents agents from needing direct CLI access.

What is the best way to get a second opinion from Codex during an automated task?

The best way to get a second opinion from Codex is to trigger a relay command using phrases like "ask codex" or "second opinion". This delegates the prompt to Codex and prints its validation response.

Can I use a single command to ask Codex for code review or decision support?

Yes, you can use a single relay command to ask Codex for code review or decision support. It handles request generation, Codex invocation, and response printing in one step.

Does the relay command detect caller and peer context automatically when delegating to Codex?

Yes, the relay command detects caller and peer context automatically when delegating to Codex. This ensures Codex receives the necessary background information to provide accurate responses.

When should I avoid calling Codex directly from my command-line agents?

You should avoid calling Codex directly from command-line agents when a canonical interface is required. Using a relay command ensures structured invocation, automatic context detection, and consistent response handling.