remote_optimization

Wrap the FAE batch optimize interface to orchestrate remote remediation actions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Orchestrates remote remediation actions by wrapping the FAE platform's manual batch optimize interface to issue targeted actions for user faults.

Core Features & Use Cases

  • Wraps the FAE manual batch optimize interface to accept strategy, rectification_method, operation_time inputs and perform the remote actions.
  • Provides both JSON and CLI entrypoints, returning structured stdout with status, task_id and logs.
  • Used for single-user fault remediation (e.g., device restart, channel switching, power adjustments) with execution strategies immediate, idle, or scheduled.

Quick Start

Run the tool with --strategy immediate and --rectification-method 1,2 to apply remote optimizations for a single fault.

Frequently Asked Questions about remote_optimization

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

FAQPage Schema
How do I automate remote device remediation for single-user faults using batch processing?

Remote device remediation is automated by wrapping the FAE batch optimize interface to issue targeted actions like device restart, channel switching, or power adjustments for single-user faults. You provide execution strategies, rectification methods, and timing inputs to receive structured status logs.

What execution strategies are available for remote network optimization actions?

Remote network optimization actions support three execution strategies: immediate, idle, and scheduled. These strategies dictate when the FAE platform applies remediation methods such as device restarts, channel switching, or power adjustments to resolve single-user faults.

How do I trigger an immediate remote optimization task from the command line?

To trigger an immediate remote optimization task from the command line, run the tool with the strategy set to immediate and specify the rectification method, such as passing strategy and method parameters to apply remote actions for a single fault.

Can I use a config file to pass parameters for FAE batch optimization?

Yes, you can use a config file to pass parameters for FAE batch optimization. The tool accepts a config input alongside strategy, rectification method, and operation time to orchestrate remote remediation actions and return a structured output with task ID and status.

Does the remote optimization tool return structured output for task tracking?

Yes, the remote optimization tool returns structured stdout containing the task status and task_id. Both JSON and CLI entrypoints provide this structured output, enabling automated tracking of the remote remediation actions issued through the FAE platform.

When should I use scheduled remote remediation instead of immediate execution?

You should use scheduled remote remediation instead of immediate execution when single-user faults require actions like device restart or channel switching during specific maintenance windows. The scheduled strategy applies optimizations at a defined operation time to minimize network disruption.