What problem does it solve? When an AI agent generates plots or tables on a remote HPC cluster or local machine, the user cannot see them directly. This Skill routes matplotlib, ggplot2, and pandas outputs through a local HTTP server and SSH tunnel so results appear in the user's browser. ## Core Features & Use Cases - Server Detection: Detects the running server's actual output directory and bound port (including auto-shifted ports 8766-8769 on shared HPC nodes) instead of hardcoding paths. - Multi-Language Output: Provides ready-to-use snippets for Python/matplotlib, R/ggplot2, R base graphics, pandas DataFrames (DataTables HTML), and R DT widgets. - Format Guidance: Defaults to vector PDF output, switching to PNG only when plots contain over 1000 labeled text elements. - Use Case: On an SSH session into an HPC cluster, generate a matplotlib figure, save it to the detected server directory, and view it instantly at http://localhost:8765 through the SSH tunnel. ## Quick Start Save my matplotlib figure as a PDF so I can view it in my browser through the agent plots server.