← Back to Skills Marketplace
147
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gpon-status
Description
访问猫棒后台(SmartAX MA5671A / OpenWrt SFP)抓取 GPON 状态和设备信息,以加图标的文本表格输出。
默认后台地址:192.168.11.6 用户名:root 密码: 空
README (SKILL.md)
猫棒状态
访问猫棒后台获取 GPON 状态和设备信息,用加图标的文本格式输出。
触发词
"猫棒状态"
步骤
- POST 登录:向
http://192.168.11.6/cgi-bin/luci发送username=root&password=获取 session cookie。 - 获取数据:用 cookie 访问
/cgi-bin/luci首页,解析 HTML 中的 GPON 状态和设备信息。 - 格式化输出:按以下格式输出。
输出格式
## ⚡ GPON 状态监控
### 🖥️ 设备信息
| 图标 | 项目 | 值 |
|------|------|------|
| 📡 | 主机型号 | SmartAX MA5671A |
| 📦 | 固件版本 | V2.2.0P1T10000 |
| 🐧 | 内核版本 | 3.10.49 |
| 🔄 | 互操作版本 | Final_v2021_12_28_c2 / 2022.05.24 |
### 🔌 GPON 状态
| 图标 | 项目 | 值 |
|------|------|------|
| 🟢 | 注册状态 | 5 |
| 📶 | 信号状态 | 正常 |
| 📉 | 接收光功率 | -22.47 dBm |
| 📤 | 发射光功率 | 2.59 dBm |
| 🌡️ | CPU 温度 | 73 °C |
| 🔆 | 激光器温度 | 62 °C |
| 🔗 | 连接速率 | 2500M 全双工 |
| 🔁 | 重启次数 | 0 |
| 💾 | 启动分区 | image1 |
光功率判断
- 接收光功率:-8 ~ -27 dBm 为可用范围,\x3C -25 dBm 标 ⚠️
- 发射光功率:0.5 ~ 4 dBm 为正常范围
- CPU 温度:85 °C 以下正常
关键参数提取
从首页 HTML 中 GPON状态 fieldset 的 table 提取:
- 注册状态(5 = 已注册)
- 信号状态(true/false)
- 接收光功率(含 μW 和 dBm 两个值)
- 发射光功率(含 mW 和 dBm 两个值)
- CPU 温度
- 激光器温度
- 连接速率
- 当前尝试重启次数
- 当前启动分区
- 互操作版本
从 状态 fieldset 提取设备信息:
- 主机名
- 主机型号
- 固件版本
- 内核版本
Usage Guidance
This review is low confidence because the workspace files could not be read in this run. Re-run the scan in an environment where metadata.json and artifact/ can be inspected before relying on the result.
Capability Tags
Capability Assessment
Purpose & Capability
No artifact evidence was available to support a purpose or capability concern.
Instruction Scope
No artifact evidence was available to support an instruction-scope concern.
Install Mechanism
No artifact evidence was available to support an install-mechanism concern.
Credentials
No artifact evidence was available to support an environment-proportionality concern.
Persistence & Privilege
No artifact evidence was available to support a persistence or privilege concern.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gpon-status - After installation, invoke the skill by name or use
/gpon-status - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of gpon-status skill.
- Fetches and displays GPON status and device information from SmartAX MA5671A / OpenWrt SFP backend.
- Outputs results in an easy-to-read markdown table with icons.
- Handles login, data extraction, and output formatting.
- Highlights signal and temperature values with warning signs if out of range.
Metadata
Frequently Asked Questions
What is 猫棒状态?
访问猫棒后台(SmartAX MA5671A / OpenWrt SFP)抓取 GPON 状态和设备信息,以加图标的文本表格输出。 默认后台地址:192.168.11.6 用户名:root 密码: 空. It is an AI Agent Skill for Claude Code / OpenClaw, with 147 downloads so far.
How do I install 猫棒状态?
Run "/install gpon-status" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 猫棒状态 free?
Yes, 猫棒状态 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 猫棒状态 support?
猫棒状态 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 猫棒状态?
It is built and maintained by WowRouter (@wowrouter); the current version is v1.0.0.
More Skills