Golem Cloud
Official@golemcloud
Open source projects from Golem Cloud engineering.
Agent Skills by Golem Cloud
Showing 205 vetted skills indexed across 3 GitHub repositories.
golem-add-http-auth-rust
Enables OIDC authentication on Rust HTTP endpoints in Golem agents.
golem-quota-rust
Implements distributed resource quotas and rate limiting in Rust Golem agents.
golem-file-io-rust
Implements file reading and writing in Rust Golem agents using std::fs over WASI.
golem-add-agent-rust
Creates new Rust agent types for Golem components using agent_definition and agent_implementation macros.
golem-trigger-agent-rust
Triggers fire-and-forget invocations on Rust Golem agents using the golem CLI.
golem-parallel-workers-rust
Implements fan-out and fan-in parallel execution across Golem agents in Rust.
golem-stateless-agent-rust
Creates ephemeral stateless agents in Rust Golem projects with fresh instances per invocation.
golem-atomic-block-rust
Implements atomic blocks, idempotence mode, and oplog commit controls in Rust Golem agents.
golem-call-from-external-rust
Generate typed Rust client SDKs for calling Golem agents from external applications.
golem-call-another-agent-rust
Implements agent-to-agent RPC calls with awaited results in Rust Golem projects.
golem-http-params-rust
Maps HTTP request elements to Rust agent parameters in Golem endpoints.
golem-mark-read-only-rust
Marks Rust agent methods as read-only to enable result caching and side-effect enforcement.
golem-add-secret-rust
Adds environment-scoped secrets to Rust Golem agents using typed config and CLI commands.
golem-add-transactions-rust
Implements saga-pattern transactions with compensation logic in Rust Golem agents.
golem-add-llm-rust
Integrates LLM, embeddings, search, and speech capabilities into Rust Golem agents.
golem-add-http-endpoint-rust
Exposes Rust Golem agent methods as HTTP REST endpoints using code-first route definitions.
golem-invoke-agent-rust
Invokes methods on deployed Golem agents from the CLI with Rust-syntax arguments.
golem-retry-policies-rust
Configures composable retry policies for Rust Golem agents via manifest, SDK, and CLI.
golem-recurring-task-rust
Implements recurring cron-like tasks in Rust Golem agents via self-scheduled invocations.
golem-make-http-request-rust
Implements outgoing HTTP requests from Rust Golem agents using WASI HTTP clients.
golem-enable-otlp-rust
Configure the golem-otlp-exporter plugin to export traces, logs, and metrics from Rust Golem agents.
golem-schedule-future-call-rust
Schedule future agent method invocations in Rust Golem projects using Datetime timestamps.
golem-fire-and-forget-rust
Enqueue asynchronous agent method invocations in Rust Golem projects without awaiting results.
golem-create-agent-instance-rust
Creates Golem agent instances with constructor parameters, environment variables, and configuration via the golem CLI.
Frequently Asked Questions About Golem Cloud
FAQPage SchemaWhat specific tasks are enabled by these engineering primitives?▼
These capabilities enable developers to manage WebAssembly component lifecycles, synchronize WIT interface definitions, refactor MoonBit source code, and perform deep diagnostics on Rust integration tests and OTLP trace data.
Which personas benefit from these technical resources?▼
These resources are designed for systems engineers, WebAssembly runtime developers, and Rust contributors focused on building distributed services, managing complex crate dependencies, and ensuring cross-language compatibility between MoonBit, C, and Node.js environments.
What are the core prerequisites for utilizing these development patterns?▼
Users require a functional Rust environment, familiarity with Cargo workspace management, and an understanding of WebAssembly component models. Specific tasks may also necessitate local installations of MoonBit compilers and OTLP-compatible observability backends like Jaeger.