Agent Building skills

Browse reusable Agent Skills, each with a clear purpose and practical guidance.

golem-file-io-scala

Reading and writing files from a Scala Golem agent. Use when the user asks to read files, write files, or do filesystem operations from agent code in Scala.

1.60k repo starsObserved in 1 repos
Agent Building

golem-fire-and-forget-moonbit

Triggering a MoonBit Golem agent invocation without waiting for the result. Use when the user asks to fire-and-forget, trigger asynchronously, or enqueue an agent call from within agent code.

1.60k repo starsObserved in 1 repos
Agent Building

golem-http-params-moonbit

Mapping path, query, header, and body parameters for HTTP endpoints in MoonBit Golem agents. Use when configuring how HTTP request data maps to agent method parameters.

1.60k repo starsObserved in 1 repos
Agent Building

golem-http-params-rust

Mapping HTTP request elements to Rust agent parameters. Use when the user asks about path variables, query parameters, header mapping, request body mapping, supported parameter types, or response type mapping for HTTP endpoints.

1.60k repo starsObserved in 1 repos
Agent Building

golem-http-params-ts

Mapping HTTP request elements to TypeScript agent parameters. Use when the user asks about path variables, query parameters, header mapping, request body mapping, supported parameter types, or response type mapping for HTTP endpoints.

1.60k repo starsObserved in 1 repos
Agent Building

golem-invoke-agent-moonbit

Invoking a MoonBit Golem agent method from the CLI. Use when asked to call, invoke, or run a method on a deployed agent using golem agent invoke.

1.60k repo starsObserved in 1 repos
Agent Building

golem-list-and-filter-agents

Listing and querying agents with filters. Use when listing all agents, filtering agents by name, status, revision, creation time, or environment variables, or paginating through agent results.

1.60k repo starsObserved in 1 repos
Agent Building

golem-logging-moonbit

Adding logging to a MoonBit Golem agent. Use when the user asks about logging, log messages, log levels, wasi:logging, @logging, or printing debug/info/error output from a MoonBit agent.

1.60k repo starsObserved in 1 repos
Agent Building

golem-make-http-request-scala

Making outgoing HTTP requests from a Scala Golem agent. Use when the user asks to call an external API, make HTTP requests, use fetch, or send HTTP requests from agent code.

1.60k repo starsObserved in 1 repos
Agent Building

golem-manage-plugins

Managing Golem plugins — listing available plugins, installing and configuring plugins via golem.yaml or CLI, and understanding built-in plugins like the OTLP exporter.

1.60k repo starsObserved in 1 repos
Agent Building