wireless_energy_saving

Fetch wireless energy saving ticket statistics and whitelist cell lists via CDP.

6|2|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/valkryhx/google_adk_agent --skill wireless-energy-saving
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wireless_energy_saving
Source: https://github.com/valkryhx/google_adk_agent/tree/main/skills/wireless_energy_saving
Command: npx skills add https://github.com/valkryhx/google_adk_agent --skill wireless-energy-saving

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the retrieval of wireless energy saving ticket data, including chart statistics and whitelist cell lists, from a complex enterprise system without manual intervention.

Core Features & Use Cases

  • Automated Data Fetching: Connects to a live browser session to extract authentication tokens and make API calls.
  • Chart Data Retrieval: Fetches daily ticket statistics by city for specific network types (LTE/NR).
  • Whitelist Cell List Query: Retrieves detailed ticket information with flexible filtering by date, city, network, vendor, and more.
  • Use Case: Quickly check daily ticket counts for LTE in different cities or find all "symbol shutdown" tickets for Huawei in Wuhan from the last week.

Quick Start

Fetch the daily bar chart data for LTE network on 2026-03-03.

Frequently Asked Questions about wireless_energy_saving

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

FAQPage Schema
How do I automate wireless energy saving ticket data retrieval from an enterprise system?

Automate wireless energy saving ticket data retrieval by connecting Playwright with CDP to extract authentication tokens from a live Chrome session, enabling direct API calls for chart statistics and whitelist cell lists without manual data export.

How does CDP authentication token extraction work for fetching ticket system data?

CDP authentication token extraction works by attaching to a running Chrome instance with remote debugging enabled, capturing active session tokens to authorize automated API requests for wireless energy saving ticket statistics and detailed cell lists.

Can I use Playwright to query whitelist cell lists filtered by city and network type?

Yes, you can use Playwright to query whitelist cell lists with flexible filtering parameters, retrieving detailed ticket information by date, city, network type (LTE/NR), and vendor for wireless energy saving analysis.

Do I need a running Chrome instance with remote debugging enabled to fetch daily ticket statistics?

Yes, you need a running Chrome instance with remote debugging enabled and an active login session to the target enterprise system to extract authentication tokens and fetch daily bar chart statistics for wireless energy saving tickets.

What's the best way to get bar chart statistics for LTE and NR ticket counts by city?

The best way to get bar chart statistics for LTE and NR ticket counts by city is using automated browser session interception via CDP, which bypasses manual export by directly calling the enterprise system's API with extracted tokens.

What are the limitations of using browser session tokens for automated data fetching?

A key limitation is the dependency on an active, manually authenticated login session; if the browser session expires or the Chrome instance with remote debugging is closed, automated data fetching for wireless energy saving tickets will fail.