golemcloud/golem

Golem Cloud is the agent-native platform for building AI agents and distributed applications that never lose state, never duplicate work, and never require you to build infrastructure.

1.5kStars on the repository
200Mods indexed here, across every type
todayLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

golemcloud/golem

Skill Claude CodeCodex

Scheduling a future invocation of a MoonBit Golem agent via CLI. Use when asked to schedule, delay, or set a timer for an agent method call.

not rated 1.5k +4 today A 41 tokens

golemcloud/golem

Skill Claude CodeCodex

Scheduling a future agent invocation from within MoonBit agent code. Use when the user asks to schedule, delay, or set a timer for calling another agent at a future time.

not rated 1.5k +4 today A 46 tokens

golemcloud/golem

Skill Claude CodeCodex

Creating ephemeral (stateless) agents in a MoonBit Golem project. Use when the user wants a stateless agent, a fresh instance per invocation, no shared state between calls, or a request-handler style agent.

not rated 1.5k +4 today A 53 tokens

golemcloud/golem

Skill Claude CodeCodex

Triggering a fire-and-forget invocation of a MoonBit Golem agent. Use when asked to trigger, fire, or enqueue a method call without waiting for the result.

not rated 1.5k +4 today A 43 tokens

golemcloud/golem

Skill Claude CodeCodex

Waiting for external input using Golem promises in a MoonBit Golem project. Use when the user asks about promises, waiting for external events, human-in-the-loop workflows, pausing an agent until an external signal, or suspending execution until data arrives from outside.

not rated 1.5k +4 today A 66 tokens

golem-add-agent-rust

102

golemcloud/golem

Skill Claude CodeCodex

Adding a new Rust agent to a Golem component. Use when the user asks to create, add, or define a new agent type, implement an agent trait, or add agent methods in a Rust Golem project.

not rated 1.5k +4 today A 51 tokens

golem-add-config-rust

103

golemcloud/golem

Skill Claude CodeCodex

Adding typed configuration to a Rust Golem agent. Use when the user asks about agent config, Config , ConfigSchema, #[agentconfig], or passing configuration values to agents.

not rated 1.5k +4 today A 43 tokens

golem-add-cors-rust

104

golemcloud/golem

Skill Claude CodeCodex

Configuring CORS for Rust HTTP endpoints. Use when the user asks to enable CORS, allow cross-origin requests, or configure allowed origins for HTTP endpoints.

not rated 1.5k +4 today A 40 tokens

golemcloud/golem

Skill Claude CodeCodex

Enabling authentication on Rust HTTP endpoints. Use when the user asks to add auth, require authentication, or protect HTTP endpoints.

not rated 1.5k +4 today A 33 tokens

golemcloud/golem

Skill Claude CodeCodex

Exposing a Rust Golem agent over HTTP. Use when the user asks to add HTTP endpoints, mount an agent to a URL path, or expose agent methods as a REST API.

not rated 1.5k +4 today A 46 tokens

golem-add-ignite-rust

107

golemcloud/golem

Skill Claude CodeCodex

Using golem:rdbms/ignite2 from a Rust Golem agent. Use when the user asks to connect to Apache Ignite 2, run SQL over Ignite, or use Ignite from Rust agent code.

not rated 1.5k +4 today A 50 tokens

golem-add-llm-rust

108

golemcloud/golem

Skill Claude CodeCodex

Adding LLM and AI capabilities to a Rust Golem agent. Use when the user wants to add LLM chat, embeddings, web search, vector DB, graph DB, document search, video generation, speech-to-text, text-to-speech, or any AI provider integration.

not rated 1.5k +4 today A 65 tokens

golem-add-mysql-rust

109

golemcloud/golem

Skill Claude CodeCodex

Using golem:rdbms/mysql from a Rust Golem agent. Use when the user asks to connect to MySQL, run SQL, execute a MySQL transaction, or use MySQL from Rust agent code.

not rated 1.5k +4 today A 51 tokens

golemcloud/golem

Skill Claude CodeCodex

Using golem:rdbms/postgres from a Rust Golem agent. Use when the user asks to connect to PostgreSQL, run SQL, execute a Postgres transaction, or use PostgreSQL from Rust agent code.

not rated 1.5k +4 today A 52 tokens

golem-add-rust-crate

111

golemcloud/golem

Skill Claude CodeCodex

Add a new Rust crate dependency to a Rust Golem project. Use when the user asks to add a library, crate, or dependency.

not rated 1.5k +4 today A 36 tokens

golem-add-secret-rust

112

golemcloud/golem

Skill Claude CodeCodex

Adding secrets to Rust Golem agents. Use when the user needs to store sensitive configuration such as API keys, passwords, or tokens that should not be checked into source control.

not rated 1.5k +4 today A 42 tokens

golemcloud/golem

Skill Claude CodeCodex

Adding saga-pattern transactions with compensation to a Rust Golem agent. Use when the user asks about transactions, sagas, compensation, rollback, or multi-step operations that need undo logic.

not rated 1.5k +4 today A 45 tokens

golemcloud/golem

Skill Claude CodeCodex

Using webhooks in a Rust Golem agent. Use when the user asks to create webhooks, receive webhook callbacks, integrate with webhook-driven external APIs, or generate temporary callback URLs for external services.

not rated 1.5k +4 today A 48 tokens

golemcloud/golem

Skill Claude CodeCodex

Adding prompt and description annotations to Rust agent methods. Use when the user asks to add descriptions, prompts, or documentation metadata to agent methods for AI/LLM discovery.

not rated 1.5k +4 today A 43 tokens

golemcloud/golem

Skill Claude CodeCodex

Using atomic blocks, idempotency, and oplog management in a Rust Golem project. Use when the user asks about atomically, idempotence mode, oplog commit, or idempotency keys.

not rated 1.5k +4 today A 51 tokens

golemcloud/golem

Skill Claude CodeCodex

Calling another agent and awaiting the result in a Rust Golem project. Use when the user asks about agent-to-agent RPC, calling remote agents, or inter-component communication.

not rated 1.5k +4 today A 43 tokens

golemcloud/golem

Skill Claude CodeCodex

Calling Golem agents from external Rust applications using generated bridge SDKs. Use when the user wants to invoke agents from outside the Golem platform, from a Rust CLI, server, or any native Rust application.

not rated 1.5k +4 today A 51 tokens

golemcloud/golem

Skill Claude CodeCodex

Choosing between durable and ephemeral agents in a Rust Golem project. Use when the user asks about agent durability modes, making an agent stateless, or configuring agent persistence.

not rated 1.5k +4 today A 44 tokens

golemcloud/golem

Skill Claude CodeCodex

Creating a new Rust Golem agent instance with golem agent new. Use when asked to create, instantiate, or pre-create an agent without invoking a method.

not rated 1.5k +4 today A 40 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: