@talesofai/neta-skills 0.7.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +156 -130
  3. package/README.zh_cn.md +266 -0
  4. package/bin/apis/tcp.js +30 -0
  5. package/bin/cli.js +1 -3
  6. package/bin/commands/character_elementum/create_character.cmd.en_us.yml +43 -0
  7. package/bin/commands/character_elementum/create_character.cmd.js +72 -0
  8. package/bin/commands/character_elementum/create_character.cmd.zh_cn.yml +43 -0
  9. package/bin/commands/character_elementum/create_elementum.cmd.en_us.yml +30 -0
  10. package/bin/commands/character_elementum/create_elementum.cmd.js +44 -0
  11. package/bin/commands/character_elementum/create_elementum.cmd.zh_cn.yml +30 -0
  12. package/bin/commands/character_elementum/list_my_characters.cmd.en_us.yml +18 -0
  13. package/bin/commands/character_elementum/list_my_characters.cmd.js +45 -0
  14. package/bin/commands/character_elementum/list_my_characters.cmd.zh_cn.yml +18 -0
  15. package/bin/commands/character_elementum/list_my_elementum.cmd.en_us.yml +18 -0
  16. package/bin/commands/character_elementum/list_my_elementum.cmd.js +45 -0
  17. package/bin/commands/character_elementum/list_my_elementum.cmd.zh_cn.yml +18 -0
  18. package/bin/commands/character_elementum/update_character.cmd.en_us.yml +30 -0
  19. package/bin/commands/character_elementum/update_character.cmd.js +84 -0
  20. package/bin/commands/character_elementum/update_character.cmd.zh_cn.yml +30 -0
  21. package/bin/commands/character_elementum/update_elementum.cmd.en_us.yml +18 -0
  22. package/bin/commands/character_elementum/update_elementum.cmd.js +52 -0
  23. package/bin/commands/character_elementum/update_elementum.cmd.zh_cn.yml +18 -0
  24. package/bin/commands/load.js +9 -11
  25. package/bin/utils/tcp_mapper.js +41 -0
  26. package/package.json +3 -3
  27. package/skills/neta/SKILL.md +37 -15
  28. package/skills/neta-character/SKILL.md +105 -0
  29. package/skills/neta-character/references/character-creation.md +195 -0
  30. package/skills/neta-character/references/character-field-guide.md +170 -0
  31. package/skills/neta-character/references/character-update.md +112 -0
  32. package/skills/neta-community/SKILL.md +1 -1
  33. package/skills/neta-community/references/character-search.md +263 -0
  34. package/skills/neta-community/references/hashtag-research.md +311 -0
  35. package/skills/neta-community/references/interactive-feed.md +365 -0
  36. package/skills/neta-community/references/social-interactive.md +74 -0
  37. package/skills/neta-creative/SKILL.md +1 -1
  38. package/skills/neta-creative/references/character-search.md +265 -0
  39. package/skills/neta-creative/references/collection-remix.md +46 -0
  40. package/skills/neta-creative/references/image-generation.md +131 -0
  41. package/skills/neta-creative/references/song-creation.md +250 -0
  42. package/skills/neta-creative/references/song-mv.md +210 -0
  43. package/skills/neta-creative/references/video-generation.md +242 -0
  44. package/skills/neta-elementum/SKILL.md +105 -0
  45. package/skills/neta-elementum/references/elementum-alchemy.md +197 -0
  46. package/skills/neta-elementum/references/elementum-field-guide.md +157 -0
  47. package/skills/neta-elementum/references/elementum-update.md +113 -0
  48. package/skills/neta-space/SKILL.md +1 -1
  49. package/skills/neta-suggest/SKILL.md +1 -1
  50. package/skills/zh_cn/neta/SKILL.md +21 -1
  51. package/skills/zh_cn/neta-character/SKILL.md +105 -0
  52. package/skills/zh_cn/neta-character/references/character-creation.md +195 -0
  53. package/skills/zh_cn/neta-character/references/character-field-guide.md +170 -0
  54. package/skills/zh_cn/neta-character/references/character-update.md +112 -0
  55. package/skills/zh_cn/neta-community/SKILL.md +1 -1
  56. package/skills/zh_cn/neta-creative/SKILL.md +1 -1
  57. package/skills/zh_cn/neta-elementum/SKILL.md +105 -0
  58. package/skills/zh_cn/neta-elementum/references/elementum-alchemy.md +197 -0
  59. package/skills/zh_cn/neta-elementum/references/elementum-field-guide.md +157 -0
  60. package/skills/zh_cn/neta-elementum/references/elementum-update.md +113 -0
  61. package/skills/zh_cn/neta-space/SKILL.md +1 -1
  62. package/skills/zh_cn/neta-suggest/SKILL.md +1 -1
  63. package/README.en.md +0 -234
  64. package/skills/zh_cn/neta/references/character-search.md +0 -234
  65. package/skills/zh_cn/neta/references/collection-remix.md +0 -40
  66. package/skills/zh_cn/neta/references/community-exploration.md +0 -636
  67. package/skills/zh_cn/neta/references/hashtag-research.md +0 -295
  68. package/skills/zh_cn/neta/references/image-generation.md +0 -121
  69. package/skills/zh_cn/neta/references/interactive-feed.md +0 -377
  70. package/skills/zh_cn/neta/references/social-interactive.md +0 -73
  71. package/skills/zh_cn/neta/references/song-creation.md +0 -247
  72. package/skills/zh_cn/neta/references/song-mv.md +0 -198
  73. package/skills/zh_cn/neta/references/space.md +0 -90
  74. package/skills/zh_cn/neta/references/video-generation.md +0 -221
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @neta/skills-neta
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - bump npm package version
8
+
9
+ ## 0.9.0
10
+
11
+ ### Minor Changes
12
+
13
+ - add commands about character create and management
14
+
15
+ ## 0.8.0
16
+
17
+ ### Minor Changes
18
+
19
+ - use https://api.talesofai.com for default api endpoint
20
+
3
21
  ## 0.7.0
