ai_member_xiaoyan/skills/dialogue-reading-config/SKILL.md

42 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: dialogue-reading-config
version: 1.0.0
description: 对话朗读类互动组件配置标准化规范,用于剧本中对话朗读/对话朗读-配图类型组件的标准化生成
metadata:
requires:
permissions: ["sheets:spreadsheet"]
identity: bot
---
# 对话朗读组件配置规范
## 适用场景
当【类型】列内容为【对话朗读】或【对话朗读-配图】时,使用本规范生成组件配置
## 配置格式
### 字段要求
1. 【任务标题】:
- 设计规则:结合剧情上下文,提炼互动核心内容,使用中文口语化表述,符合低龄用户认知
- 核心要素:包含互动对象+核心动作/状态避免笼统的「对话X」编号
- 示例:「机器人的头坏了」「帮机器人拼接头和身体」
2. 【资源配置】:
- 类型为「对话朗读」时,填写:图片时机:无
- 类型为「对话朗读-配图」时,填写:图片时机:互动内容
3. 【情景引入】:默认值为「无」
4. 【互动内容】:填写带有知识点的朗读句子(与原台词保持一致)
5. 【后置对话】:默认值为「无」
## 示例
### 对话朗读-配图类型示例
```
【任务标题】机器人的头坏了
【资源配置】图片时机:互动内容
【情景引入】无
【互动内容】Its head is broken.
【后置对话】无
```
### 对话朗读类型示例
```
【任务标题】帮机器人拼接头和身体
【资源配置】图片时机:无
【情景引入】无
【互动内容】Eva, can you put the head and body together?
【后置对话】无
```