← 返回
未分类 Key

FTTR Operator Copilot

Connect OpenClaw to the FTTR Copilot operator cloud-control APIs through ConnectRPC for managed-device lookup, alert operations, regional stats, network diag...
通过 ConnectRPC 将 OpenClaw 接入 FTTR Copilot 运营云的管控 API,支持托管设备查询、告警处理、区域统计和网络诊断。
fttrai
未分类 clawhub v0.1.0 1 版本 99557.5 Key: 需要
★ 0
Stars
📥 225
下载
💾 0
安装
1
版本
#latest

概述

FTTR Operator Copilot

Use this skill when a user asks OpenClaw to query or operate FTTR Copilot data with an Operator identity.

Runtime

Run the bundled CLI from this skill directory:

node src/cli.js <tool> [json-arguments]

The CLI always prints JSON. Successful calls use:

{
  "ok": true,
  "title": "...",
  "summary": "...",
  "data": {},
  "suggestions": [],
  "trace": []
}

Available Tools

  • list_devices: List Operator-managed devices with filters such as region, MAC, SN, online status, kind, activation state, and fault code.
  • get_device_detail: Get Operator device detail by device ID, MAC address, or SN.
  • get_device_online_status: Get online status by device ID, MAC address, or SN.
  • list_device_alerts: List Operator-visible alerts, optionally filtered by device, region, event type, event code, cursor, and limit.
  • get_alert_detail: Get one alert detail by alert ID.
  • calculate_alert_number: Count total and unread alerts for one or more devices.
  • mark_alerts_as_read: Mark alert IDs as read. This writes to FTTRAI state.
  • get_network_topology: Get gateway and station topology for a master gateway.
  • get_station_stats: Get station metrics for all stations or one station.
  • get_station_metrics: Alias of get_station_stats for detailed station metrics.
  • get_network_experience: Get network score and experience trends.
  • get_station_experience: Get RSSI history for one station.
  • get_device_stats: Get Operator regional device summary stats.
  • get_device_load: Get device load trends through admin charts. Supported load_type: basic, optic, wireless_rssi, wireless_loads, station_rssi, station_counter.
  • get_fault_counter: Get Operator regional fault stats.
  • get_master_gateway_info: Send an Operator-authorized real-time query command for FMU information.
  • get_slave_gateway_info: Send an Operator-authorized real-time query command for FSU information.
  • get_agent_version: Send an Operator-authorized real-time query command for Agent version.
  • diagnose_device_offline: Combine detail, online status, and Operator-visible alerts for offline diagnosis.
  • diagnose_network_slow: Combine detail, topology, network experience, and station metrics for network-slow diagnosis.
  • explain_fttrai_copilot_usage: Explain available Operator capabilities, required inputs, and example prompts.

Usage Guidance

  • Prefer device ID, MAC address, SN, or region code when asking follow-up questions.
  • Operator tools are scoped by the token user's region and permissions.
  • mark_alerts_as_read writes state; confirm intent before using it.
  • Real-time command tools send device query commands and may return a sequence_id when the device has not returned a result yet.
  • Do not invent FTTR operating procedures. If live FTTRAI data is insufficient, say what is missing and ask for the next identifier or symptom.
  • Keep answers in Chinese unless the user asks otherwise.

Examples

node src/cli.js list_devices '{"region_code":"440000","online_status":"OFFLINE","limit":20}'
node src/cli.js get_device_detail '{"device_identifier":"AA:BB:CC:DD:EE:FF"}'
node src/cli.js list_device_alerts '{"region_code":"440000","event_type":"ALARM","limit":20}'
node src/cli.js get_alert_detail '{"alert_id":"00000000-0000-4000-8000-000000000000"}'
node src/cli.js calculate_alert_number '{"device_identifiers":["AA:BB:CC:DD:EE:FF"]}'
node src/cli.js mark_alerts_as_read '{"alert_ids":["00000000-0000-4000-8000-000000000000"]}'
node src/cli.js get_device_stats '{"region_code":"440000"}'
node src/cli.js get_fault_counter '{"region_code":"440000"}'
node src/cli.js get_device_load '{"device_identifier":"AA:BB:CC:DD:EE:FF","load_type":"basic"}'
node src/cli.js get_network_topology '{"device_identifier":"AA:BB:CC:DD:EE:FF"}'
node src/cli.js get_master_gateway_info '{"device_identifier":"AA:BB:CC:DD:EE:FF"}'
node src/cli.js diagnose_network_slow '{"device_identifier":"AA:BB:CC:DD:EE:FF","symptom":"卧室网慢"}'

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-21 15:37 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,946
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,223 📥 267,323
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,071 📥 804,805