ワンクリックで
himalaya
Full IMAP/SMTP email client via Himalaya CLI — list, read, search, compose, reply, and forward emails.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Full IMAP/SMTP email client via Himalaya CLI — list, read, search, compose, reply, and forward emails.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Penetration testing tools for the CodeAgent — network scanning, service enumeration, and vulnerability checks
Obsidian Local REST API tools for the CodeAgent — manage vault notes, search, and metadata
Frida dynamic instrumentation tools for the CodeAgent — mobile app analysis and SSL unpinning
DuckDB in-process analytics tools for the CodeAgent — SQL on CSV/Parquet/JSON without a server
Supabase client tools for the CodeAgent — database CRUD, auth, storage, and edge functions
OSINT reconnaissance tools for the CodeAgent — domain, IP, email, and social media intelligence
| name | himalaya |
| description | Full IMAP/SMTP email client via Himalaya CLI — list, read, search, compose, reply, and forward emails. |
| metadata | {"version":"1.0.0","author":"erebus","tags":["email","imap","smtp","himalaya"]} |
Use this skill to manage email via the Himalaya CLI.
# macOS
brew install himalaya
# Linux
cargo install himalaya
himalaya list --folder INBOX --page-size 10
himalaya read {id}
himalaya search "subject:meeting from:boss@company.com"
himalaya send <<EOF
From: me@example.com
To: recipient@example.com
Subject: Hello
Body of the email here.
EOF
himalaya reply {id}
himalaya forward {id}