npx claudepluginhub wilddogjp/openbpxThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Read [bpx-shared](../bpx-shared/SKILL.md).
Provides safety rules, standard workflows, command heuristics, and output tips for secure BPX CLI execution on binary assets. Use before command-specific BPX skills.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
PREREQUISITE: Read bpx-shared.
bpx write <file.uasset> --out <new.uasset> [--dry-run] [--backup]
--dry-run reports changed/bytes without writing files.--backup creates <out>.backup when destination already exists.[!CAUTION] This command includes write-capable operations. Confirm intent and run
--dry-runfirst.
bpx write ./Sample.uasset --out ./Sample.out.uasset [--dry-run] [--backup]