소스 정보
- 저장소
- GoogleCloudPlatform/cxas-scrapi
- 최근 소스 활동
- 2026년 6월 5일 15:43
- 감지된 SKILL.md 언어
- 영어
- 스타
- 92
- 포크
- 81
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
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).