Alias Tool

v1.0.0

Create and manage command aliases in shell environments. Define shortcuts for frequently used commands.

0· 40·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dinghaibin/alias-tool.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Alias Tool" (dinghaibin/alias-tool) from ClawHub.
Skill page: https://clawhub.ai/dinghaibin/alias-tool
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install alias-tool

ClawHub CLI

Package manager switcher

npx clawhub@latest install alias-tool
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included behavior: the tool stores and lists aliases. The script reads/writes a user file (~/.aliasrc) to persist aliases, which is proportionate to the stated purpose.
Instruction Scope
SKILL.md shows shell 'alias' usage but does not document how to use the provided scripts or how to integrate ~/.aliasrc with the user's shell (sourcing). The runtime instructions do not attempt to read unrelated files or credentials.
Install Mechanism
No install spec is provided and there are no downloads or package installs. The skill is instruction-only plus a small script, so nothing is written to disk by an installer.
Credentials
The skill requires no environment variables, credentials, or external config paths. The single file it accesses (~/.aliasrc) is consistent with managing persistent aliases.
Persistence & Privilege
The script will create/modify ~/.aliasrc in the user's home directory to persist aliases. This is expected behavior for an alias manager; the skill is not always-enabled and does not modify system-wide settings or other skills.
Assessment
This skill appears to do what it says: it manages aliases by reading/writing a JSON file at ~/.aliasrc and does not contact the network or request secrets. Before installing or running it, review the scripts/alias.py file (it is short and readable), back up any existing ~/.aliasrc you have, and be aware that adding aliases here does not automatically enable them in your current shell session (you will need to source a file or add integration to your shell startup). Also note the script has minimal error handling—if ~/.aliasrc is malformed, the script may fail—so inspect the file and contents first.

Like a lobster shell, security has layers — review code before you run it.

latestvk9717jaaq45xayg0zhxaadarp985m9b6
40downloads
0stars
1versions
Updated 15h ago
v1.0.0
MIT-0

Alias Tool - Command Aliases

Manage shell command aliases. Aliases create shortcuts for commonly used commands.

Quick Start

alias ll='ls -la'

Features

  • Create new aliases
  • List defined aliases
  • Remove aliases
  • Persistent alias config

Examples

alias ll='ls -la'
alias -p

See Also

  • Related documentation: man alias (if available)

Comments

Loading comments...