golem-cloud-account-setup

Configure Golem Cloud CLI authentication and deploy apps via golem.yaml.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you set up a Golem Cloud account and CLI authentication so you can deploy agents to the hosted cloud environment without getting stuck on initial configuration.

Core Features & Use Cases

  • Create and use a cloud profile: Uses the built-in cloud profile and supports custom cloud endpoints when needed.
  • Authenticate via GitHub OAuth2: Guides first-time authentication and stores the resulting token in your local CLI profile.
  • Manage account and API tokens: Lets you update account details and create static API tokens for non-interactive environments like CI/CD.
  • Configure app deployment to cloud: Adds a cloud environment to your golem.yaml and runs the first cloud deploy.

Use case example: You are onboarding a new repository and want to deploy your agents to Golem Cloud from CI without manual browser logins by using a static token and the cloud environment in golem.yaml.

Quick Start

Create and authenticate your cloud profile, then deploy to cloud by running golem -C deploy.

Frequently Asked Questions about golem-cloud-account-setup

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

FAQPage Schema
How do I set up Golem Cloud CLI authentication for my first deployment?

To set up Golem Cloud CLI authentication, you create a cloud profile, complete GitHub OAuth2 device authentication, and store the resulting token in your local CLI configuration to enable successful cloud deployments.

How do I deploy agents to Golem Cloud from a CI/CD pipeline without manual browser logins?

You can deploy agents to Golem Cloud from CI/CD by creating a static API token for non-interactive environments and configuring a cloud environment mapping in your golem.yaml file to route deploy commands to the cloud server.

Can I use a custom cloud endpoint profile instead of the built-in one for Golem CLI?

Yes, Golem Cloud account setup supports using the built-in cloud profile and also allows you to configure custom cloud endpoints when needed for your specific deployment environment.

How do I configure golem.yaml to route application deployments to the cloud environment?

You configure golem.yaml by adding a cloud environment mapping that routes your deploy commands directly to the Golem Cloud server, allowing you to run your first cloud deploy using the golem -C deploy command.

Do I need GitHub OAuth2 to manage API tokens for Golem Cloud?

You need GitHub OAuth2 for first-time interactive authentication to generate your initial local CLI profile token, but you can subsequently create and manage static API tokens for non-interactive environments like CI/CD without repeated browser logins.