Basic examples for testing the API.
Scanned 2/12/2026
Install via CLI
openskills install Besty0728/Unity-Skills# Sample Skills
Basic examples for testing the API.
## Skills
### `create_cube` / `create_sphere`
Create a primitive.
**Parameters:** `x`, `y`, `z`, `name`
### `delete_object`
Delete object by name.
**Parameters:** `objectName`
### `find_objects_by_name`
Find objects containing string.
**Parameters:** `nameContains`
### `set_object_position`/`rotation`/`scale`
Transform helpers.
**Parameters:** `objectName`, `x`, `y`, `z`
No comments yet. Be the first to comment!