golem-view-agent-files

List and inspect files in a running agent's virtual filesystem using the golem CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables users to list and examine files within an agent’s virtual filesystem, simplifying debugging and management of agent data.

Core Features & Use Cases

  • File Listing: Retrieve directory contents of a specified agent, including subdirectory details.
  • Agent Inspection: Support for inspecting agent data for debugging or auditing purposes.
  • Use Case: A developer wants to verify the files stored in a running agent to troubleshoot issues or review stored data.

Quick Start

To list files in an agent called 'CounterAgent("c1")' at the root directory, run 'golem agent files CounterAgent("c1")'.

Frequently Asked Questions about golem-view-agent-files

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

FAQPage Schema
How do I inspect files within a running agent's virtual filesystem?

To inspect files within a running agent's virtual filesystem, you can use the golem CLI tool to retrieve directory contents and review agent data structures for debugging or auditing purposes.

What is the best way to list directory contents of a specified agent?

The best way to list directory contents of a specified agent is by executing the golem agent files command, which provides a quick start method to retrieve subdirectory details and root directory structures.

Do I need the golem CLI tool to view agent filesystem contents?

Yes, you need the golem CLI tool to interact with and view agent filesystem contents, as it provides the necessary commands to facilitate the inspection of running agent data structures.

Can I get JSON output for detailed agent filesystem inspection?

Yes, you can get JSON output for detailed agent filesystem inspection, which aids in verifying agent data structures and content during debugging or system management tasks.

When do I need to inspect an agent's virtual filesystem?

You need to inspect an agent's virtual filesystem when you are troubleshooting issues, verifying stored data structures, or auditing agent data to ensure proper system management and debugging.