用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/GoogleCloudPlatform/cxas-scrapi --skill cxas-drawio-ingestor命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | cxas-drawio-ingestor |
| description | Extracts conversational transcripts from .drawio XML files. |
Use this skill when you need to extract dialogue turns and conversation flows
from .drawio diagram files.
When processing .drawio flowchart designs, you must parse them as complete
directed graphs to construct dialogue paths, rather than extracting flat text
turns.
<mxCell> tags where vertex="1". Extract their id and value
(text label).<mxCell> tags where edge="1". Match source and target vertex
IDs to identify directed pathways.<div>, <font>, CSS styles). Unescape HTML entities
(e.g., " or <) to obtain clean text.Ensure that you map all domain concepts consistently to the target brand or theme requested by the user or specified in the requirements. Do not mix multiple industrial domains in a single report.
Compile the traversed paths into a structured CXAS YAML format complying with
the root-level turn structures (turns containing speaker: Agent|User,
text, and optional actions). Ensure every scenario starts with the
standardized Agent welcome greeting, is voice-realistic, and ends with the
standardized sign-off calling the end_session tool.
subintent_id: check_loyalty_status
subintent_name: "Check Loyalty VIP Status"
parent_cuj: "Loyalty Rewards"
turns:
- speaker: Agent
text: "Hello! Thanks for calling [Brand]. How can I help you today?"
- speaker: User
text: "I need to check my loyalty rewards point balance."
- speaker: Agent
text: "I'd be happy to help you check your loyalty rewards point balance. May I have your membership phone number?"
- speaker: User
text: "Yes, it is 555-0199."
- speaker: Agent
text: "Thank you. Let me verify your rewards balance."
webhook_call:
name: check_rewards_balance
payload:
phone_number: "5550199"
response:
vip_status: "ELITE"
points_balance: 1500
- speaker: Agent
text: "I've found your account. You are an Elite member with a balance of 1,500 points. Is there anything else I can help you with today?"
-
All generated spoken dialogue turns (Agent voice turns) MUST strictly adhere to high-fidelity spoken voice standards. Subagents must ensure:
"450", "$909", "555-0199"). Instead, numbers must
be explicitly spelled out phonetically:
"four hundred fifty points", "nine hundred nine dollars"."five five five, zero, one, nine, nine".please, thank you, thanks, certainly, happy to help, welcome, goodbye, great day).