cei_score_query

Query CEI experience scores from the FAE platform API and stream structured results.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

CEI experience query wrapper that calls the FAE platform's cei-experience/userexperience/query API to fetch CEI scores and deduction details for user, business, and home experiences.

Core Features & Use Cases

  • CLI-driven CEI score retrieval from the FAE API to identify top issues in real time.
  • Supports key parameters such as experience type, period, time range, sorting, and pagination to tailor results.
  • Useful during provisioning CEI chains and when performing single-point CEI lookups to surface actionable scores.

Quick Start

Run the cei_score_query.py script with your desired flags to fetch current CEI scores.

Frequently Asked Questions about cei_score_query

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

FAQPage Schema
How do I query CEI experience scores from the FAE platform?

You can retrieve CEI scores by running the cei_score_query.py script with your desired CLI flags to call the FAE platform's userexperience query API and return structured score results.

What parameters can I use to filter CEI score lookups?

CEI score lookups support CLI parameters for experience type, period, time range, sorting, and pagination to tailor the FAE API query results and surface top issues.

When do I need to fetch CEI scores and deduction details?

Fetching CEI scores and deduction details is needed during provisioning CEI chains and single-point CEI lookups to identify top issues and surface actionable scores in real time.

Does the CEI score query tool require external dependencies?

The CEI score query tool has no external dependencies. It uses a standalone CLI parameter schema to call the FAE API and streams stdout with the defined experience score fields.

Can I use this CLI tool for single-point CEI lookups?

Yes, you can use this CLI tool for single-point CEI lookups. It queries the FAE platform API to fetch scores and deduction details for user, business, and home experiences.

What types of experience data does the FAE userexperience query API return?

The FAE userexperience query API returns structured CEI scores and deduction details for user, business, and home experiences, streaming stdout with defined fields for real-time issue identification.