golem-add-moonbit-package

golem-add-moonbit-package is a skill for Claude Code, Codex from golemcloud/golem. It costs 41 tokens per session (431 once invoked), scanned A, original, no licence file.

A setup guide for adding MoonBit package dependencies, such as libraries from the Mooncakes package collection, to a Golem project.

In plain words
What is it for?
It helps add a Mooncakes library or other package dependency to a MoonBit Golem project.
Why use it?
It explains how to include code written by others in a MoonBit project without manually working out the dependency setup.

Skill for Claude CodeCodex

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

Good fit It helps add a Mooncakes library or other package dependency to a MoonBit Golem project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/golemcloud/golem/golem-add-moonbit-package
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.

Any agent
npx skills add golemcloud/golem --skill golem-add-moonbit-package
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-add-moonbit-package

README.md
[![agentmods](https://agentmods.dev/badge/skills/golemcloud/golem/golem-add-moonbit-package.svg)](https://agentmods.dev/skills/golemcloud/golem/golem-add-moonbit-package)
Your own site
<a href="https://agentmods.dev/skills/golemcloud/golem/golem-add-moonbit-package"><img src="https://agentmods.dev/badge/skills/golemcloud/golem/golem-add-moonbit-package.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 431 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00041 $0.00431
Opus 5 $0.00020 $0.00216
Sonnet 5 $0.00008 $0.00086
Haiku 4.5 $0.00004 $0.00043

Measured 3d ago against content hash c9285b134a19, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

golem-add-moonbit-package 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 3d 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/moonbit/golem-add-moonbit-package/SKILL.md · 62 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. 3d ago First seen · 62 lines · 41 tokens per session scan A c9285b134a19

Subscribe to this mod's changes

golem-add-moonbit-package is a skill published in the GitHub repository golemcloud/golem (1,512 stars, last pushed yesterday), with no licence file. It adds 41 tokens to every session and 431 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

create-agent-dotnet

This skill creates a durable AI agent application in .NET using Microsoft Agent Framework on Dapr Workflow. Use this skill when the user asks to "create an agent in .NET", "build an agent app in C#", or "scaffold a .NET agent with Microsoft Agent Framework".

diagrid-labs/dapr-skills · 62 tokens

create-workflow-dotnet

This skill creates a Dapr workflow application in .NET. Use this skill when the user asks to "create a workflow in .NET", "write a .NET workflow application" or "build a workflow app in C#".

diagrid-labs/dapr-skills · 52 tokens

create-workflow-python

This skill creates a Dapr workflow application in Python. Use this skill when the user asks to "create a workflow in Python", "write a Python workflow application" or "build a workflow app in Python".

diagrid-labs/dapr-skills · 47 tokens

resonate-lovable-usage-prompt-typescript

Specialized guidance for building Resonate applications within Lovable.dev, which is Node.js/React/TypeScript. Use when working with Lovable's AI-assisted development environment to scaffold, iterate, and deploy Resonate workflows in the TypeScript SDK.

resonatehq/resonate-skills · 61 tokens

resonate-basic-durable-world-usage-go

Core patterns for writing Resonate durable functions in Go — function kinds (registered vs leaf), Context APIs (ctx.Run, ctx.RPC, ctx.Sleep, ctx.Promise, ctx.Detached, Future.Await), option structs, context accessors, retries (bounded 3-attempt default), fan-out/fan-in, and the replay model. Verified against the…

resonatehq/resonate-skills · 93 tokens

resonate-basic-durable-world-usage-java

Use when writing the body of a Java durable function — any method registered with r.register or passed as a method reference to ctx.run. Core patterns for the Context API surface — the Context first-parameter signature, Context APIs (ctx.run, ctx.rpc, ctx.sleep, ctx.promise, ctx.detached, ResonateFuture.await)…

resonatehq/resonate-skills · 171 tokens