oa-state-collect

Collect and monitor agent output within the Open-Agents framework.

4|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/OpenAEC-Foundation/Open-Agents --skill oa-state-collect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oa-state-collect
Source: https://github.com/OpenAEC-Foundation/Open-Agents/tree/main/.claude/skills/oa-state-collect
Command: npx skills add https://github.com/OpenAEC-Foundation/Open-Agents --skill oa-state-collect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides deterministic methods for retrieving completed agent outputs, understanding where to find agent results, and choosing the correct command for interacting with agent output.

Core Features & Use Cases

  • Collect Output: Safely retrieve the final output of a completed agent.
  • Monitor Progress: Stream live output from a running agent.
  • Interactive Inspection: Attach to a running agent's terminal session.
  • Use Case: After running a complex agent that generates a report, use oa collect to get the report content directly into your current terminal session.

Quick Start

Use the oa collect command to retrieve the output from the agent named 'my-agent'.

Frequently Asked Questions about oa-state-collect

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

FAQPage Schema
How do I retrieve completed agent output in the Open-Agents framework?

To retrieve completed agent output, use the deterministic collect command to safely extract final results and locate output files for post-execution analysis within the Open-Agents framework.

What is the difference between collect, watch, and attach commands for agent monitoring?

Collect retrieves final output from completed agents, watch streams live output from running agents, and attach connects interactively to a running agent's terminal session for inspection.

How can I stream live output from a running agent?

Stream live output from a running agent by using the watch command, which monitors agent status and provides real-time progress updates during task execution.

Does the collect command work with agents that are still running?

The collect command is designed to safely retrieve final output from completed agents. For running agents, use watch to stream live output or attach to inspect the active terminal session.

Where do I find the output files generated by my agent?

The Open-Agents framework provides deterministic methods to understand output file locations, allowing you to retrieve generated reports directly into your current terminal session using collect.