golem-delete-agent

Delete agent instances and permanently remove their oplog and memory state.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes an agent instance and its associated runtime state when you need to clean up resources that are no longer needed.

Core Features & Use Cases

  • Deletes agent instances: Permanently removes an agent and all associated state such as oplog and memory.
  • Works across interfaces: Supports both golem and golem-cli commands.
  • Environment-aware deletion: Lets you target agents by environment-specific agent IDs.

Quick Start

Run the deletion command using golem agent delete with your target agent ID in the format required by your agent language.

Frequently Asked Questions about golem-delete-agent

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

FAQPage Schema
How do I delete a Golem agent instance from the CLI?

To delete a Golem agent instance, run the golem agent delete command with a valid <AGENT_ID>. This permanently removes the agent and its associated state, including oplog and memory.

What happens to oplog and memory when I remove a Golem agent?

Removing a Golem agent permanently deletes its associated runtime state, which includes both the oplog and memory. This cleanup action ensures resources are fully released.

Can I delete an idle or running Golem agent using golem-cli?

Yes, you can delete both running and idle Golem agents using golem-cli. The deletion command applies to cleanup scenarios across both golem and golem-cli workflows.

Does Golem agent deletion support environment-scoped agent IDs?

Yes, Golem agent deletion supports environment-aware deletion by letting you target agents using environment-specific agent IDs. You must issue the command with an ID matching the agent language’s invocation format.

What format does the agent ID need to be in to remove a Golem agent state?

The agent ID must be a valid <AGENT_ID> matching the agent language’s invocation format. Issuing the correct agent delete command with this valid ID ensures the agent state is successfully removed.