experience_assurance

Create FAN network slice experience assurance tasks via a dedicated API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/huangxn27/broadband-agent-demo --skill experience-assurance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experience_assurance
Source: https://github.com/huangxn27/broadband-agent-demo/tree/main/backend/skills/experience_assurance
Command: npx skills add https://github.com/huangxn27/broadband-agent-demo --skill experience-assurance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

体验保障配置需要协调多步流程与下游系统,本 Skill 提供一个统一入口来创建和管理 FAN 网络切片的体验保障任务,从而简化运维自动化并提升网络性能保障的一致性。

Core Features & Use Cases

  • 封装 FAN 网络切片服务接口,支持创建体验保障配置任务并返回任务状态。
  • 提供本地 Mock 模式用于在无后端环境下演示完整的 Provisioning 工作流和结果回传到前端。
  • 支持参数校验、结果导出以及与后端 Agent 的事件流对接,便于状态可观测。

Quick Start

运行脚本并传入必要的参数以创建一个体验保障任务。

Frequently Asked Questions about experience_assurance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate FAN network slice experience assurance tasks?

Automate FAN network slice experience assurance tasks by using a dedicated API wrapper to create provisioning tasks, validate inputs, and return structured results for downstream agents.

Can I test network slicing provisioning without a real backend environment?

Yes, you can test network slicing provisioning using the built-in mock mode, which simulates the complete workflow and returns structured results without requiring a real FAE environment.

How does experience assurance handle parameter validation and event streaming?

Experience assurance validates input parameters before executing the provisioning flow and supports event stream integration with backend agents to ensure task status observability.

Do I need any external dependencies to run experience assurance automation?

No external dependencies are required to run experience assurance automation, as the skill operates independently using internal scripts to interface with the network slicing API.

What is the best way to integrate FAN experience assurance results with downstream agents?

The best way to integrate results is through structured output export, where the automation returns validated task status data formatted for direct consumption by downstream monitoring agents.