← 返回 Skills 市场
Hide My Email
作者
Mijo Kaliger
· GitHub ↗
· v1.0.1
690
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install hide-my-email
功能描述
Generate Apple Hide My Email addresses on macOS terminal and copy them to clipboard using the hme CLI tool.
使用说明 (SKILL.md)
Hide My Email CLI
Generate Apple iCloud+ "Hide My Email" addresses from the terminal. The generated address is automatically copied to your clipboard.
Usage
hme \x3Clabel> [note]
- label (required): A name for the address (e.g. the service you're signing up for)
- note (optional): A description or reminder for the address
Examples
# Create an address labeled "Twitter"
hme "Twitter"
# Create an address with a note
hme "Shopping" "For online orders"
Output
On success, prints the masked email and copies the full address to clipboard:
✓ abc****@icloud.com (copied to clipboard)
On failure, prints an error message to stderr and exits non-zero.
Requirements
- macOS with an iCloud+ subscription
- System Settings accessibility permissions granted to your terminal app
安全使用建议
This skill is coherent with its purpose, but take these precautions before installing: 1) Prefer cloning the repository and inspecting the files (hme and hide_my_email.applescript) yourself rather than running 'curl ... | sh'. 2) Review the AppleScript (hide_my_email.applescript) and the hme script to understand exactly what UI actions and clipboard operations they perform. 3) Be aware that granting Accessibility permission to your terminal lets the script control System Settings and read/copy clipboard contents — only grant it to trusted code and revoke the permission if you stop using the tool. 4) Verify the repository source and checksums if you rely on this for sensitive workflows. If you want higher assurance, request the AppleScript and hme script contents for review (they were not included in the SKILL.md payload here).
功能分析
Type: OpenClaw Skill
Name: hide-my-email
Version: 1.0.1
The skill is classified as suspicious due to the use of `curl -fsSL ... | sh` as an installation method in `SKILL.md` and `README.md`. While the `install.sh` script provided within this bundle appears benign and performs standard installation steps (cloning from GitHub, copying files, suggesting PATH modification), the `curl | sh` pattern is a significant supply chain vulnerability. It allows arbitrary code execution from a remote source, making the installation process susceptible to compromise if the GitHub repository or CDN were to be maliciously altered. Additionally, the `SKILL.md`'s 'git' install option directly appends to `~/.zshrc` without explicit user confirmation, which, while common for CLI tools, is a direct modification of a user's shell configuration.
能力评估
Purpose & Capability
The name/description match the files and runtime instructions: the skill wraps the 'hme' CLI which uses AppleScript to drive System Settings and copy a generated Hide My Email address to the clipboard. No unrelated credentials, env vars, or unexpected binaries are requested.
Instruction Scope
SKILL.md only instructs installing/running the hme CLI and describes the expected behavior. It explicitly requires Accessibility (screen/UI) permissions for the terminal app so the AppleScript can drive System Settings; that is expected for this use but is a sensitive capability. One install command in SKILL.md appends an export line directly to ~/.zshrc (modifies a shell profile) — install.sh in the repo is less intrusive and suggests how to add PATH manually.
Install Mechanism
No install spec in registry, but SKILL.md provides two installer options: a git clone (reasonable) and a curl | sh one-liner pinned to GitHub raw. Both fetch code from GitHub (a well-known host), but piping remote shell code into sh is higher-risk; the included install.sh (present in the package) is straightforward and easy to inspect before running.
Credentials
No environment variables, credentials, or config paths are requested. The required capability (Accessibility permission) is proportionate to UI automation needed to create Hide My Email addresses.
Persistence & Privilege
The skill does not request always: true and does not modify other skills. However, it requires granting Accessibility control to the terminal app, which allows UI automation and clipboard access — a powerful permission the user must grant explicitly and should only be granted after inspecting the scripts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hide-my-email - 安装完成后,直接呼叫该 Skill 的名称或使用
/hide-my-email触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added a recommended git-based installation option with updated instructions.
- Curl-based install now pins to version 1.0.1 for better reliability.
- Updated documentation and metadata to reflect new installation methods.
v1.0.0
Initial release
元数据
常见问题
Hide My Email 是什么?
Generate Apple Hide My Email addresses on macOS terminal and copy them to clipboard using the hme CLI tool. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 690 次。
如何安装 Hide My Email?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hide-my-email」即可一键安装,无需额外配置。
Hide My Email 是免费的吗?
是的,Hide My Email 完全免费(开源免费),可自由下载、安装和使用。
Hide My Email 支持哪些平台?
Hide My Email 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hide My Email?
由 Mijo Kaliger(@manikal)开发并维护,当前版本 v1.0.1。
推荐 Skills