lingtai-portal-guide

Document LingTai portal API endpoints, topology data, and .portal directory structure.

621|58|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/huangzesen/lingtai --skill lingtai-portal-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lingtai-portal-guide
Source: https://github.com/huangzesen/lingtai/tree/main/tui/internal/preset/skills/lingtai-portal-guide
Command: npx skills add https://github.com/huangzesen/lingtai --skill lingtai-portal-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This reference guides engineers and operators toward a clear understanding of the LingTai portal's internal architecture, API endpoints, topology recording, and the .portal directory structure, enabling effective debugging and onboarding.

Core Features & Use Cases

  • Provides a concise overview of portal components, data formats, and typical workflows for live visualization and historical replay.
  • Supports rapid onboarding and cross-team collaboration by documenting how the portal reads topology.jsonl and serves the web UI.
  • Serves as a knowledge base for troubleshooting and planning portal enhancements.

Quick Start

Consult this guide to understand the portal internals and how to read topology and replay data.

Frequently Asked Questions about lingtai-portal-guide

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

FAQPage Schema
How does LingTai portal topology visualization work with live and historical data?

LingTai portal topology visualization works by reading topology.jsonl files and serving them through API endpoints to a web UI, enabling live network visualization and historical replay across temporal data states.

What is the .portal directory structure used for in LingTai?

The .portal directory structure stores internal topology data and configuration files for the LingTai portal system, used by engineers to understand data formats, debug network replay, and plan portal enhancements.

How do I debug LingTai portal API endpoints and replay system?

Debug LingTai portal API endpoints and replay systems by consulting the internal reference for architecture documentation, topology data formats, and operational guidance, enabling effective troubleshooting without unsafe actions.

Can I use LingTai portal guide for cross-team onboarding and collaboration?

The LingTai portal guide supports cross-team onboarding and collaboration by providing concise overviews of portal components, data formats, and typical workflows for rapid knowledge transfer among engineers and operators.

What data format does LingTai portal use for topology recording?

LingTai portal uses the topology.jsonl format for topology recording, a line-delimited JSON format capturing network topology data that the portal reads and serves to the web UI for visualization and replay.