← Back to Skills Marketplace
RNGNeeds Unity
by
StarphaseLab
· GitHub ↗
· v0.1.1
· MIT-0
167
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install rngneeds-unity
Description
Teach agents how to design, implement, explain, and debug gameplay randomness with the RNGNeeds Unity plugin. Use when a request involves RNGNeeds types or c...
Usage Guidance
This skill appears internally coherent and low-risk: it only contains documentation and prompt-routing for the RNGNeeds Unity plugin and does not request credentials or install code. Before relying on generated code, still review and test any C# snippets in your project (the skill may suggest APIs or patterns that need adaptation). If you want extra assurance, inspect the included reference files yourself (they are bundled) and confirm the suggested APIs match the RNGNeeds version you use. Note: the skill can be invoked autonomously by agents by default (platform standard), so restrict agent permissions or review agent workflows if you do not want automatic use.
Capability Analysis
Type: OpenClaw Skill
Name: rngneeds-unity
Version: 0.1.1
The skill bundle is a comprehensive documentation and instruction set for an AI agent to assist with the 'RNGNeeds' Unity plugin. The files, including SKILL.md and various reference guides, focus entirely on gameplay randomness mechanics like loot tables, card decks, and probability influence, with no evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name and description align with the included reference docs and the SKILL.md routing: all files are RNGNeeds-focused and there are no unrelated requirements (no env vars, binaries, or external services).
Instruction Scope
Runtime instructions are confined to reading the included reference files and answering about RNGNeeds patterns, API, and examples. The SKILL.md does not direct the agent to read unrelated system files, access environment variables, or transmit data externally.
Install Mechanism
No install spec or code files — instruction-only skill. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. All behavior is driven by bundled reference documents.
Persistence & Privilege
always is false and model invocation is allowed (normal default). The skill does not request permanent presence or system-wide configuration changes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rngneeds-unity - After installation, invoke the skill by name or use
/rngneeds-unity - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
- Expanded the skill to cover card deck extensions, shuffle plans, and deck-order workflows such as draw piles, hands, discard piles, and graveyards.
- Clarified when to use weighted selection, depletable lists, or deck extensions depending on whether the user cares about finite exhaustion, duplicate copies, or live card order.
- Added guidance that depletable lists remain a good fit for simple card pools with duplicate copies when ordering, shuffling, and card-flow behavior do not matter.
- Added deck-focused API surface, examples, workflows, pitfalls, and test prompts so agents route deck questions to the right RNGNeeds mechanics.
- Clarified that deck extensions use order-centric seeded index/random operations, not weighted list selection.
v0.1.0
Initial public preview of the RNGNeeds Unity skill.
- Helps agents choose, implement, explain, and debug RNGNeeds randomness patterns in Unity
- Covers ProbabilityList, ProbabilityItem, PLCollection, depletable lists, repeat prevention, influence, and seeding
- Adds guardrails for common pitfalls and surprising selection behavior
Metadata
Frequently Asked Questions
What is RNGNeeds Unity?
Teach agents how to design, implement, explain, and debug gameplay randomness with the RNGNeeds Unity plugin. Use when a request involves RNGNeeds types or c... It is an AI Agent Skill for Claude Code / OpenClaw, with 167 downloads so far.
How do I install RNGNeeds Unity?
Run "/install rngneeds-unity" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is RNGNeeds Unity free?
Yes, RNGNeeds Unity is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does RNGNeeds Unity support?
RNGNeeds Unity is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created RNGNeeds Unity?
It is built and maintained by StarphaseLab (@starphaselab); the current version is v0.1.1.
More Skills