A terminal utility that transforms your most-used command history into time-saving shell aliases.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install alias-gen
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 alias-gen 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 Alias Generator is a specialized utility within the library of Openclaw Skills designed to eliminate the friction of repetitive typing in the terminal. It scans your shell history to identify long, frequently used commands and suggests short, intuitive aliases to replace them. By automating the identification of workflow bottlenecks, it allows developers to focus on logic rather than syntax, effectively turning complex multi-word commands into simple 2-4 character shortcuts.
This skill is built for developers who want to maintain a high-velocity environment without the manual overhead of managing configuration files. As a part of the Openclaw Skills ecosystem, it provides a zero-config approach to environment optimization, ensuring that your terminal stays as fast as your thoughts.
The Shell Alias Generator is accessible as part of the Openclaw Skills collection and requires Node.js 18 or higher. No global installation is required; you can run it directly using npx.
# Run the default analysis
npx ai-alias
# Target a specific shell environment
npx ai-alias --shell zsh
# Generate aliases for specific provided commands
npx ai-alias "docker compose up, git status, npm run dev"
The skill organizes its analysis by scanning local history files and generating a structured output for shell configuration.
| Component | Details |
|---|---|
| Data Sources | .bash_history, .zsh_history, .fish_history |
| Output Syntax | Standard shell alias definitions (e.g., alias k='kubectl') |
| Logic Layers | Frequency analysis, keyword extraction, and syntax formatting |
| Security | Automated filtering of potential passwords or API keys in history |
Loading
A powerful CLI tool that converts natural language descriptions into optimized SQL queries for multiple database dialects.

A high-performance CLI tool for identifying performance bottlenecks and security vulnerabilities in SQL queries.

An automated utility that generates comprehensive Jest or Vitest snapshot tests for UI components including edge cases and prop variations.

Automatically generate production-ready database schemas from simple text descriptions with Openclaw Skills.

A CLI-based tool that converts natural language descriptions into professional CSS and Framer Motion animation code.

A powerful CLI tool that automatically generates clean markdown documentation and OpenAPI specifications by scanning your project route files.








































