Skip to main content
Explore these real-world extension examples. You can inspect their codebases, clone them as templates, or install them in LynxHub.

Python Toolkit

Manage Python installations, virtual environments, and package requirements inside your workspace.

Hardware Monitor

Display real-time CPU, GPU, and memory usage statistics in the LynxHub status bar.

Custom Actions

Create and run custom action cards to automate scripts, launch apps, and open websites.

Python toolkit

The Python Toolkit extension manages Python environments and dependencies for AI modules.

Key features

  • It automatically detects system Python installations, including Conda.
  • You can install new Python versions directly from the user interface.
  • You can create virtual environments and associate them with modules.
  • It manages package installations and validates requirements.

Hardware monitor

The Hardware Monitor extension provides real-time system resource tracking.

Key features

  • It tracks CPU, GPU, and memory usage.
  • It displays system metrics directly in the status bar.
  • It uses a custom .NET 10.0 runtime helper to read hardware sensors.

Custom actions

The Custom Actions extension enables custom dashboard automations.

Key features

  • You can design visual cards with custom titles, descriptions, and icons.
  • You can trigger shell scripts, run executables, or open links with a single click.
  • You can build custom workflows to control your applications.
Last modified on June 18, 2026