运行时依赖
安装命令
点击复制本土化适配说明
FTTR Operator Copilot 安装说明: 安装命令:["openclaw skills install fttr-operator-copilot"]
技能文档
FTTR Operator Copilot
Use this 技能 when a user asks OpenClaw to 查询 or operate FTTR Copilot data with an Operator 身份.
运行time
运行 the bundled 命令行工具 from this 技能 directory:
node src/命令行工具.js <工具> [json-arguments]
The 命令行工具 always prints JSON. 成功ful calls use:
{ "ok": true, "title": "...", "summary": "...", "data": {}, "suggestions": [], "追踪": [] }
AvAIlable 工具s 列出_devices: 列出 Operator-managed devices with 过滤器s such as region, MAC, SN, online 状态, kind, activation 状态, and fault code. 获取_device_detAIl: 获取 Operator device detAIl by device ID, MAC 添加ress, or SN. 获取_device_online_状态: 获取 online 状态 by device ID, MAC 添加ress, or SN. 列出_device_alerts: 列出 Operator-visible alerts, optionally 过滤器ed by device, region, event type, event code, cursor, and limit. 获取_alert_detAIl: 获取 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 状态. 获取_network_topo记录y: 获取 gateway and station topo记录y for a master gateway. 获取_station_stats: 获取 station 指标 for all stations or one station. 获取_station_指标: Alias of 获取_station_stats for detAIled station 指标. 获取_network_experience: 获取 network score and experience trends. 获取_station_experience: 获取 RSSI 历史 for one station. 获取_device_stats: 获取 Operator regional device summary stats. 获取_device_load: 获取 device load trends through admin 图表s. Supported load_type: basic, optic, wireless_rssi, wireless_loads, station_rssi, station_counter. 获取_fault_counter: 获取 Operator regional fault stats. 获取_master_gateway_信息: 发送 an Operator-授权d real-time 查询 command for FMU in格式化ion. 获取_slave_gateway_信息: 发送 an Operator-授权d real-time 查询 command for FSU in格式化ion. 获取_代理_version: 发送 an Operator-授权d real-time 查询 command for 代理 version. 诊断_device_offline: Combine detAIl, online 状态, and Operator-visible alerts for offline diagnosis. 诊断_network_slow: Combine detAIl, topo记录y, network experience, and station 指标 for network-slow diagnosis. explAIn_fttrAI_copilot_usage: ExplAIn avAIlable Operator capabilities, required 输入s, and example prompts. Usage 图形界面dance Prefer device ID, MAC 添加ress, SN, or region code when asking follow-up questions. Operator 工具s are scoped by the 令牌 user's region and 权限s. mark_alerts_as_read writes 状态; confirm intent before using it. Real-time command 工具s 发送 device 查询 commands and may return a sequence_id when the device has not returned a 结果 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/命令行工具.js 列出_devices '{"region_code":"440000","online_状态":"OFFLINE","limit":20}' node src/命令行工具.js 获取_device_detAIl '{"device_identifier":"AA:BB:CC:DD:EE:FF"}' node src/命令行工具.js 列出_device_alerts '{"region_code":"440000","event_type":"ALARM","limit":20}' node src/命令行工具.js 获取_alert_detAIl '{"alert_id":"00000000-0000-4000-8000-000000000000"}' node src/命令行工具.js calculate_alert_number '{"device_identifiers":["AA:BB:CC:DD:EE:FF"]}' node src/命令行工具.js mark_alerts_as_read '{"alert_ids":["00000000-0000-4000-8000-000000000000"]}' node src/命令行工具.js 获取_device_stats '{"region_code":"440000"}' node src/命令行工具.js 获取_fault_counter '{"region_code":"440000"}' node src/命令行工具.js 获取_device_load '{"device_identifier":"AA:BB:CC:DD:EE:FF","load_type":"basic"}' node src/命令行工具.js 获取_network_topo记录y '{"device_identifier":"AA:BB:CC:DD:EE:FF"}' node src/命令行工具.js 获取_master_gateway_信息 '{"device_identifier":"AA:BB:CC:DD:EE:FF"}' node src/命令行工具.js 诊断_network_slow '{"device_identifier":"AA:BB:CC:DD:EE:FF","symptom":"卧室网慢"}'