neta-character
Neta Character Skill
Guide users from inspiration to forging, completing the creation and management of exclusive character VTokens (Virtual Tokens, TCP/OC). Characters can be referenced in make_image via @CharacterName after creation.
This skill requires the neta-creative skill to use
make_imagefor visual previews.
Command Usage
Create Character
Full Creation Flow (Recommended)
Follow the three-stage workflow: "Visual Preview → Character Documentation → Confirmation".
📖 Creation Guide - Complete creative workflow and best practices
npx -y @talesofai/neta-skills@latest create_character \
--name "Ada Wong" \
--avatar_artifact_uuid "artifacts[0].uuid from make_image response" \
--prompt "long black hair, red qipao dress, blue eyes, gun holster on thigh, slender figure" \
--trigger "1girl, Ada Wong, black hair, red dress, spy, elegant, resident evil series" \
--gender "female" \
--age "28" \
--occupation "spy" \
--persona "Mysterious and calm, purpose unknown, moves between factions" \
--interests "intelligence gathering, combat, precision machinery" \
--description "Ada Wong, a mysterious spy with black hair and red dress. Her true identity is unknown, and she has repeatedly appeared as a middleman in Resident Evil incidents, maintaining an independent stance." \
--accessibility "PUBLIC"
Update Character
Targeted Modifications (Only pass fields you want to change)
📖 Update Guide - Update scenarios and workflow
# Update visual appearance after regenerating image
npx -y @talesofai/neta-skills@latest update_character \
--tcp_uuid "character's tcp_uuid" \
--avatar_artifact_uuid "new artifacts[0].uuid from make_image" \
--prompt "updated visual feature description"
# Only update backstory
npx -y @talesofai/neta-skills@latest update_character \
--tcp_uuid "character's tcp_uuid" \
--description "updated character backstory"
# Update multiple fields
npx -y @talesofai/neta-skills@latest update_character \
--tcp_uuid "character's tcp_uuid" \
--persona "new personality description" \
--interests "new interests" \
--occupation "new occupation"
Query Existing Characters
# List my characters (created by current user)
npx -y @talesofai/neta-skills@latest list_my_characters
npx -y @talesofai/neta-skills@latest list_my_characters --keyword "Ada" --page_size 10
# Search characters (global search, keyword matching)
npx -y @talesofai/neta-skills@latest search_character_or_elementum --keywords "character name" --parent_type "character"
# Get full character details (including tcp_uuid)
npx -y @talesofai/neta-skills@latest request_character_or_elementum --name "character name"
Reference Documentation
| Scenario | Document |
|---|---|
| ✨ Character Creation Guide | character-creation.md |
| 🔧 Character Update Guide | character-update.md |
| 📋 Field Reference Manual | character-field-guide.md |
Usage Recommendations
- Preview before creating - Use
make_imageto generate character preview images, confirm satisfaction before callingcreate_character;avatar_artifact_uuidis theartifacts[0].uuidfrom the preview - Use plain text for previews - In the
make_imagepreview stage, use plain natural language descriptions without@CharacterName(since the character doesn't exist yet) - trigger must be English -
triggeris the recognition anchor for image and language models; Chinese triggers significantly reduce recognition accuracy; should include gender terms, character name, prominent visual features, IP series - prompt is visual only -
promptonly describes physical features, clothing, distinctive marks; exclude personality, story, background - description is for humans and Agents -
descriptionshould include appearance summary + backstory, for Agents to understand character context in subsequent creations
More from talesofai/neta-skills
neta
Neta capability index and routing skill - help choose the appropriate Neta-related skill (neta-space / neta-creative / neta-adventure / neta-community / neta-suggest). Use this skill when you need to understand Neta's overall capabilities, decide which skill fits the current task, or migrate from older documentation that referenced the monolithic neta skill.
91neta-creative
Neta API creative skill — generate images, videos, songs, and MVs, and deconstruct creative ideas from existing works. Use this skill when the user wants to create or edit images/videos/songs/MVs, or create based on character settings and existing works. Do not use it for feed browsing or tag/category research (those are handled by neta-community and neta-suggest).
76neta-community
Neta API 社区技能——浏览互动推荐流、查看作品详情、进行点赞等社区互动,并在社区语境下基于标签和角色浏览内容。当用户想“随便看看大家在玩什么”“刷推荐流”“对作品进行互动”时使用本技能;不负责分类/关键词层面的调研与复杂推荐筛选(这些由 neta-suggest 负责),也不直接生成图片/视频/歌曲(由 neta-creative 负责)。
55neta-suggest
Neta API research and recommendation skill — provide keyword/tag/category suggestions, validate taxonomy paths, and power multi‑mode content feeds, supporting progressive exploration from broad to precise. Use this skill when the user has no clear goal, wants topic/idea suggestions, or needs systematic content filtering by keywords/categories. It does not directly generate media (handled by neta-creative); community interactions are handled by neta-community.
38neta-space
Neta API space and world‑view browsing skill — browse worldbuilding, sub‑spaces, and playable content by space/hashtag. Use this skill when the user talks about worlds/spaces/universes/scenes, or wants to browse characters and gameplay based on space and activity structure. Do not use it for concrete media creation (handled by neta-creative).
32neta-adventure
Neta Adventure Campaign skill - Create and play AI-driven interactive story adventures. Adventure campaigns provide story-crafting and story-telling modes where agents act as DM and roleplay characters following plot, rules, and special guidelines.
31