By wilddogjp
Safely inspect and modify Unreal Engine .uasset/.umap assets using BPX CLI via 25 specialized commands. Analyze blueprints, trace dependencies, dump tables to JSON/YAML, edit properties/datatable rows/metadata/enums, refactor references, and validate files with dry-run previews and automatic backups.
npx claudepluginhub wilddogjp/openbpxBPX `ref` command skill. Bulk-rewrite reference strings in NameMap and decoded properties.
BPX `write` command skill. Rewrite a parsed package to a separate output path.
BPX `blueprint` command skill. Inspect and analyze blueprint exports, bytecode, and graph data.
BPX `class` command skill. Inspect one class export payload/header by index.
BPX `datatable` command skill. Read DataTable-family rows and update DataTable rows.
BPX `dump` command skill. Dump package summary/name/import/export tables in structured formats.
BPX `enum` command skill. List enum exports or update existing enum values.
BPX `export` command skill. Inspect export headers or update selected header fields.
BPX `find` command skill. Scan directories for assets and summarize parse outcomes.
BPX `import` command skill. Inspect ImportMap entries and aggregate import dependency graphs.
BPX `info` command skill. Read one package summary (engine version, table counts, asset kind).
BPX `level` command skill. Inspect level exports and read/write actor properties in .umap.
BPX `localization` command skill. Read/query/resolve localization data and edit existing text identities.
BPX `material` command skill. Inspect materials, scan child instances, and extract custom HLSL.
BPX `metadata` command skill. Read metadata exports or update root/object metadata key-values.
BPX `name` command skill. Inspect and edit NameMap entries with UE5-compatible hashes.
BPX `package` command skill. Inspect package metadata/sections or update package flags.
BPX `prop` command skill. Read decoded properties or mutate properties in one export.
BPX `raw` command skill. Read one export serial payload as base64.
Shared BPX safety and execution guidance. Use before command-specific BPX skills.
BPX `stringtable` command skill. Read and edit StringTable entries and namespace.
BPX `struct` command skill. List struct exports or inspect one struct export.
BPX `validate` command skill. Run package integrity checks (exit code 2 when result is not OK).
BPX `var` command skill. Inspect variable defaults/declarations and update defaults or names.
BPX `version` command skill. Print the BPX CLI semantic version.
Share bugs, ideas, or general feedback.
Claude Code plugin to integrate unity-cli into Unity development workflows
Unity Editor automation plugin powered by the Unity Control Protocol base skill.
Blender automation toolkit with CLI for geometry, materials, modifiers, collections, animation retargeting, and WebSocket-based real-time control
Develop, test, and automate Unreal Engine 5.x projects (WIP). Covers PlayUnreal automation, Remote Control API, Automation Driver, and CI-friendly E2E workflows. PlayUnreal: https://github.com/Randroids-Dojo/PlayUnreal
Control Unity Editor from Claude Code using UniCli CLI