golem-view-agent-logs

Stream agent stdout, stderr, and logs in real time via WebSocket.

1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-view-agent-logs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golem-view-agent-logs
Source: https://github.com/justcoon/golem-shopping-ts/tree/main/.agents/skills/golem-view-agent-logs
Command: npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-view-agent-logs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Facilitates real-time observation of agent logs and output, enabling users to monitor agent activity and troubleshoot issues efficiently.

Core Features & Use Cases

  • Live Stream Logs: Connects to running agents to stream stdout, stderr, and logs through WebSocket, providing immediate insight into agent behavior.
  • Invocation Monitoring: Streams are used during agent invocation to observe log output and diagnose runtime issues instantly.
  • Use Case: A developer wants to troubleshoot a specific agent by streaming its outputs live to identify errors or performance bottlenecks during execution.

Quick Start

Use the skill to connect to an active agent and stream its logs to observe output in real time.

Frequently Asked Questions about golem-view-agent-logs

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

FAQPage Schema
How do I stream agent logs in real time for debugging?

To stream agent logs in real time, the skill connects to running agents via WebSocket to stream stdout, stderr, and logs, providing immediate insight into agent behavior for troubleshooting.

What is the best way to monitor agent invocation output live?

Monitoring agent invocation output live is achieved by using streams during agent invocation to observe log output and diagnose runtime issues instantly as they occur across agent-based systems.

Can I use this to diagnose agent performance bottlenecks during execution?

Yes, you can diagnose agent performance bottlenecks during execution by streaming agent outputs live to identify errors and analyze performance across agent-based systems.

Do I need a running agent to view stdout and stderr streams?

Yes, you need an active, running agent to connect and stream its stdout and stderr output, enabling real-time observation of agent activity and troubleshooting.

Why use WebSocket for agent log monitoring instead of batch log files?

WebSocket is used for agent log monitoring to provide live stream logs and immediate insight into agent behavior, unlike batch log files which lack real-time observation for diagnostics.