Loading...
Loading...
Get Character or Element Details - Retrieve detailed information about characters/style elements by name or UUID. Exact match is supported.
npx skill4agent add talesofai/neta-skills request-character-or-styleNETA_TOKEN# Query by name
npm run neta -- request-character-or-style --name "Character Name"
# Query by UUID
npm run neta -- request-character-or-style --uuid "uuid-xxx"| Parameter | Required | Default Value | Description |
|---|---|---|---|
| --name, -n | No* | - | Character/Element Name |
| --uuid, -u | No* | - | Character/Element UUID |
| --parent-type, -t | No | both | Type (character/elementum/both) |