← 返回 Skills 市场
50
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install alias-tool
功能描述
Create and manage command aliases in shell environments. Define shortcuts for frequently used commands.
使用说明 (SKILL.md)
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)
安全使用建议
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.
功能分析
Type: OpenClaw Skill
Name: alias-tool
Version: 1.0.0
The alias-tool skill is a straightforward utility for managing command shortcuts stored in a local JSON file (~/.aliasrc). The Python script (scripts/alias.py) performs basic file I/O to list, add, or retrieve aliases without any network activity, shell execution (os.system/subprocess), or attempts to modify sensitive system configuration files.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install alias-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/alias-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Alias Tool 是什么?
Create and manage command aliases in shell environments. Define shortcuts for frequently used commands. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。
如何安装 Alias Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install alias-tool」即可一键安装,无需额外配置。
Alias Tool 是免费的吗?
是的,Alias Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Alias Tool 支持哪些平台?
Alias Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Alias Tool?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills