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
Added on

NPX Install

npx skill4agent add talesofai/neta-skills request-character-or-style

Tags

Translated version includes tags in frontmatter

SKILL.md Content (Chinese)

View Translation Comparison →

Get Character or Element Details

Prerequisites

Set the environment variable
NETA_TOKEN
.

Usage

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

ParameterRequiredDefault ValueDescription
--name, -nNo*-Character/Element Name
--uuid, -uNo*-Character/Element UUID
--parent-type, -tNobothType (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