result

Retrieve stored final stdout output for a completed Claude Code job by job-id.

161|28|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/sendbird/cc-plugin-codex --skill result
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: result
Source: https://github.com/sendbird/cc-plugin-codex/tree/main/skills/result
Command: npx skills add https://github.com/sendbird/cc-plugin-codex --skill result

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve and display the stored final output for a finished Claude Code job, enabling quick review without re-running analyses.

Core Features & Use Cases

  • Direct access to the full final output for a completed Claude Code job.
  • No summarization: presentation is exact stdout as produced by the companion tool.
  • Use Case: When you know the job-id and need to verify outputs or share the exact logs with teammates.

Quick Start

Run the installed plugin's result command with your job-id to view the final output.

Frequently Asked Questions about result

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

FAQPage Schema
How do I retrieve final output for a finished Claude Code job?

You can retrieve the final output for a finished Claude Code job by executing the installed companion script's result command with your specific job-id. This returns the exact stored stdout as-is, avoiding the need to re-run the analysis.

Can I view Claude Code job stdout without re-running the analysis?

Yes, you can view Claude Code job stdout without re-running analysis by using the result command. It directly retrieves and displays the stored final output for a completed job, identified by its job-id, exactly as originally produced.

Does the result command summarize the Claude Code companion stdout?

No, the result command does not summarize the Claude Code companion stdout. It retrieves and presents the exact, full stdout produced by the companion tool for the completed job without any summarization or modification.

How do I find the exact logs for a completed Claude Code job using a job-id?

To find the exact logs for a completed Claude Code job, provide the job-id to the result command. The solution executes the companion script and returns the full final output stdout as-is, making it easy to verify outputs or share logs.

Do I need any dependencies to retrieve the stored output of a Claude Code job?

No external dependencies are required to retrieve the stored output of a Claude Code job. The solution executes the installed companion script directly via node, requiring only the job-id to fetch and return the full final output stdout.