model-log-viewer

Manage local model proxies and view real-time logs via a web UI.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/zhangyanbo2007/openclaw --skill model-log-viewer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: model-log-viewer
Source: https://github.com/zhangyanbo2007/openclaw/tree/main/skills/model-log-viewer
Command: npx skills add https://github.com/zhangyanbo2007/openclaw --skill model-log-viewer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a web-based interface to start and manage local model proxies, view real-time logs, and inspect historical conversations, reducing manual monitoring overhead.

Core Features & Use Cases

  • Model proxy management: Enable/disable local proxies and automatically assign ports
  • Real-time log viewing: Monitor proxy output as it happens
  • History and detail: Browse conversations by date and inspect requests/responses
  • Sync configurations: Write proxy_config.json into OpenClaw and restart the gateway

Quick Start

运行 start 脚本启动日志查看器,在浏览器打开 http://localhost:9001 进行模型代理管理。

Frequently Asked Questions about model-log-viewer

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

FAQPage Schema
How do I monitor real-time logs for local model proxies?▼

You can monitor real-time proxy logs by launching the start script and opening the web UI at http://localhost:9001 to view live proxy output as it happens.

Can I manage port allocation and enable multiple model proxies through a web UI?▼

Yes, the web UI allows you to enable or disable local model proxies and automatically assigns ports for each proxy you manage.

How do I inspect historical conversations across multiple models?▼

You can browse historical conversations by date and inspect individual requests and responses through the web-based log viewer interface.

What is the best way to sync proxy_config.json into OpenClaw and restart the gateway?▼

The tool handles this workflow natively by writing proxy_config.json into OpenClaw and executing gateway restarts with built-in error handling.

Do I need aiohttp or openpyxl to run the local model proxy viewer?▼

Yes, the proxy viewer and log monitoring scripts require both aiohttp for web server operations and openpyxl dependencies to function correctly.