@talesofai/neta-skills 0.6.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.
- package/CHANGELOG.md +47 -0
- package/LICENSE +21 -0
- package/README.en.md +234 -0
- package/README.md +237 -0
- package/bin/apis/activity.js +14 -0
- package/bin/apis/artifact.js +64 -0
- package/bin/apis/audio.js +10 -0
- package/bin/apis/collection.js +87 -0
- package/bin/apis/config.js +49 -0
- package/bin/apis/feeds.js +34 -0
- package/bin/apis/gpt.js +10 -0
- package/bin/apis/hashtag.js +23 -0
- package/bin/apis/index.js +62 -0
- package/bin/apis/prompt.js +120 -0
- package/bin/apis/recsys.js +29 -0
- package/bin/apis/space.js +48 -0
- package/bin/apis/task.js +21 -0
- package/bin/apis/tcp.js +16 -0
- package/bin/apis/types.js +76 -0
- package/bin/apis/user.js +45 -0
- package/bin/apis/verse.js +18 -0
- package/bin/cli.js +16 -0
- package/bin/commands/community/create_comment.cmd.en_us.yml +4 -0
- package/bin/commands/community/create_comment.cmd.js +40 -0
- package/bin/commands/community/create_comment.cmd.zh_cn.yml +3 -0
- package/bin/commands/community/favor_collection.cmd.en_us.yml +4 -0
- package/bin/commands/community/favor_collection.cmd.js +29 -0
- package/bin/commands/community/favor_collection.cmd.zh_cn.yml +3 -0
- package/bin/commands/community/get_fan_list.cmd.en_us.yml +4 -0
- package/bin/commands/community/get_fan_list.cmd.js +36 -0
- package/bin/commands/community/get_fan_list.cmd.zh_cn.yml +3 -0
- package/bin/commands/community/get_hashtag_characters.cmd.en_us.yml +4 -0
- package/bin/commands/community/get_hashtag_characters.cmd.js +46 -0
- package/bin/commands/community/get_hashtag_characters.cmd.zh_cn.yml +3 -0
- package/bin/commands/community/get_hashtag_collections.cmd.en_us.yml +6 -0
- package/bin/commands/community/get_hashtag_collections.cmd.js +54 -0
- package/bin/commands/community/get_hashtag_collections.cmd.zh_cn.yml +5 -0
- package/bin/commands/community/get_hashtag_info.cmd.en_us.yml +4 -0
- package/bin/commands/community/get_hashtag_info.cmd.js +42 -0
- package/bin/commands/community/get_hashtag_info.cmd.zh_cn.yml +3 -0
- package/bin/commands/community/get_subscribe_list.cmd.en_us.yml +4 -0
- package/bin/commands/community/get_subscribe_list.cmd.js +36 -0
- package/bin/commands/community/get_subscribe_list.cmd.zh_cn.yml +3 -0
- package/bin/commands/community/like_collection.cmd.en_us.yml +4 -0
- package/bin/commands/community/like_collection.cmd.js +29 -0
- package/bin/commands/community/like_collection.cmd.zh_cn.yml +4 -0
- package/bin/commands/community/list_space_topics.cmd.en_us.yml +7 -0
- package/bin/commands/community/list_space_topics.cmd.js +39 -0
- package/bin/commands/community/list_space_topics.cmd.zh_cn.yml +6 -0
- package/bin/commands/community/list_spaces.cmd.en_us.yml +4 -0
- package/bin/commands/community/list_spaces.cmd.js +19 -0
- package/bin/commands/community/list_spaces.cmd.zh_cn.yml +3 -0
- package/bin/commands/community/read_collection.cmd.en_us.yml +4 -0
- package/bin/commands/community/read_collection.cmd.js +83 -0
- package/bin/commands/community/read_collection.cmd.zh_cn.yml +3 -0
- package/bin/commands/community/request_interactive_feed.cmd.en_us.yml +4 -0
- package/bin/commands/community/request_interactive_feed.cmd.js +54 -0
- package/bin/commands/community/request_interactive_feed.cmd.zh_cn.yml +5 -0
- package/bin/commands/community/subscribe_user.cmd.en_us.yml +4 -0
- package/bin/commands/community/subscribe_user.cmd.js +33 -0
- package/bin/commands/community/subscribe_user.cmd.zh_cn.yml +3 -0
- package/bin/commands/community/suggest_categories.cmd.en_us.yml +4 -0
- package/bin/commands/community/suggest_categories.cmd.js +26 -0
- package/bin/commands/community/suggest_categories.cmd.zh_cn.yml +3 -0
- package/bin/commands/community/suggest_content.cmd.en_us.yml +5 -0
- package/bin/commands/community/suggest_content.cmd.js +59 -0
- package/bin/commands/community/suggest_content.cmd.zh_cn.yml +4 -0
- package/bin/commands/community/suggest_keywords.cmd.en_us.yml +4 -0
- package/bin/commands/community/suggest_keywords.cmd.js +26 -0
- package/bin/commands/community/suggest_keywords.cmd.zh_cn.yml +3 -0
- package/bin/commands/community/suggest_tags.cmd.en_us.yml +4 -0
- package/bin/commands/community/suggest_tags.cmd.js +26 -0
- package/bin/commands/community/suggest_tags.cmd.zh_cn.yml +3 -0
- package/bin/commands/community/validate_tax_path.cmd.en_us.yml +4 -0
- package/bin/commands/community/validate_tax_path.cmd.js +24 -0
- package/bin/commands/community/validate_tax_path.cmd.zh_cn.yml +3 -0
- package/bin/commands/creative/edit_colleciton.cmd.en_us.yml +11 -0
- package/bin/commands/creative/edit_colleciton.cmd.js +140 -0
- package/bin/commands/creative/edit_colleciton.cmd.zh_cn.yml +10 -0
- package/bin/commands/creative/make_image.cmd.en_us.yml +20 -0
- package/bin/commands/creative/make_image.cmd.js +58 -0
- package/bin/commands/creative/make_image.cmd.zh_cn.yml +19 -0
- package/bin/commands/creative/make_song.cmd.en_us.yml +8 -0
- package/bin/commands/creative/make_song.cmd.js +53 -0
- package/bin/commands/creative/make_song.cmd.zh_cn.yml +7 -0
- package/bin/commands/creative/make_video.cmd.en_us.yml +17 -0
- package/bin/commands/creative/make_video.cmd.js +54 -0
- package/bin/commands/creative/make_video.cmd.zh_cn.yml +16 -0
- package/bin/commands/creative/publish_collection.cmd.en_us.yml +10 -0
- package/bin/commands/creative/publish_collection.cmd.js +101 -0
- package/bin/commands/creative/publish_collection.cmd.zh_cn.yml +9 -0
- package/bin/commands/creative/remove_background.cmd.en_us.yml +10 -0
- package/bin/commands/creative/remove_background.cmd.js +74 -0
- package/bin/commands/creative/remove_background.cmd.zh_cn.yml +9 -0
- package/bin/commands/creative/request_character_or_elementum.cmd.en_us.yml +23 -0
- package/bin/commands/creative/request_character_or_elementum.cmd.js +108 -0
- package/bin/commands/creative/request_character_or_elementum.cmd.zh_cn.yml +22 -0
- package/bin/commands/creative/search_tcp.cmd.en_us.yml +16 -0
- package/bin/commands/creative/search_tcp.cmd.js +53 -0
- package/bin/commands/creative/search_tcp.cmd.zh_cn.yml +15 -0
- package/bin/commands/factory.js +15 -0
- package/bin/commands/load.js +157 -0
- package/bin/utils/errors.js +61 -0
- package/bin/utils/json.js +8 -0
- package/bin/utils/lang.js +8 -0
- package/bin/utils/parse_meta.js +16 -0
- package/bin/utils/polling.js +17 -0
- package/bin/utils/prompts.js +186 -0
- package/package.json +77 -0
- package/skills/neta/SKILL.md +119 -0
- package/skills/neta-community/SKILL.md +123 -0
- package/skills/neta-creative/SKILL.md +118 -0
- package/skills/neta-space/SKILL.md +129 -0
- package/skills/neta-suggest/SKILL.md +490 -0
- package/skills/zh_cn/neta/SKILL.md +111 -0
- package/skills/zh_cn/neta/references/character-search.md +234 -0
- package/skills/zh_cn/neta/references/collection-remix.md +40 -0
- package/skills/zh_cn/neta/references/community-exploration.md +636 -0
- package/skills/zh_cn/neta/references/hashtag-research.md +295 -0
- package/skills/zh_cn/neta/references/image-generation.md +121 -0
- package/skills/zh_cn/neta/references/interactive-feed.md +377 -0
- package/skills/zh_cn/neta/references/social-interactive.md +73 -0
- package/skills/zh_cn/neta/references/song-creation.md +247 -0
- package/skills/zh_cn/neta/references/song-mv.md +198 -0
- package/skills/zh_cn/neta/references/space.md +90 -0
- package/skills/zh_cn/neta/references/video-generation.md +221 -0
- package/skills/zh_cn/neta-community/SKILL.md +109 -0
- package/skills/zh_cn/neta-community/references/character-search.md +233 -0
- package/skills/zh_cn/neta-community/references/hashtag-research.md +295 -0
- package/skills/zh_cn/neta-community/references/interactive-feed.md +377 -0
- package/skills/zh_cn/neta-community/references/social-interactive.md +73 -0
- package/skills/zh_cn/neta-creative/SKILL.md +105 -0
- package/skills/zh_cn/neta-creative/references/character-search.md +233 -0
- package/skills/zh_cn/neta-creative/references/collection-remix.md +40 -0
- package/skills/zh_cn/neta-creative/references/image-generation.md +121 -0
- package/skills/zh_cn/neta-creative/references/song-creation.md +247 -0
- package/skills/zh_cn/neta-creative/references/song-mv.md +198 -0
- package/skills/zh_cn/neta-creative/references/video-generation.md +221 -0
- package/skills/zh_cn/neta-space/SKILL.md +126 -0
- package/skills/zh_cn/neta-suggest/SKILL.md +662 -0
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
# 角色查询最佳实践
|
|
2
|
+
|
|
3
|
+
适用于 `search_character_or_elementum` 和 `request_character_or_elementum` 命令。
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 工作流程
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
1. 模糊搜索 → 2. 确认角色 → 3. 获取详情 → 4. 使用标准信息
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## 搜索策略
|
|
16
|
+
|
|
17
|
+
### 精确搜索
|
|
18
|
+
|
|
19
|
+
当知道确切角色名称时:
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
# 使用精确排序
|
|
23
|
+
neta-cli search_character_or_elementum --keywords "角色全名" --sort_scheme "exact" --parent_type "character"
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
### 模糊搜索
|
|
27
|
+
|
|
28
|
+
当只记得部分名称或关键词时:
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
# 使用相关性排序
|
|
32
|
+
neta-cli search_character_or_elementum --keywords "关键词" --sort_scheme "best" --parent_type "both"
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
### 分页浏览
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
# 第一页
|
|
39
|
+
neta-cli search_character_or_elementum --keywords "魔法少女" --page_index 0 --page_size 10
|
|
40
|
+
|
|
41
|
+
# 第二页
|
|
42
|
+
neta-cli search_character_or_elementum --keywords "魔法少女" --page_index 1 --page_size 10
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## 参数选择
|
|
48
|
+
|
|
49
|
+
### parent_type
|
|
50
|
+
|
|
51
|
+
| 值 | 说明 | 使用场景 |
|
|
52
|
+
|------|------|----------|
|
|
53
|
+
| `character` | 仅角色 | 确定搜索 OC 角色 |
|
|
54
|
+
| `elementum` | 仅风格元素 | 确定搜索风格/元素 |
|
|
55
|
+
| `both` | 两者都搜索 | 不确定类型时(默认) |
|
|
56
|
+
|
|
57
|
+
### sort_scheme
|
|
58
|
+
|
|
59
|
+
| 值 | 说明 | 使用场景 |
|
|
60
|
+
|------|------|----------|
|
|
61
|
+
| `exact` | 精确匹配 | 知道确切名称 |
|
|
62
|
+
| `best` | 综合相关 | 模糊搜索(默认) |
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
## 获取角色详情
|
|
67
|
+
|
|
68
|
+
### 通过名称
|
|
69
|
+
|
|
70
|
+
```bash
|
|
71
|
+
neta-cli request_character_or_elementum --name "角色名"
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
### 通过 UUID
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
neta-cli request_character_or_elementum --uuid "角色-uuid"
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
### 返回数据示例
|
|
81
|
+
|
|
82
|
+
```json
|
|
83
|
+
{
|
|
84
|
+
"detail": {
|
|
85
|
+
"type": "character",
|
|
86
|
+
"uuid": "xxx-xxx-xxx",
|
|
87
|
+
"name": "角色名",
|
|
88
|
+
"age": "18",
|
|
89
|
+
"interests": "唱歌、跳舞",
|
|
90
|
+
"persona": "开朗活泼",
|
|
91
|
+
"description": "详细描述...",
|
|
92
|
+
"occupation": "学生",
|
|
93
|
+
"avatar_img": "https://...",
|
|
94
|
+
"header_img": "https://..."
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
## 常见用例
|
|
102
|
+
|
|
103
|
+
### 基于角色生成图片
|
|
104
|
+
|
|
105
|
+
```bash
|
|
106
|
+
# 1. 获取角色标准信息
|
|
107
|
+
neta-cli request_character_or_elementum --name "初音未来"
|
|
108
|
+
|
|
109
|
+
# 2. 生成图片
|
|
110
|
+
neta-cli make_image \
|
|
111
|
+
--prompt "@初音未来,穿着标志性服装,手持大葱,舞台背景" \
|
|
112
|
+
--aspect "3:4"
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
### 标签角色调研
|
|
116
|
+
|
|
117
|
+
```bash
|
|
118
|
+
# 1. 获取标签下的角色列表
|
|
119
|
+
neta-cli get_hashtag_characters --hashtag "热门标签" --sort_by "hot"
|
|
120
|
+
|
|
121
|
+
# 2. 获取感兴趣角色的详情
|
|
122
|
+
neta-cli request_character_or_elementum --name "角色名"
|
|
123
|
+
|
|
124
|
+
# 3. 分析角色特征,确定创作方向
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
### 风格元素查询
|
|
128
|
+
|
|
129
|
+
```bash
|
|
130
|
+
# 搜索风格元素
|
|
131
|
+
neta-cli search_character_or_elementum --keywords "赛博朋克" --parent_type "elementum"
|
|
132
|
+
|
|
133
|
+
# 获取元素详情
|
|
134
|
+
neta-cli request_character_or_elementum --name "赛博朋克风格"
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
---
|
|
138
|
+
|
|
139
|
+
## 搜索技巧
|
|
140
|
+
|
|
141
|
+
### 使用别名/简称
|
|
142
|
+
|
|
143
|
+
有些角色有多个名称:
|
|
144
|
+
```bash
|
|
145
|
+
# 尝试不同名称
|
|
146
|
+
neta-cli search_character_or_elementum --keywords "角色全名" --sort_scheme "exact"
|
|
147
|
+
neta-cli search_character_or_elementum --keywords "角色简称" --sort_scheme "exact"
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
### 组合关键词
|
|
151
|
+
|
|
152
|
+
```bash
|
|
153
|
+
# 特征 + 类型
|
|
154
|
+
neta-cli search_character_or_elementum --keywords "粉色头发 魔法少女" --parent_type "character"
|
|
155
|
+
|
|
156
|
+
# 作品名 + 角色
|
|
157
|
+
neta-cli search_character_or_elementum --keywords "作品名 角色名" --sort_scheme "exact"
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
### 利用标签筛选
|
|
161
|
+
|
|
162
|
+
```bash
|
|
163
|
+
# 先查标签
|
|
164
|
+
neta-cli get_hashtag_info --hashtag "标签名"
|
|
165
|
+
|
|
166
|
+
# 再查标签下角色
|
|
167
|
+
neta-cli get_hashtag_characters --hashtag "标签名"
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
---
|
|
171
|
+
|
|
172
|
+
## 数据缓存
|
|
173
|
+
|
|
174
|
+
### 缓存角色信息
|
|
175
|
+
|
|
176
|
+
```bash
|
|
177
|
+
# 第一次查询并保存
|
|
178
|
+
neta-cli request_character_or_elementum --name "角色名" > character_cache/角色名.json
|
|
179
|
+
|
|
180
|
+
# 后续使用缓存数据
|
|
181
|
+
cat character_cache/角色名.json
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
### 缓存搜索结果
|
|
185
|
+
|
|
186
|
+
```bash
|
|
187
|
+
# 保存搜索结果
|
|
188
|
+
neta-cli search_character_or_elementum --keywords "关键词" > search_cache/关键词.json
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
## 常见问题
|
|
194
|
+
|
|
195
|
+
### Q: 搜索不到角色怎么办?
|
|
196
|
+
|
|
197
|
+
**A:**
|
|
198
|
+
1. 尝试不同的名称变体
|
|
199
|
+
2. 使用模糊搜索(`-s "best"`)
|
|
200
|
+
3. 检查是否拼写错误
|
|
201
|
+
4. 确认角色确实存在于数据库中
|
|
202
|
+
|
|
203
|
+
### Q: 如何区分同名角色?
|
|
204
|
+
|
|
205
|
+
**A:**
|
|
206
|
+
1. 查看详细描述
|
|
207
|
+
2. 对比头像图片
|
|
208
|
+
3. 查看所属标签/作品
|
|
209
|
+
4. 使用更精确的搜索词
|
|
210
|
+
|
|
211
|
+
### Q: 角色信息不完整怎么办?
|
|
212
|
+
|
|
213
|
+
**A:**
|
|
214
|
+
1. 有些角色可能信息较少
|
|
215
|
+
2. 可以结合多个来源
|
|
216
|
+
3. 使用角色的 avatar_img 作为参考
|
|
217
|
+
4. 基于已有信息创作
|
|
218
|
+
|
|
219
|
+
---
|
|
220
|
+
|
|
221
|
+
## 最佳实践总结
|
|
222
|
+
|
|
223
|
+
1. **先搜索后创作** - 确保使用官方标准设定
|
|
224
|
+
2. **缓存常用角色** - 避免重复 API 调用
|
|
225
|
+
3. **精确优先** - 知道全名时用 `exact` 排序
|
|
226
|
+
4. **保存 UUID** - 方便后续直接查询
|
|
227
|
+
5. **结合标签** - 利用标签系统发现相关角色
|
|
228
|
+
|
|
229
|
+
---
|
|
230
|
+
|
|
231
|
+
## 相关文档
|
|
232
|
+
|
|
233
|
+
- [图片生成](./image-generation.md) - 基于角色信息生成图片
|
|
@@ -0,0 +1,295 @@
|
|
|
1
|
+
# 标签调研最佳实践
|
|
2
|
+
|
|
3
|
+
适用于 `get_hashtag_info`、`get_hashtag_characters` 和 `get_hashtag_collections` 命令。
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 工作流程
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
1. 获取标签信息 → 2. 查看热门角色 → 3. 分析精选合集 → 4. 确定创作方向
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## 标签信息
|
|
16
|
+
|
|
17
|
+
### 基本信息查询
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
neta-cli get_hashtag_info --hashtag "标签名"
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
**返回内容:**
|
|
24
|
+
- 标签 lore(世界观设定)
|
|
25
|
+
- 活动详情
|
|
26
|
+
- 热度数据
|
|
27
|
+
- 订阅数量
|
|
28
|
+
|
|
29
|
+
### 标签 lore 使用
|
|
30
|
+
|
|
31
|
+
lore 包含标签的世界观和设定,是创作的重要参考:
|
|
32
|
+
|
|
33
|
+
```json
|
|
34
|
+
{
|
|
35
|
+
"lore": [
|
|
36
|
+
{
|
|
37
|
+
"name": "设定名称",
|
|
38
|
+
"category": "设定类别",
|
|
39
|
+
"description": "详细描述..."
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
}
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
**应用:**
|
|
46
|
+
- 基于 lore 创作符合世界观的内容
|
|
47
|
+
- 使用 lore 中的关键词作为提示词
|
|
48
|
+
- 保持创作与官方设定一致
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
## 角色调研
|
|
53
|
+
|
|
54
|
+
### 获取热门角色
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
neta-cli get_hashtag_characters \
|
|
58
|
+
--hashtag "标签名" \
|
|
59
|
+
--sort_by "hot" \
|
|
60
|
+
--page_size 20
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
### 获取最新角色
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
neta-cli get_hashtag_characters \
|
|
67
|
+
--hashtag "标签名" \
|
|
68
|
+
--sort_by "newest" \
|
|
69
|
+
--page_size 20
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
### 筛选角色类型
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
# 只看 OC 角色
|
|
76
|
+
neta-cli get_hashtag_characters --hashtag "标签名" --parent_type "oc"
|
|
77
|
+
|
|
78
|
+
# 只看风格元素
|
|
79
|
+
neta-cli get_hashtag_characters --hashtag "标签名" --parent_type "elementum"
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
### 分析角色特征
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
# 1. 获取角色列表
|
|
86
|
+
neta-cli get_hashtag_characters --hashtag "标签名" > characters.json
|
|
87
|
+
|
|
88
|
+
# 2. 分析热门角色的共同特征
|
|
89
|
+
# - 发型/发色分布
|
|
90
|
+
# - 服装风格
|
|
91
|
+
# - 常见元素
|
|
92
|
+
|
|
93
|
+
# 3. 获取详情
|
|
94
|
+
neta-cli request_character --name "热门角色名"
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
## 精选合集分析
|
|
100
|
+
|
|
101
|
+
### 获取精选作品
|
|
102
|
+
|
|
103
|
+
```bash
|
|
104
|
+
neta-cli get_hashtag_collections --hashtag "标签名"
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
**返回内容:**
|
|
108
|
+
- 精选作品列表
|
|
109
|
+
- 封面图
|
|
110
|
+
- 创作者信息
|
|
111
|
+
- 点赞数
|
|
112
|
+
|
|
113
|
+
### 分析热门作品
|
|
114
|
+
|
|
115
|
+
```bash
|
|
116
|
+
# 1. 获取合集
|
|
117
|
+
neta-cli get_hashtag_collections --hashtag "标签名" > collections.json
|
|
118
|
+
|
|
119
|
+
# 2. 分析高赞作品
|
|
120
|
+
# - 使用的角色
|
|
121
|
+
# - 视觉风格
|
|
122
|
+
# - 构图特点
|
|
123
|
+
# - 色彩搭配
|
|
124
|
+
|
|
125
|
+
# 3. 总结成功要素
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
### 学习创作技巧
|
|
129
|
+
|
|
130
|
+
通过精选合集学习:
|
|
131
|
+
- 流行的构图方式
|
|
132
|
+
- 常用的色彩搭配
|
|
133
|
+
- 受欢迎的角色组合
|
|
134
|
+
- 热门的场景设定
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
138
|
+
## 完整调研流程
|
|
139
|
+
|
|
140
|
+
### 示例:新标签创作调研
|
|
141
|
+
|
|
142
|
+
```bash
|
|
143
|
+
# 1. 了解标签整体信息
|
|
144
|
+
neta-cli get_hashtag_info --hashtag "魔法少女"
|
|
145
|
+
|
|
146
|
+
# 2. 查看热门角色(前 20 个)
|
|
147
|
+
neta-cli get_hashtag_characters --hashtag "魔法少女" --sort_by "hot" --page_size 20
|
|
148
|
+
|
|
149
|
+
# 3. 查看精选作品
|
|
150
|
+
neta-cli get_hashtag_collections --hashtag "魔法少女"
|
|
151
|
+
|
|
152
|
+
# 4. 获取感兴趣角色的详情
|
|
153
|
+
neta-cli request_character --name "角色名"
|
|
154
|
+
|
|
155
|
+
# 5. 基于调研结果创作
|
|
156
|
+
neta-cli make_image --prompt "符合标签风格的提示词..."
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
## 数据记录
|
|
162
|
+
|
|
163
|
+
### 调研笔记模板
|
|
164
|
+
|
|
165
|
+
```markdown
|
|
166
|
+
# 标签调研:标签名
|
|
167
|
+
|
|
168
|
+
## 基本信息
|
|
169
|
+
- 订阅数:xxx
|
|
170
|
+
- 热度:xxx
|
|
171
|
+
- 核心设定:...
|
|
172
|
+
|
|
173
|
+
## 热门角色 Top 5
|
|
174
|
+
1. 角色名 - 特征...
|
|
175
|
+
2. 角色名 - 特征...
|
|
176
|
+
3. ...
|
|
177
|
+
|
|
178
|
+
## 流行元素
|
|
179
|
+
- 发色:...
|
|
180
|
+
- 服装:...
|
|
181
|
+
- 道具:...
|
|
182
|
+
- 背景:...
|
|
183
|
+
|
|
184
|
+
## 创作方向
|
|
185
|
+
基于调研,计划创作...
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
### 保存调研结果
|
|
189
|
+
|
|
190
|
+
```bash
|
|
191
|
+
# 保存完整调研数据
|
|
192
|
+
mkdir research/标签名
|
|
193
|
+
neta-cli get_hashtag_info --hashtag "标签名" > research/标签名/info.json
|
|
194
|
+
neta-cli get_hashtag_characters --hashtag "标签名" > research/标签名/characters.json
|
|
195
|
+
neta-cli get_hashtag_collections --hashtag "标签名" > research/标签名/collections.json
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
---
|
|
199
|
+
|
|
200
|
+
## 常见用例
|
|
201
|
+
|
|
202
|
+
### 新角色创作调研
|
|
203
|
+
|
|
204
|
+
```bash
|
|
205
|
+
# 1. 调研现有角色,避免重复
|
|
206
|
+
neta-cli search_character_or_elementum --keywords "角色特征" --parent_type "character"
|
|
207
|
+
|
|
208
|
+
# 2. 调研相关标签的热门元素
|
|
209
|
+
neta-cli get_hashtag_characters --hashtag "相关标签"
|
|
210
|
+
|
|
211
|
+
# 3. 基于调研设计独特角色
|
|
212
|
+
```
|
|
213
|
+
|
|
214
|
+
### 系列活动策划
|
|
215
|
+
|
|
216
|
+
```bash
|
|
217
|
+
# 1. 调研标签 lore 和设定
|
|
218
|
+
neta-cli get_hashtag_info --hashtag "标签名"
|
|
219
|
+
|
|
220
|
+
# 2. 分析精选作品的主题
|
|
221
|
+
neta-cli get_hashtag_collections --hashtag "标签名"
|
|
222
|
+
|
|
223
|
+
# 3. 策划符合标签调性的系列内容
|
|
224
|
+
```
|
|
225
|
+
|
|
226
|
+
### 竞品分析
|
|
227
|
+
|
|
228
|
+
```bash
|
|
229
|
+
# 1. 收集热门标签
|
|
230
|
+
neta-cli get_hashtag_info --hashtag "标签 1"
|
|
231
|
+
neta-cli get_hashtag_info --hashtag "标签 2"
|
|
232
|
+
|
|
233
|
+
# 2. 对比各标签的热门角色
|
|
234
|
+
neta-cli get_hashtag_characters --hashtag "标签 1" --sort_by "hot"
|
|
235
|
+
neta-cli get_hashtag_characters --hashtag "标签 2" --sort_by "hot"
|
|
236
|
+
|
|
237
|
+
# 3. 分析差异和机会点
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
---
|
|
241
|
+
|
|
242
|
+
## 调研技巧
|
|
243
|
+
|
|
244
|
+
### 发现新兴标签
|
|
245
|
+
|
|
246
|
+
- 关注 `newest` 排序的新角色
|
|
247
|
+
- 查看活跃度上升的标签
|
|
248
|
+
- 注意跨界合作的标签
|
|
249
|
+
|
|
250
|
+
### 识别趋势
|
|
251
|
+
|
|
252
|
+
- 定期调研同一标签
|
|
253
|
+
- 记录热门角色的变化
|
|
254
|
+
- 观察精选作品风格演变
|
|
255
|
+
|
|
256
|
+
### 高效调研
|
|
257
|
+
|
|
258
|
+
- 先广度后深度(先了解整体,再深入细节)
|
|
259
|
+
- 善用分页获取完整数据
|
|
260
|
+
- 保存常用标签的调研结果
|
|
261
|
+
|
|
262
|
+
---
|
|
263
|
+
|
|
264
|
+
## 常见问题
|
|
265
|
+
|
|
266
|
+
### Q: 如何找到适合创作的标签?
|
|
267
|
+
|
|
268
|
+
**A:**
|
|
269
|
+
1. 浏览热门标签列表
|
|
270
|
+
2. 查看各标签的订阅数
|
|
271
|
+
3. 选择与创作风格匹配的标签
|
|
272
|
+
4. 考虑竞争程度(热门标签竞争大)
|
|
273
|
+
|
|
274
|
+
### Q: 标签 lore 太长如何快速提取要点?
|
|
275
|
+
|
|
276
|
+
**A:**
|
|
277
|
+
1. 关注核心设定(世界观、背景)
|
|
278
|
+
2. 提取关键词和术语
|
|
279
|
+
3. 记录角色关系
|
|
280
|
+
4. 注意禁忌/限制
|
|
281
|
+
|
|
282
|
+
### Q: 如何判断标签的热度趋势?
|
|
283
|
+
|
|
284
|
+
**A:**
|
|
285
|
+
1. 对比不同时间的调研数据
|
|
286
|
+
2. 观察新角色发布频率
|
|
287
|
+
3. 查看精选合集更新时间
|
|
288
|
+
4. 关注订阅数变化
|
|
289
|
+
|
|
290
|
+
---
|
|
291
|
+
|
|
292
|
+
## 相关文档
|
|
293
|
+
|
|
294
|
+
- [角色查询](./character-search.md) - 获取角色详细信息
|
|
295
|
+
- [图片生成](./image-generation.md) - 基于调研结果创作
|