A cross-platform collection of terminal functions to standardize proxy management, directory navigation, and GPU monitoring across all operating systems.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install shell-shortcuts
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install shell-shortcuts using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Shell Shortcuts skill is an opinionated set of terminal utilities designed to provide a consistent experience across Windows, macOS, and Ubuntu. By standardizing essential commands like proxy toggling and directory aliasing, it ensures that a fresh machine environment becomes productive immediately. This tool is a key component of the Openclaw Skills ecosystem for developers who frequently switch between different operating systems and shell environments.
It focuses on idempotency and shell-specific best practices, such as utilizing PowerShell profiles on Windows and rc files on Unix-like systems. Whether you are managing complex network environments or navigating deep directory structures, these shortcuts eliminate repetitive manual configuration.
To install this skill as part of your Openclaw Skills collection, add the provided function blocks to your shell configuration file.
For Windows PowerShell, edit your $PROFILE:
# Open your profile in a text editor
notepad $PROFILE
For macOS or Linux, add the functions to ~/.zshrc or ~/.bashrc and reload the shell:
source ~/.zshrc
After installation, you can verify the setup by running goto list or proxy_on.
The skill maintains a minimal data footprint to ensure portability and speed.
| File Name | Format | Description |
|---|---|---|
| .goto_paths.json | JSON | Stores a dictionary of shortcut keys and their corresponding directory paths (PowerShell). |
| .goto_paths | Text/JSON | Stores path mapping for Unix-based shells and CMD environments. |
| Shell Profile | Script | Contains the logic for proxy management and command aliases. |
Loading
A high-performance Python library for handling SE(3) rigid body transformations, Lie algebra mappings, and 3D pose manipulations.

A set of static 3D visualization utilities built on the Rerun SDK for logging point clouds, trajectories, and robot poses.

A professional-grade visualization toolkit for high-precision time-frequency analysis and enhanced spectrogram generation.

A high-performance Python wrapper for the Pangolin library designed for real-time 3D visualization of robotics and spatial data.

A comprehensive Python toolkit for SO(3) rotation matrix manipulation, Lie algebra mapping, and multi-representation conversions.

A comprehensive statistical testing library featuring 37+ methods for normality, correlation, time series analysis, and model diagnostics with a unified interface.








































