Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

amazon-connect-custom-ccp亚马逊连接自定义 ccp

Agent Skill

amazon-connect-custom-ccp 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

428

周安装

18

GitHub Stars

公开资料未说明

下载量

150
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:amazon-connect-custom-ccp(亚马逊连接自定义 ccp)
来源仓库:https://github.com/tippyentertainment/skills
仓库路径:skills/amazon-connect-custom-ccp
安装命令:
npx skills add https://github.com/tippyentertainment/skills --skill amazon-connect-custom-ccp
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/tippyentertainment/skills --skill amazon-connect-custom-ccp

简介

设计定制化联系中心座席界面与完整IVR流程架构方案。

  • 适用于CRM系统集成与多渠道客服体验统一改造项目。
  • 生成Streams集成代码骨架与安全配置文件模板文档。
  • 侧重架构指导而非直接部署,需开发者配合实施落地。amazon-connect-custom-ccp 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 提供主流前端框架(Vue/React)示例组件加速开发进程。

SKILL.md

Provided by TippyEntertainment

https://github.com/tippyentertainment/skills.git

This skill is designed for use on the Tasking.tech agent platform (https://tasking.tech) and is also compatible with assistant runtimes that accept skill-style handlers such as.claude,.openai, and.mistral. Use this skill for both Claude code and Tasking.tech agent source.

amazon-connect-custom-ccp

Summary

Design, build, and refine a custom Contact Control Panel (CCP) and full Amazon Connect contact‑center configuration. This skill helps create tailored web‑based CCP UIs, integrate them with Amazon Connect Streams, and model security profiles, routing profiles, queues, campaigns, contact flows, IVR/bots, monitoring (barge‑in/whisper), and metrics so the overall experience matches business needs.


When to Use

Use this skill when the user wants to:

  • Build a custom softphone / CCP UI instead of the default Amazon Connect CCP.
  • Embed agent call controls into an existing web app (CRM, helpdesk, internal portal).
  • Customize agent experience around:

- Call controls (accept, hold, mute, transfer, conference, end). - Contact attributes and screen‑pops. - Agent states (available, offline, ACW).

  • Design or refine security profiles, routing profiles, queues, and hours of operation.
  • Set up inbound and outbound campaigns, IVR flows, Lex/flexbots, and prompts.
  • Enable supervisor monitoring, whisper, barge‑in, and coaching flows.
  • Tie Amazon Connect into downstream systems (CRMs, ticketing tools, analytics, MRR dashboards).

This skill focuses on architecture, configuration design, and code scaffolding. It does not directly execute AWS changes, but should produce implementation‑ready plans and examples.


Inputs to Collect

The assistant should ask for and use:

Business & Experience

  • High‑level goal

- e.g. “Embed CCP into our React CRM”, “New sales‑only CCP”, “Split support into L1/L2 queues”, “Set up inbound sales campaign”.

  • Agent roles

- Types of agents (L1 support, L2, sales, billing, supervisors) and what each should see/do.

  • Channels

- Voice, chat, tasks, or any combination.

Technical Context

  • Existing stack

- Frontend: React, Vue, Svelte, Angular, or vanilla. - Backend: Node, Python, serverless, etc.

  • Amazon Connect details

- Region and instance alias/name (if available). - Whether they already use amazon-connect-streams. - Current CCP usage (default CCP vs partial customizations).

  • Authentication

- How agents log in: SSO, Cognito, SAML/OIDC, or custom auth. - Any constraints around identity propagation into Connect.

Contact‑Center Configuration

  • Security profiles / groups

- Categories of permission needed (agent, lead, supervisor, admin).

  • Routing profiles

- Which roles should handle which queues, and priority between them.

  • Queues

- Current queue setup and desired new structure.

  • Hours of operation

- Per‑queue hours, holidays, and after‑hours behavior.

  • KPIs / metrics

- Metrics that matter (AHT, SLA, CSAT, MRR, conversion rate, etc.). - Where metrics are currently reported (Connect, external BI, none).

Campaigns, Flows, IVR, Bots, Monitoring

  • Inbound campaigns

- Phone numbers, brands, and goals (support, sales, renewals).

  • Outbound campaigns

- Use cases (collections, renewals, upsell), dialing strategy, target lists.

  • Contact flows / IVR

- Desired menu structure, languages, and self‑service options.

  • Bots (Lex / “flexbots”)

- Self‑service tasks, intents, handoff points.

  • Supervisor tools

- Need for monitoring, whisper, barge‑in, QA processes.

If key details are missing, the skill should ask 2–4 targeted questions before designing a solution.


Expected Behavior

1. Clarify Requirements

  • Summarize the user’s goals in a short bullet list.
  • Confirm:

- Target UI framework for the custom CCP. - Deployment target (CloudFront/S3, Amplify, existing internal portal). - Scope of contact‑center configuration changes (just UI vs UI + routing/security/campaigns).

2. Propose Architecture

Frontend / CCP UI

  • Use amazon-connect-streams to embed CCP into the chosen frontend framework.
  • Decide between:

- Iframe‑based CCP: embed the stock CCP with custom framing, or - Fully custom CCP: build UI components that listen to Streams events and call Streams APIs.

  • Define main UI components:

- Softphone panel (call controls, timer, caller info). - Contact details and screen‑pops (attributes from flows/bots/CRMs). - Agent status selector and queue status indicators. - Optional supervisor widgets (monitor/whisper/barge‑in controls). - Optional metrics widgets for per‑agent stats.

  • Citrix / VDI / HDX considerations:

- If agents run the CCP inside virtual desktops (Citrix/HDX), verify browser and OS-level media/USB redirection settings; VDI can impact microphone/speaker availability, latency, and packet loss. - When WebRTC performs poorly in VDI, prefer solutions that support framed softphones, local media bridging, or native softphone clients to reduce media path latency and improve audio quality. - Provide a short ops checklist for VDI deployments (supported browsers, HDX audio/USB settings, recommended Citrix policies, and fallback SIP/native client guidance).

CCP Ops Checklist — VDI / HDX & Reconnect Guidance

This checklist contains concrete steps and settings to validate CCP deployments in Citrix/VDI (HDX) environments and to ensure agent session persistence and reconnection behavior.

Supported Client & Browser Matrix

  • Preferred: Google Chrome (stable) on Windows 10/11 or latest Chromium-based browsers.
  • Test on local endpoint (non-VDI) and inside target VDI image to compare behavior.
  • Minimum test items:

- Browser version - Citrix Workspace client version - HDX audio/USB driver versions

Citrix / HDX Configuration (recommended)

  • Enable HDX audio redirection for the client session (not only server-side audio). Verify microphone and speaker are mapped to the VDI session.
  • Enable USB redirection if agents use headsets with USB dongles; limit to trusted device classes.
  • Use optimized HDX policies for real-time audio/video (e.g., Audio: Real-time / Optimize for Voice where available).
  • Ensure the Citrix policy allows the required browser features (WebRTC, microphone/camera access) and that client browsers are launched with the correct flags if needed.

Network & QoS

  • Verify network bandwidth and latency from VDI worker to the media endpoint. Target:

- <150ms round-trip for acceptable UX (lower is better). - Stable bandwidth per agent: 64–128 Kbps for audio; higher for video if used.

  • Ensure QoS prioritization for audio (DSCP markings) where possible on enterprise edge.

Media Strategy & Fallbacks

  • Preferred first-line: In-browser WebRTC (if VDI performance acceptable).
  • If VDI introduces unacceptable latency or audio glitches:

- Use a local media bridge / framed softphone approach (media proxy on endpoint), or - Provide a native softphone/SIP client installed on the agent endpoint outside the VDI.

  • Document fallback steps for agents (how to switch to SIP client, restart agent session, or report to ops).

Reconnection & Session Persistence

  • Persist agent session state server-side (e.g., Redis/session store): agent ID, routing profile, active contact IDs, timers, and short-lived tokens.
  • Implement heartbeat (every ~10–30s) and a reconnection window (e.g., 60–300s) for automatic session reattach.
  • On client reconnect:

- Rehydrate UI state from server (active contacts, selected routing profile, timers). - Attempt media reattachment; if that fails, show explicit action to the agent to rejoin media (relogin, re-initiate softphone, or use fallback client).

Validation Steps (manual QA)

  1. Start a CCP session in VDI and on a local client.
  2. Run a microphone/speaker loop test (simple prerecorded voice or echo test). Verify latency and clarity.
  3. Simulate network glitch (disconnect/limit bandwidth) and confirm reconnect within configured window and proper UI rehydration.
  4. Test supervisor features (monitor/whisper/barge‑in) end-to-end and verify audit logging.
  5. Test USB headset redirection (plug/unplug) and confirm the browser/CCP gracefully handles device changes.

Monitoring & Alerts

  • Add health checks for agent session reconnections: failure rates and average time-to-reconnect.
  • Monitor media quality metrics (packet loss, jitter) per VDI worker pool and alert when thresholds are exceeded.

Ops Runbook Snippets

  • Quick fix: If an agent reports audio problems in VDI:

1. Ask agent to open a local browser (outside VDI) and confirm audio quality. 2. If local is OK and VDI is bad, check Citrix policy and HDX session logs for audio redirection issues. 3. Temporarily switch agent to fallback native softphone and record incident.

  • Reconnect troubleshooting:

- Check session store (Redis) for agent session keys. - Inspect CCP logs for reconnection errors and token expiration.

Links & References


Keep this checklist short and add organization-specific details (browser policy entries, SIP config examples, or local softphone installers) as needed.

Backend / Integrations (if needed)

  • APIs to:

- Retrieve and update customer/contact data (CRM, ticketing, database). - Trigger Lambdas or other services from CCP actions (e.g., “Open dispute”, “Send follow‑up SMS”).

  • Secure storage of configuration (mapping numbers → flows → queues, campaign IDs, etc.).

Auth & Security

  • Map identity from IdP into:

- Web app session. - Amazon Connect (SSO/Cognito/SAML).

  • Agent persistence & session continuity

- Persist agent session state server-side (e.g., session store or Redis) so brief client restarts or network blips can be recovered and agent context (active contacts, timers, selected routing profile) can be rehydrated on reconnect. - Implement heartbeat and reconnection logic in the CCP to restore in‑progress contacts and timers where possible; surface clear guidance for agents about any recovery limitations (e.g., media re‑attach required). - In VDI/HDX deployments, coordinate with the VDI configuration checklist (see Frontend / CCP UI) and consider local media bridging to avoid media path disruptions during reconnects.

  • Tie security profiles to:

- Which queues and channels an agent can access. - Whether they can monitor or barge‑in. - Which reports and dashboards they can see.


3. Design Contact‑Center Configuration

Security Profiles / Security Groups

  • Define profiles such as:

- Agent: minimal privileges to handle assigned contacts. - Senior Agent / Lead: can see more queues and perform advanced transfers. - Supervisor: monitor/whisper/barge‑in, view real‑time and historical reports. - Admin / Telephony Engineer: full configuration and troubleshooting tools.

  • For each profile, specify:

- Allowed channels (voice, chat, tasks). - Accessible queues. - Reporting and monitoring privileges. - Setup/monitoring capabilities.

Routing Profiles

  • For each agent role, define:

- Which queues they receive contacts from. - Priority order between queues (e.g., VIP > Sales > General). - Channel mix per role.

  • Provide clear mapping, e.g.:

- “L1 Support routing profile → Support-General, Email-Support.” - “Sales routing profile → Sales-Inbound, Sales-Outbound, VIP-Clients.”

Queues

  • Propose queue structure, potentially including:

- Support-General, Support-Billing, Support-Technical-L2. - Sales-Inbound, Sales-Outbound, Sales-Renewals. - VIP queues and language‑specific queues.

  • For each queue, define:

- Purpose and associated contact flow. - Hours of operation. - Any special handling or priority rules.

Hours of Operation & After‑Hours

  • Define hours for each queue or group of queues.
  • Describe after‑hours behavior:

- Voicemail, callbacks, or “closed” messages.

  • Include notes on holidays and special events.

Metrics, Reporting, and MRR/KPIs

  • Identify:

- Operational metrics: AHT, ASA, SLA, occupancy, abandonment, queue length. - Quality metrics: CSAT, FCR. - Business metrics: MRR, conversion rate, upsell rate, churn indicators.

  • Suggest:

- Which native Amazon Connect real‑time/historical reports to use. - Export patterns to external analytics (e.g., Kinesis → Redshift → QuickSight) for MRR and advanced KPIs.

  • Map metrics back to campaigns and queues (e.g., “Sales‑Inbound MRR per agent”).

4. Campaigns, Contact Flows, IVR, Bots, Monitoring

Outbound Campaigns

  • For each outbound campaign, define:

- Objective (reminders, collections, upsell, win‑back). - Target audience (lists, segments, external data sources). - Dialing strategy (preview vs progressive/predictive via integrated dialers). - Queue + routing profile mapping (which agents handle connects and callbacks). - Compliance (time‑of‑day rules, do‑not‑call/opt‑out handling, regional restrictions).

  • Provide:

- Example flow for outbound calls (contact flow for answer, callbacks, voicemail, retries).

Inbound Campaigns

  • Treat certain inbound numbers or IVR paths as campaigns with their own:

- Phone numbers / DIDs / TFNs. - Branding and prompts. - Queues, routing profiles, and KPIs (conversion/MRR, retention, etc.).

  • For each inbound campaign, specify:

- Number → entry contact flow → queue → routing profile. - Segmentation logic (new vs existing customers, VIP, language). - Attributes and disposition codes used for reporting.

Contact Flows

  • Propose a library of flows, for example:

- Inbound-Entry-IVR - Support-Queue-Flow - Sales-Queue-Flow - Callback-Flow - After-Hours-Flow - Outbound-Campaign-Flow

  • For each flow, outline:

- Greeting and verification. - Menu structure, including language selection. - Queue transfers and routing logic. - Error/no‑input/no‑match handling. - Integration points (Lambdas/APIs for lookups/update).

  • Describe how attributes from flows populate CCP screen‑pops.

IVR Prompts & Scripts

  • Generate/refine scripts for:

- Greetings (“Thank you for calling…”). - Menus (“Press 1 for billing…”). - Error, hold, callback, and after‑hours messages.

  • Ensure prompts:

- Are concise and clear. - Match brand voice and legal/compliance requirements.

  • Indicate whether to use TTS or recorded audio.

Bots (Lex / “Flexbots”) and Automation

  • Design high‑level conversational flows for:

- Self‑service tasks (balance, order status, password reset, appointment management). - Pre‑qualification and capture of intent before agent hand‑off.

  • For each bot, define:

- Intents, sample utterances, and required slots. - Fulfillment logic (Lambdas, APIs). - Handoff points to queues/agents and which attributes to pass.

  • Show how:

- Voice bots plug into IVR contact flows. - Chat bots plug into messaging flows. - CCP uses attributes collected by bots for screen‑pops and guidance.

Monitoring, Whisper, Barge‑In, Coaching

  • Recommend:

- Which security profiles obtain monitor, whisper, and barge‑in permissions. - How these controls appear in the custom CCP (supervisor toolbar, per‑contact actions).

  • Suggest UX safeguards:

- Confirmations before barge‑in. - Indicators that a supervisor is monitoring/whispering. - Audit logging of monitoring/coaching actions.

  • Connect monitoring to QA:

- Processes for tagging calls, adding notes, and linking to coaching/QA forms.


5. Provide Implementation Scaffolding

Example Frontend Initialization (React)

// Example: initialize Amazon Connect Streams in a React component
import { useEffect } from 'react';

export function CustomCCP() {
  useEffect(() => {
    const ccpUrl = 'https://YOUR_INSTANCE_ALIAS.my.connect.aws/ccp-v2';

    const container = document.getElementById('ccp-container');
    if (!container) return;

    // Initialize the CCP
    connect.core.initCCP(container, {
      ccpUrl,
      loginPopup: true,
      softphone: { allowFramedSoftphone: true },
    });

    // Subscribe to contacts
    connect.contact((contact) => {
      // Update UI with contact attributes, timers, etc.
    });

    // Subscribe to agent state changes
    connect.agent((agent) => {
      // Update UI with agent status and routing profile info
    });
  }, []);

  return <div id="ccp-container" style={{ width: '100%', height: '100%' }} />;
}

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.7%
按下载量换算57

Claude

29.21%
按下载量换算44

Cursor

17.47%
按下载量换算26

Gemini CLI

10.06%
按下载量换算15

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills