nvidia_oc is a simple command line tool to overclock Nvidia GPUs using the NVML library on Linux. Supports both X11 and Wayland.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-03a815ca)More formats (shields.io, HTML) on the badges page.
# nvidia_oc - NVIDIA GPU Overclocking
## Overview
nvidia_oc is a simple command line tool to overclock Nvidia GPUs using the NVML library on Linux. Supports both X11 and Wayland.
## Quick Start
### Passthrough to nvidia_oc CLI
```bash
sc nvidia_oc _ <nvidia_oc-args>
```
## Key Features
- **NVML Library**: Uses NVIDIA Management Library
- **Linux Support**: Works on Linux systems
- **X11 & Wayland**: Supports both display servers
- **Overclocking**: Adjust GPU performance
- **Fan Control**: Manage GPU fan speeds
## Installation
```bash
cargo install nvidia_oc
```
## Usage Examples
### View current settings
```bash
nvidia_oc
```
### Set power limit
```bash
nvidia_oc --power-limit 200
```
### Set fan speed
```bash
nvidia_oc --fan-speed 80
```
### Set clock offset
```bash
nvidia_oc --clock-offset 100
```
## Notes
- Run `nvidia_oc --help` to see all available options
- Requires NVIDIA GPU and NVML library
- Works on Linux with X11 or Wayland
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...