4
22
 
5
23
  ### Minor Changes
package/README.md CHANGED
@@ -4,198 +4,220 @@
4
4
  [![Node](https://img.shields.io/badge/Node-%3E%3D20-green)](https://nodejs.org/)
5
5
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-blue)](https://www.typescriptlang.org/)
6
6
 
7
- [简体中文](./README.md) · [English](./README.en.md)
7
+ [English](./README.md) · [简体中文](./README.zh_cn.md)
8
8
 
9
9
  ---
10
10
 
11
- ## 简体中文
11
+ ## Overview
12
12
 
13
- ### 简介
13
+ **NETA Skills** is a collection of powerful AI agent skills and accompanying CLI tools designed for interacting with the [Neta Art](https://www.neta.art/) API. Built for developers and AI agents, it seamlessly extends any agent's capabilities to generate multimedia, manage characters, and process audio/video workflows.
14
14
 
15
- **NETA Skills** 是一组基于 [Neta Art](https://www.neta.art/) API 的 AI Agent 技能与 CLI 工具集合,帮助你在 Agent 环境中一站式完成:
16
-
17
- - 生成图片 / 视频 / 歌曲等多媒体内容
18
- - 查询与管理角色(Character)与风格元素(Elementum)
19
- - 进行标签(Hashtag)与空间玩法探索
20
- - 通过推荐引擎和互动 Feed 进行玩法内容发现
21
-
22
- 你可以在 [Neta 开放平台](https://www.neta.art/open/) 获取访问令牌 `NETA_TOKEN`。
23
- 也可以在[国内登陆账号后台](https://app.nieta.art/security) 获取访问令牌 `NETA_TOKEN`。
15
+ You can get your access token from the [Neta Open Portal](https://www.neta.art/open/).
24
16
 
25
17
  ---
26
18
 
27
- ###功能特性
19
+ ##Features
28
20
 
29
- - 🎨 **多媒体创作**:使用最新的 AI 模型生成图片、视频和歌曲。
30
- - 🔧 **图像与视频处理**:支持移除背景、视频合并等常见素材处理流程。
31
- - 👤 **角色与风格管理**:搜索、获取角色与风格元素详情,在创作中标准化复用。
32
- - 🏷️ **社区与标签集成**:浏览热门标签、空间、玩法合集与角色。
33
- - 🧭 **智能内容探索**:通过关键词建议、标签推荐、分类导航与智能内容流,渐进式发现玩法与内容。
34
- - 🤖 **Agent 优先设计**:面向 AI Agent 场景设计,易于在各类 Agent 框架中集成调用。
21
+ - 🎨 **Multimedia Creation:** Generate stunning images, videos, and songs using state-of-the-art AI models.
22
+ - 🔧 **Image & Video Processing:** Effortlessly remove backgrounds and merge video assets.
23
+ - 👤 **Character & Style Management:** Search, fetch details, and manage characters and stylistic elements.
24
+ - 🏷️ **Community Integrations:** Explore trending hashtags, popular characters, and curated collections.
25
+ - 🧭 **Smart Discovery & Suggestions:** Explore interactive feeds and get keyword, tag, and category suggestions for progressive content discovery.
26
+ - 🤖 **Agent First:** Designed from the ground up to plug into your favorite AI agent frameworks.
35
27
 
36
28
  ---
37
29
 
38
- ### 🚀 Agent 中使用技能
30
+ ## 🚀 Getting Started with Skills
31
+
32
+ The primary way to use this project is by installing the skills into your AI agent environment.
39
33
 
40
- 在你的 Agent 环境中安装统一的 [`neta`](skills/zh_cn/neta/SKILL.md) 技能:
34
+ ### Installation (skills.sh)
35
+
36
+ Install the unified [`neta`](skills/neta/SKILL.md) skill into your agent:
41
37
 
42
38
  ```bash
43
- npx skills add talesofai/neta-skills/skills/zh_cn/neta
39
+ npx skills add talesofai/neta-skills/skills/neta
44
40
  ```
45
41
 
46
- 如果你希望在 Agent 中按功能模块更精细地控制权限,也可以分别安装拆分后的技能:
42
+ You can also install the specialized skills separately if your agent prefers more granular capabilities:
47
43
 
48
44
  ```bash
49
- # 社区 / 标签 / 空间探索
50
- npx skills add talesofai/neta-skills/skills/zh_cn/neta-community
45
+ # Community exploration (hashtags, spaces, interactive feed)
46
+ npx skills add talesofai/neta-skills/skills/neta-community
47
+
48
+ # Creation workflows (image / video / song)
49
+ npx skills add talesofai/neta-skills/skills/neta-creative
51
50
 
52
- # 图片 / 视频 / 歌曲创作
53
- npx skills add talesofai/neta-skills/skills/zh_cn/neta-creative
51
+ # Discovery & suggestions (keywords, tags, categories, content)
52
+ npx skills add talesofai/neta-skills/skills/neta-suggest
54
53
 
55
- # 关键词 / 标签 / 分类 / 内容推荐与检索
56
- npx skills add talesofai/neta-skills/skills/zh_cn/neta-suggest
54
+ # Space navigation & exploration
55
+ npx skills add talesofai/neta-skills/skills/neta-space
57
56
 
58
- # 空间导航与探索(space / topic)
59
- npx skills add talesofai/neta-skills/skills/zh_cn/neta-space
57
+ # Character VToken creation and management
58
+ npx skills add talesofai/neta-skills/skills/neta-character
59
+
60
+ # Elementum VToken creation and management
61
+ npx skills add talesofai/neta-skills/skills/neta-elementum
60
62
  ```
61
63
 
62
- #### 可用指令总览
63
-
64
- 当前技能共包含 **26 个命令**,覆盖创作、角色与社区探索等场景:
65
-
66
- | 分类 | 命令 | 说明 |
67
- |------|------|------|
68
- | **创作 Creation** | `make_image` | 基于提示词生成图片 |
69
- | | `make_video` | 基于图片与动作描述生成视频 |
70
- | | `make_song` | 基于风格与歌词生成歌曲 |
71
- | | `remove_background` | 移除图片背景 |
72
- | | `edit_collection` | 编辑已有玩法合集(名称、描述、标签、状态等) |
73
- | | `publish_collection` | 发布或更新玩法合集内容 |
74
- | | `search_character_or_elementum` | 搜索可复用的 TCP(角色 / 元素 / 玩法模块) |
75
- | **角色 Characters** | `request_character_or_elementum` | 通过名称或 UUID 获取角色 / 元素详情 |
76
- | **社区 Community** | `get_hashtag_info` | 查询标签基础信息与 worldbuilding lore |
77
- | | `get_hashtag_characters` | 获取标签下的角色列表 |
78
- | | `get_hashtag_collections` | 获取标签下的玩法合集 |
79
- | | `read_collection` | 读取单个玩法合集(含 Remix 模板) |
80
- | | `list_spaces` | 列出可游览的空间 |
81
- | | `list_space_topics` | 获取空间下的子空间(topic)信息 |
82
- | | `request_interactive_feed` | 获取玩法互动 Feed(合集、空间、用户等场景) |
83
- | | `suggest_keywords` | 获取搜索关键词自动补全建议 |
84
- | | `suggest_tags` | 基于关键词获取相关标签建议 |
85
- | | `suggest_categories` | 按层级获取玩法分类导航 |
86
- | | `validate_tax_path` | 验证分类路径是否有效 |
87
- | | `suggest_content` | 推荐 / 搜索 / 精确筛选三模式内容流 |
88
- | | `get_fan_list` | 获取当前用户的粉丝列表 |
89
- | | `get_subscribe_list` | 获取当前用户关注的创作者列表 |
90
- | | `favor_collection` | 收藏 / 取消收藏玩法合集 |
91
- | | `like_collection` | 点赞 / 取消点赞玩法合集 |
92
- | | `subscribe_user` | 关注 / 取消关注创作者 |
93
- | | `create_comment` | 对玩法合集创建评论 |
94
-
95
- 更详细的中文 CLI 示例与最佳实践,请参考 `skills/neta/SKILL.md` 以及 `skills/neta/references/` 目录下的文档。
64
+ ### Available Commands
65
+
66
+ The skill includes **30 commands** for various tasks:
67
+
68
+ | Category | Command | Description |
69
+ |----------|---------|-------------|
70
+ | **Creation** | `make_image` | Generate images from text prompts |
71
+ | | `make_video` | Generate videos from images and prompts |
72
+ | | `make_song` | Compose songs with custom prompts and lyrics |
73
+ | | `remove_background` | Remove the background from an image |
74
+ | | `edit_collection` | Edit an existing collection (name, description, tags, status, etc.) |
75
+ | | `publish_collection` | Publish or update a collection |
76
+ | | `search_character_or_elementum` | Search reusable TCP building blocks (characters / elements / flows) |
77
+ | **VToken Management** | `create_character` | Create a character VToken (consumes credits) |
78
+ | | `update_character` | Update an existing character VToken |
79
+ | | `list_my_characters` | List all characters created by the current user |
80
+ | | `create_elementum` | Create an elementum VToken (consumes credits) |
81
+ | | `update_elementum` | Update an existing elementum VToken |
82
+ | | `list_my_elementum` | List all elementa created by the current user |
83
+ | **Characters** | `request_character_or_elementum` | Fetch character or elementum details by name or UUID |
84
+ | **Community** | `get_hashtag_info` | Get details and lore for a specific hashtag |
85
+ | | `get_hashtag_characters` | Get a list of characters under a hashtag |
86
+ | | `get_hashtag_collections` | Get curated collections under a hashtag |
87
+ | | `read_collection` | Read details for a specific collection (玩法) |
88
+ | | `list_spaces` | List spaces that can be explored |
89
+ | | `list_space_topics` | List topics available under a specific space |
90
+ | | `request_interactive_feed` | Get interactive content feeds for collections, spaces, and users |
91
+ | | `suggest_keywords` | Get autocomplete suggestions for search keywords |
92
+ | | `suggest_tags` | Get recommended hashtags related to a keyword |
93
+ | | `suggest_categories` | Get navigation suggestions for taxonomy categories |
94
+ | | `validate_tax_path` | Validate that a taxonomy path is valid |
95
+ | | `suggest_content` | Discover content via recommend, search, or exact filter modes |
96
+ | | `get_fan_list` | Get the list of users who follow the current user |
97
+ | | `get_subscribe_list` | Get the list of creators the current user follows |
98
+ | | `favor_collection` | Favorite or unfavorite a collection |
99
+ | | `like_collection` | Like or unlike a collection |
100
+ | | `subscribe_user` | Follow or unfollow a creator |
101
+ | | `create_comment` | Create a comment on a collection |
96
102
 
97
103
  ---
98
104
 
99
- ### 🛠️ CLI 使用(`@talesofai/neta-skills`)
105
+ ## 🛠️ CLI Usage (`@talesofai/neta-skills`)
100
106
 
101
- 项目同时提供了一个独立的 CLI `@talesofai/neta-skills`,适合在本地终端、脚本和 CI 中直接调用 Neta API。
107
+ The project also ships a standalone CLI package `@talesofai/neta-skills` for testing, scripting, and CI automation.
102
108
 
103
- #### 安装 CLI
109
+ ### Install CLI
104
110
 
105
111
  ```bash
106
- # 全局安装(推荐)
112
+ # Global install (recommended)
107
113
  npm install -g @talesofai/neta-skills
108
114
 
109
- # 或者使用 npx / pnpm dlx 临时调用
115
+ # Or use npx / pnpm dlx without global install
110
116
  npx @talesofai/neta-skills --help
111
117
  pnpm dlx @talesofai/neta-skills --help
112
118
  ```
113
119
 
114
- 配置环境变量:
120
+ Configure your environment:
115
121
 
116
122
  ```bash
117
- # 在环境中设置 NETA_TOKEN,或在你的 .env / .env.local 中配置
123
+ # Set NETA_TOKEN in your environment or put it into a .env / .env.local file
118
124
  export NETA_TOKEN=your_token_here
119
125
  ```
120
126
 
121
- #### 运行示例
127
+ ### Running Commands
122
128
 
123
129
  ```bash
124
- # 查看帮助
130
+ # Get general help or specific command help
125
131
  neta-cli --help
126
132
  neta-cli make_image --help
127
133
 
128
- # 示例:生成一张图片
129
- neta-cli make_image \
130
- --prompt "夜晚的赛博朋克城市,霓虹灯,高楼大厦,雨中街道" \
131
- --aspect "16:9"
134
+ # Example: Generate an image
135
+ neta-cli make_image --prompt "A cyberpunk cityscape at night" --aspect "16:9"
132
136
 
133
- # 示例:搜索角色或元素
134
- neta-cli search_character_or_elementum \
135
- --keywords "幻想" \
136
- --parent_type "character"
137
+ # Example: Search for characters or elementum
138
+ neta-cli search_character_or_elementum --keywords "fantasy"
137
139
  ```
138
140
 
139
141
  ---
140
142
 
141
- ### 📂 项目结构
143
+ ## 📂 Project Structure
142
144
 
143
145
  ```text
144
146
  neta-skills/
145
147
  ├── skills/
146
- │ ├── neta/ # 统一 Neta 技能(Agent 优先,仍然维护)
147
- │ │ ├── SKILL.md # 技能说明与中文用法示例
148
- ├── package.json # 子包依赖配置
149
- ├── src/ # Agent / skills 实现
150
- │ └── references/ # 最佳实践与工作流参考文档(面向 Agent)
151
- │ ├── neta-community/ # 社区 / 标签 / 空间探索相关技能
152
- │ ├── neta-creative/ # 图片 / 视频 / 歌曲等创作相关技能
153
- │ ├── neta-suggest/ # 推荐 / 搜索 / 分类导航等探索技能
154
- │ └── neta-space/ # 空间与话题导航 / 探索技能
155
- ├── packages/
156
- └── neta-cli/ # CLI 包(发布名:@talesofai/neta-skills)
157
- │ ├── bin/ # CLI 入口构建产物
158
- │ ├── src/ # 仅 CLI 相关的源码(命令、IO 等)
159
- └── scripts/ # 构建 / 发布 / 校验脚本
160
- ├── .env.example # 环境变量示例
161
- └── package.json # 根包配置
148
+ │ ├── neta/ # Unified Neta skill (agent-first)
149
+ │ │ └── SKILL.md # Core skill documentation (EN)
150
+ │ ├── neta-community/ # Community / hashtag / space exploration skills (EN)
151
+ │ ├── neta-creative/ # Image / video / song creation skills (EN)
152
+ ├── neta-suggest/ # Discovery & suggestion skills (EN)
153
+ │ ├── neta-space/ # Space navigation & exploration skills (EN)
154
+ │ ├── neta-character/ # Character VToken creation & management (EN)
155
+ │ ├── neta-elementum/ # Elementum VToken creation & management (EN)
156
+ │ └── zh_cn/ # Chinese-localized skills & references
157
+ ├── neta/
158
+ ├── neta-community/
159
+ │ ├── neta-creative/
160
+ │ ├── neta-suggest/
161
+ ├── neta-space/
162
+ ├── neta-character/
163
+ └── neta-elementum/
164
+ ├── src/ # TypeScript source for the CLI
165
+ │ ├── apis/ # Typed Neta API client helpers
166
+ │ ├── commands/ # CLI command definitions (TS + YAML meta)
167
+ │ ├── utils/ # Shared utilities
168
+ │ └── cli.ts # CLI entrypoint (TypeScript)
169
+ ├── bin/ # Built JavaScript output for the CLI
170
+ │ ├── apis/
171
+ │ ├── commands/
172
+ │ ├── utils/
173
+ │ └── cli.js # CLI entrypoint (compiled JS)
174
+ ├── scripts/
175
+ │ └── postbuild.js # Build/post-build helpers
176
+ ├── .env.example # Environment variable template
177
+ ├── package.json # Root package config / scripts
178
+ ├── pnpm-lock.yaml # Dependency lockfile
179
+ ├── tsconfig.json # TypeScript configuration
180
+ ├── biome.json # Biome (formatter / linter) config
181
+ └── lint-staged.config.mjs # lint-staged configuration
162
182
  ```
163
183
 
164
184
  ---
165
185
 
166
- ### 📖 最佳实践与工作流参考
186
+ ## 📖 Best Practices & Workflows (References)
187
+
188
+ The `skills/neta/references/` directory contains detailed **best practice workflows**. These guides are designed to help AI agents (and developers) understand how to combine multiple commands to achieve complex goals effectively.
167
189
 
168
- `skills/neta/references/` 目录下提供了详细的中文工作流与 SOP,适合 AI Agent 在规划调用顺序时阅读,例如:
190
+ Agents use these references to learn the optimal sequence of actions, parameter tuning, and standard operating procedures for specific NETA Art workflows, such as:
169
191
 
170
- - **图片与视频生成**:提示词结构、宽高比选择、从图到视频的完整链路。
171
- - **歌曲与 MV 创作**:歌词模板、风格设计、MV 视觉规划与多场景组合。
172
- - **角色与标签调研**:如何通过角色 / 标签 / 空间找到合适的创作方向。
173
- - **玩法内容探索**:使用 `suggest_*` `suggest_content` 构建渐进式探索闭环。
192
+ - **Image & Video Generation:** Best practices for chaining prompts, generating assets, and assembling videos.
193
+ - **Song & MV Creation:** Workflows for composing songs and creating music videos with synchronized visuals.
194
+ - **Character & Hashtag Research:** Processes for finding trending content, searching characters, and utilizing community trends.
195
+ - **Character & Elementum Creation:** Character creation and elementum alchemy workflows.
174
196
 
175
197
  ---
176
198
 
177
- ### 📝 环境变量
199
+ ## 📝 Environment Variables
178
200
 
179
- 无论在 Agent 还是 CLI 中使用,都需要正确配置以下环境变量:
201
+ Both the AI agent skills and the CLI require the following environment configuration:
180
202
 
181
- | 变量名 | 必需 | 默认值 | 说明 |
182
- |--------|------|--------|------|
183
- | `NETA_TOKEN` | ✅ | - | Neta Art API 访问令牌 |
184
- | `NETA_API_BASE_URL` | ❌ | zh_cn: `https://api.talesofai.cn`;en_us: `https://api.talesofai.com` | Neta API 网关地址 |
203
+ | Variable | Required | Default | Description |
204
+ |----------|----------|---------|-------------|
205
+ | `NETA_TOKEN` | ✅ | - | Your Neta Art API access token. |
206
+ | `NETA_API_BASE_URL` | ❌ | default: `https://api.talesofai.com` | Base URL for the Neta API. |
185
207
 
186
- #### 多语言与本地化(i18n
208
+ ### i18n and locale detection
187
209
 
188
- CLI Skills 会根据系统与环境变量自动选择使用的语言:
210
+ The CLI and skills automatically detect the current locale and map it to internal language variants:
189
211
 
190
- - 系统语言或环境变量以 `zh` 开头(如 `zh_CN`、`en_US`)→ 使用 `zh_cn` 文案与元数据;
191
- - 其他语言环境默认使用 `en_us` 文案与元数据。
212
+ - Locales starting with `zh` (for example, `zh_CN`, `en_US`) use `zh_cn` docs and metadata.
213
+ - All other locales default to `en_us` docs and metadata.
192
214
 
193
- 在终端环境中,可以通过以下方式影响语言选择:
215
+ In terminal environments, locale is typically controlled by:
194
216
 
195
- - 操作系统语言设置(macOS / Linux / Windows);
196
- - Shell 中的本地化环境变量:`LC_ALL`、`LC_MESSAGES`、`LANG`、`LANGUAGE` 等。
217
+ - Your operating system language settings (macOS / Linux / Windows), and
218
+ - Environment variables such as `LC_ALL`, `LC_MESSAGES`, `LANG`, and `LANGUAGE`.
197
219
 
198
- 在需要强制指定语言时,推荐在运行命令前显式设置环境变量,例如:
220
+ If you want to force a specific language for a single command, you can prefix it with the desired locale, for example:
199
221
 
200
222
  ```bash
201
223
  LC_ALL=zh_CN.UTF-8 neta-cli make_image --help
@@ -204,34 +226,38 @@ LANG=en_US.UTF-8 neta-cli make_image --help
204
226
 
205
227
  ---
206
228
 
207
- ### 🔧 本地开发
229
+ ## 🔧 Development
208
230
 
209
- 在本地开发与调试时,可以使用以下脚本:
231
+ To develop and test locally:
210
232
 
211
233
  ```bash
212
- # 安装依赖
234
+ # Install dependencies
213
235
  corepack enabled
214
236
  pnpm i
215
237
 
216
- # TypeScript 类型检查
238
+ # Run TypeScript type checking
217
239
  pnpm type-check
218
240
 
219
- # 代码检查(lint
241
+ # Run lint
220
242
  pnpm lint
221
243
 
222
- # 本地调试技能(watch / dev)
244
+ # Test CLI commands locally
223
245
  pnpm dev <command> [options]
224
246
 
225
- # 构建 bin 脚本
247
+ # Build bin scripts
226
248
  pnpm build
227
249
  ```
228
250
 
229
251
  ---
230
252
 
231
- ### 📄 开源协议与链接
253
+ ## 📄 License
254
+
255
+ This project is open-sourced under the [MIT License](LICENSE).
256
+
257
+ ---
232
258
 
233
- 本项目基于 [MIT License](LICENSE) 开源。
259
+ ## 🔗 Links
234
260
 
235
- - [Neta Art 官网](https://www.neta.art/)
236
- - [skills.sh 文档](https://skills.sh/docs)
261
+ - [Neta Art Official Website](https://www.neta.art/)
262
+ - [skills.sh Documentation](https://skills.sh/docs)
237
263