golem-debug-agent-history

Query and inspect agent operation logs with Lucene text searches.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables users to query and analyze the operation logs of agents, facilitating debugging and performance tracking.

Core Features & Use Cases

  • Log Querying: Retrieve detailed agent operation entries, including creation, invocation, and error events.
  • Search and Filter: Search logs with Lucene queries or specific entry indices, aiding troubleshooting.
  • Use Case: Debug an agent performing unexpected behavior by examining its recorded history and command executions.

Quick Start

Load the golem-agent-oplog skill and run golem agent oplog <AGENT_ID> --query "error" to find recent error entries.

Frequently Asked Questions about golem-debug-agent-history

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

FAQPage Schema
How do I search agent operation logs to troubleshoot unexpected behavior?

To search agent operation logs for troubleshooting, you can query detailed entries of creation, invocation, and error events using Lucene text queries or specific entry indices to inspect recorded agent history and command executions.

What is the best way to debug an agent performing unexpected actions in a distributed system?

Debugging an agent in a distributed system involves querying and inspecting its operation logs to examine recorded history and command executions, ensuring secure and comprehensive access to log data for diagnostics.

Can I filter agent logs using Lucene queries to find specific error events?

Yes, you can filter agent logs using Lucene queries to find specific error events, allowing you to retrieve detailed operation entries and perform comprehensive troubleshooting across various agent types.

Does agent log querying work across different agent types and use cases?

Agent log querying supports various agent types and use cases, enabling detailed inspection of operation logs for debugging, analysis, and troubleshooting of agent behaviors within distributed systems.

How do I retrieve a specific agent operation entry by its index?

You can retrieve a specific agent operation entry by searching logs with specific entry indices, which aids in pinpointing exact creation, invocation, or error events during troubleshooting.