Result banner
xiaolai xiaolai

Result

Development community

Description

--- name: result description: Fetch stored output from a completed Codex job argument-hint: "[job-id]" --- ## User Input ```text $ARGUMENTS ``` ## Workflow ### Step 1: Resolve the job Parse `$ARGUMENTS` to find the job: | Input | Action | |-------|--------| | (empty) | Show the most recent completed job for this session | | `<job-id>` | Show results for the specified job (prefix match supported) | If the job is still running: ``` Job {id} is still running. Check /codex-toolkit:status and

Installation

Installs to ~/.claude/skills/xiaolai-codex-toolkit-for-claude-result/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xiaolai-codex-toolkit-for-claude-result && curl -fsSL https://raw.githubusercontent.com/xiaolai/codex-toolkit-for-claude/HEAD/commands/result.md -o ~/.claude/skills/xiaolai-codex-toolkit-for-claude-result/SKILL.md

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

Full documentation available on GitHub

View Source Repository