Orion_FreeEdition: Skill for Codex

.agents/skills/orion-python-blueprint-assets/SKILL.md

orion-python-blueprint-assets is a skill for Codex from OrionUE/Orion_FreeEdition. It costs 90 tokens per session (762 once invoked), scanned A, original, no licence file.

A guide to creating, changing, saving, and checking Unreal Engine Blueprint, DataAsset, and Widget Blueprint files through the editor’s Python command line. Blueprints are visual programs, while DataAssets store reusable game data and Widget Blueprints define interfaces.

In plain words
What is it for?
Use it to automate asset creation or updates, handle generated classes, save and validate assets, and compile Blueprint-based assets.
Why use it?
It provides a command-line asset workflow when the usual Unreal automation tools are unavailable, fail with an HTTP 502 error, or lack a needed operation.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is OrionUE/Orion_FreeEdition's own configuration. It tells Codex how to work on Orion_FreeEdition itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Orion_FreeEdition configures →

Reuse

Borrowing it

Nothing to install: this file belongs to OrionUE/Orion_FreeEdition. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/OrionUE/Orion_FreeEdition/release/.agents/skills/orion-python-blueprint-assets/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/OrionUE/Orion_FreeEdition

Made for: 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 orion-python-blueprint-assets

README.md
[![agentmods](https://agentmods.dev/badge/skills/orionue/orion_freeedition/orion-python-blueprint-assets/github.svg)](https://agentmods.dev/skills/orionue/orion_freeedition/orion-python-blueprint-assets)
Your own site
<a href="https://agentmods.dev/skills/orionue/orion_freeedition/orion-python-blueprint-assets"><img src="https://agentmods.dev/badge/skills/orionue/orion_freeedition/orion-python-blueprint-assets/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for orion-python-blueprint-assets

Your own site · 80×15
<a href="https://agentmods.dev/skills/orionue/orion_freeedition/orion-python-blueprint-assets"><img src="https://agentmods.dev/badge/skills/orionue/orion_freeedition/orion-python-blueprint-assets.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 762 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.00090 $0.00762
Opus 5 $0.00045 $0.00381
Sonnet 5 $0.00018 $0.00152
Haiku 4.5 $0.00009 $0.00076

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

Security

Grade A, and why

orion-python-blueprint-assets 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 10d 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.

.agents/skills/orion-python-blueprint-assets/SKILL.md · 37 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 37 lines · 90 tokens per session scan A a7afbe3e5a52

Subscribe to this mod's changes

orion-python-blueprint-assets is a skill published in the GitHub repository OrionUE/Orion_FreeEdition (20 stars, last pushed 2mo ago), with no licence file. It adds 90 tokens to every session and 762 once invoked, about $0.0005 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-08-30.

Related

Other skills, from other repositories

pygame-core

Structure a pygame (pygame-ce) game in Python: the init/event/update/draw loop, delta-time movement, Surface/Rect blitting, keyboard/mouse input, and Sprite/Group management with collision. Use when building or debugging a pygame game — when the user mentions pygame, pygame-ce, the game loop, blit, Surface, Rect…

gamedev-skills/awesome-gamedev-agent-skills · 85 tokens

vibeue

Unreal Engine 5 development using the VibeUE Python API. Use when working in Unreal Engine — blueprints, state trees, materials, actors, landscapes, animation, niagara, widgets, sound, foliage, gameplay tags, enhanced input, skeletons, PCG (procedural content generation), and more. VibeUE is an extension of Unreal's…

kevinpbuckley/VibeUE · 82 tokens

demo-1-terminal-arcade

Demo skill that builds a colorful, playable terminal Snake game in a single pure-stdlib Python curses file — score HUD, speed ramp, eat/death animations, and a game-over screen.

decodingai-magazine/building-a-coding-agent-from-scratch-course · 46 tokens

glyphs-mcp-development

Use this skill to create, extend, or review reusable workspace-first Glyphs Python scripts and Python plug-ins, including general, reporter, filter, palette, select-tool, and file-format plug-ins, while grounding API and template choices in the bundled Glyphs documentation.

thierryc/Glyphs-mcp · 59 tokens

blender-bpy

Author, inspect, render, and export one hash-bound Blender asset in a disposable worker process.

DanMcInerney/orchflows · 24 tokens

unreal-pcg-python

Guide for Unreal Engine 5.x PCG (Procedural Content Generation) Python integration. Covers the PCGPythonInterop plugin, the Execute Python Script node, PCG Python API (PCGComponent, PCGBlueprintElement, PCGSpatialData, PCGPointData), editor automation, custom PCG nodes via Python, and known limitations. Use when the…

maystudios/claude-skills · 121 tokens