request-character-or-style

📁 talesofai/neta-skills 📅 Today
1
总安装量
1
周安装量
#76569
全站排名
安装命令
npx skills add https://github.com/talesofai/neta-skills --skill request-character-or-style

Agent 安装分布

amp 1
opencode 1
cursor 1
kimi-cli 1
codex 1
github-copilot 1

Skill 文档

获取角色或元素详情

前置条件

设置环境变量 NETA_TOKEN。

使用方法

# 通过名称查询
npm run neta -- request-character-or-style --name "角色名"

# 通过 UUID 查询
npm run neta -- request-character-or-style --uuid "uuid-xxx"

参数

参数 必填 默认值 说明
–name, -n 否* 角色/元素名称
–uuid, -u 否* 角色/元素 UUID
–parent-type, -t 否 both 类型 (character/elementum/both)

*name 和 uuid 至少提供一个

输出

返回角色或元素的详细信息。

相关技能