> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lynxhub.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Extension Examples

> Explore example extensions and starter templates.

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

<CardGroup cols={2}>
  <Card title="Python Toolkit" icon="python" href="https://github.com/KindaBrazy/LynxHub-Python-Toolkit">
    Manage Python installations, virtual environments, and package requirements inside your workspace.
  </Card>

  <Card title="Hardware Monitor" icon="microchip" href="https://github.com/KindaBrazy/LynxHub-Hardware-Monitor">
    Display real-time CPU, GPU, and memory usage statistics in the LynxHub status bar.
  </Card>

  <Card title="Custom Actions" icon="wand-magic-sparkles" href="https://github.com/KindaBrazy/LynxHub-Custom-Actions">
    Create and run custom action cards to automate scripts, launch apps, and open websites.
  </Card>
</CardGroup>

## Python toolkit

The [Python Toolkit](https://github.com/KindaBrazy/LynxHub-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](https://github.com/KindaBrazy/LynxHub-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](https://github.com/KindaBrazy/LynxHub-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.
