golem-create-agent-instance-rust

golem-create-agent-instance-rust is a skill for Claude Code, Codex from golemcloud/golem. It costs 40 tokens per session (1,032 once invoked), scanned A, original, no licence file.

A command for creating a new Rust Golem agent instance without calling one of its methods.

In plain words
What is it for?
Use it to instantiate or pre-create agent instances in a Rust Golem project.
Why use it?
It separates creating an agent from starting work on it.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/golemcloud/golem/golem-create-agent-instance-rust
Any agent
npx skills add golemcloud/golem --skill golem-create-agent-instance-rust
Clone the repo
git clone --depth 1 https://github.com/golemcloud/golem

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for golem-create-agent-instance-rust

README.md
[![agentmods](https://agentmods.dev/badge/skills/golemcloud/golem/golem-create-agent-instance-rust.svg)](https://agentmods.dev/skills/golemcloud/golem/golem-create-agent-instance-rust)
Your own site
<a href="https://agentmods.dev/skills/golemcloud/golem/golem-create-agent-instance-rust"><img src="https://agentmods.dev/badge/skills/golemcloud/golem/golem-create-agent-instance-rust.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,032 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.01032
Opus 5 $0.00020 $0.00516
Sonnet 5 $0.00008 $0.00206
Haiku 4.5 $0.00004 $0.00103

Measured 2d ago against content hash 97314285381a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

golem-create-agent-instance-rust scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

golem-skills/skills/rust/golem-create-agent-instance-rust/SKILL.md · 118 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 118 lines · 40 tokens per session scan A 97314285381a

Subscribe to this mod's changes

golem-create-agent-instance-rust is a skill published in the GitHub repository golemcloud/golem (1,512 stars, last pushed yesterday), with no licence file. It adds 40 tokens to every session and 1,032 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

resonate-basic-durable-world-usage-rust

Core patterns for writing Resonate durable functions in Rust using the.

resonatehq/resonate-skills · 23 tokens

resonate-basic-debugging-rust

Debug and troubleshoot Resonate applications using the Rust SDK. Use when investigating registration errors, serde serialization failures, tokio runtime mismatches, install issues, or SDK-version-specific caveats of the early-development Rust SDK.

resonatehq/resonate-skills · 51 tokens

resonate-basic-ephemeral-world-usage-rust

Core patterns for using the Resonate Rust SDK's Client APIs from the ephemeral world — initializing, registering durable functions with the.

resonatehq/resonate-skills · 36 tokens

resonate-external-system-of-record-pattern-rust

Maintain consistency across external systems in Rust Resonate workflows by treating one system as the source of truth and writing to it idempotently before any dependent effects. Uses type-dispatched ctx.getdependency:: () for DB/client injection. Use when Resonate's durable promises coordinate writes to PostgreSQL…

resonatehq/resonate-skills · 0 tokens

resonate-durable-sleep-scheduled-work-rust

Implement durable sleep and cron-scheduled work in Rust with Resonate — ctx.sleep(Duration) inside workflows for timers/countdowns/reminders, resonate.schedule() from the ephemeral world for cron-style recurring invocations. Use when a workflow must wait for hours or days, or when a function should run on a fixed…

resonatehq/resonate-skills · 96 tokens

resonate-human-in-the-loop-pattern-rust

Implement human-in-the-loop workflows in Rust with Resonate — durable functions that block on ctx.promise:: () until an external actor (webhook, UI, CLI, operator) resolves via resonate.promises.resolve/reject. Use when a Rust workflow step must wait on a decision or data that doesn't come from another worker. Note…

resonatehq/resonate-skills · 0 tokens