golem-deploy

Deploy and update Golem applications by building components and uploading artifacts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you deploy, update, and troubleshoot a Golem application without manually coordinating builds, uploads, and activation steps across local components and the Golem server.

Core Features & Use Cases

  • One-command deployment: Builds components, stages changes, uploads updated artifacts, and deploys them so agents can be created and invoked.
  • Controlled impact on running agents: Preserves existing running agents by default while offering options to update agents, redeploy agents, or reset the environment.
  • Preview and validation tooling: Supports a plan mode to preview what would change before applying it.
  • Use case: You finish iterating on an agent’s component code and want to redeploy the application so new agent invocations use the latest version, while optionally updating existing agents.

Quick Start

Run the deployment from your application root by executing the command golem deploy --yes.

Frequently Asked Questions about golem-deploy

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

FAQPage Schema
How do I deploy a Golem application from the command line?

To deploy a Golem application, run the `golem deploy` command from your application root directory containing `golem.yaml`.

Can I update existing running agents during a Golem deployment?

Yes, you can update running agents during a Golem deployment by using the `--update-agents` flag. By default, the deployment preserves existing running agents.

How do I preview deployment changes before applying them to the Golem server?

You can preview deployment changes before applying them by running `golem deploy` with the `--plan` flag for dry-run planning.

What is the best way to redeploy agents with the latest component code in Golem?

The best way to redeploy agents with the latest component code in Golem is using the `--redeploy-agents` flag with `golem deploy`.

Does Golem deployment require a specific configuration file in the application root?

Yes, Golem deployment requires a `golem.yaml` configuration file located in the application root directory.

When should I use the reset environment option during a Golem agent deployment?

You should use the `--reset` flag during iterative development when you need to completely reset the Golem environment.