golem-get-agent-metadata

Retrieve Golem agent metadata including status, environment variables, and update history.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables users to check detailed metadata and current status information of agents within the Golem ecosystem, facilitating efficient monitoring and troubleshooting.

Core Features & Use Cases

  • Agent Inspection: Retrieve comprehensive metadata including component details, environment variables, status, retries, and update history.
  • System Monitoring: Use for auditing agent states and diagnosing issues in agent-based systems for developers and operators.
  • Use Case: A developer wants to verify the deployment status of a specific agent to ensure it is running with the correct version and environment settings.

Quick Start

Check the metadata of an agent by running golem agent get <AGENT_ID> in your command line interface to retrieve real-time status and configuration details.

Frequently Asked Questions about golem-get-agent-metadata

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

FAQPage Schema
How do I check the status of a Golem agent?

To check Golem agent status, run the command `golem agent get <AGENT_ID>` in your command line interface. This retrieves real-time metadata, including current state, retries, and environment variables for system monitoring.

What metadata can I inspect for agents in a distributed environment?

Agent metadata inspection in distributed environments retrieves component details, environment variables, status, retries, and update history. This detailed state information facilitates auditing and diagnosing issues in agent-based systems.

How do I verify an agent's deployment version and environment settings?

Verifying agent deployment versions and environment settings requires querying the agent using `golem agent get <AGENT_ID>`. The command returns comprehensive metadata to confirm the running version matches expected configuration settings.

Can I use golem-cli commands to troubleshoot agent update history?

Yes, you can troubleshoot agent update history using golem-cli commands. Running `golem agent get <AGENT_ID>` queries the agent directly, providing update history and retry counts needed for diagnosing deployment issues.

Does retrieving agent metadata require any additional dependencies?

Retrieving agent metadata requires no additional dependencies. The Skill operates independently using scripts that execute golem-cli commands to query agent information directly from the distributed environment.

When do I need to inspect agent state in the Golem ecosystem?

You need to inspect agent state in the Golem ecosystem when monitoring system health or troubleshooting failures. Detailed metadata retrieval helps operators verify deployments and ensure agents run correct versions and settings.