request-character-or-style
Original:🇨🇳 Chinese
Translated
Get Character or Element Details - Retrieve detailed information about characters/style elements by name or UUID. Exact match is supported.
1installs
Sourcetalesofai/neta-skills
Added on
NPX Install
npx skill4agent add talesofai/neta-skills request-character-or-styleTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →Get Character or Element Details
Prerequisites
Set the environment variable .
NETA_TOKENUsage
bash
# 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"Parameters
| 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) |
*At least one of name or uuid must be provided
Output
Returns detailed information about the character or element.
Related Skills
- search-tcp - Search for characters and elements
- request-character - Get character details