golem-get-agent-metadata

Retrieve golem agent metadata, status, and update history for an AGENT_ID.

Updated May 17, 2026
One-click install
npx skills add https://github.com/Rust-soham/golem-claw --skill golem-get-agent-metadata-rust-soham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golem-get-agent-metadata
Source: https://github.com/Rust-soham/golem-claw/tree/main/packages/golem/.agents/skills/golem-get-agent-metadata
Command: npx skills add https://github.com/Rust-soham/golem-claw --skill golem-get-agent-metadata-rust-soham

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly diagnose why a golem agent is behaving a certain way by surfacing its current metadata, runtime status, and update history.

Core Features & Use Cases

  • Fetch live agent metadata: Retrieve component name, revision, agent name, creation time, and resource sizing details to confirm you are looking at the right deployed version.
  • Understand runtime state: Inspect status (including retry/exited/failed states), pending invocation counts, last error, and environment variables when present to pinpoint operational issues.
  • Track changes over time: Review successful, failed, and pending updates to correlate regressions or unexpected behavior with recent deployments.

Quick Start

Run golem agent get <AGENT_ID> to display the agent’s current metadata, status, and update history.

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 my golem agent status and metadata for troubleshooting?

To check golem agent status and metadata for troubleshooting, run the golem agent get command with the appropriate AGENT_ID to retrieve current status, retry/pending counts, last error, and update history.

What runtime details can I inspect when debugging a golem agent?

When debugging a golem agent, you can inspect runtime details including component name, revision, agent name, creation time, resource sizing, pending invocation counts, last error, and environment variables.

How do I track update history and component revisions for a golem agent?

You can track update history and component revisions for a golem agent by fetching its metadata, which displays successful, failed, and pending updates to help correlate regressions with recent deployments.

Can I retrieve environment variables and pending invocations from a golem agent?

Yes, you can retrieve environment variables and pending invocation counts from a golem agent by running the golem agent get command, which surfaces current operational state and environment details when present.

Does the golem agent metadata inspection work with both golem CLI and golem binaries?

Yes, golem agent metadata inspection works across supported golem CLI and golem binaries, allowing you to retrieve agent state, update outcomes, and operational details using the golem agent get command.

Why is my golem agent failing, and how do I find the last error?

To find why your golem agent is failing, inspect its metadata to surface the last error, current status including exited or failed states, and retry counts to pinpoint operational issues.