email-himalaya
Email management via himalaya CLI with Bitwarden-backed authentication.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Email management via himalaya CLI with Bitwarden-backed authentication.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Detect local GPU hardware and recommend optimal llama.cpp model + KV cache configuration. Supports AMD (ROCm) and NVIDIA (CUDA). Recommends TurboQuant KV compression when standard f16 cache won't fit.
Set up and use Bitwarden Secrets Manager CLI (bws). Use when reading, listing, or injecting secrets into env vars and dotenv files.
| name | email-himalaya |
| description | Email management via himalaya CLI with Bitwarden-backed authentication. |
| version | 1.0.0 |
| author | DomKo |
| license | MIT |
| dependencies | {"skills":["bitwarden"],"tools":["himalaya","himalaya-password"],"env":["BWS_ACCESS_TOKEN"],"verify":[{"cmd":"himalaya --version","expect":"himalaya"},{"cmd":"himalaya-password 2>&1 | wc -c","expect_gt":10}],"compositions":[{"name":"bws-to-himalaya-auth","description":"BWS provides password to himalaya via himalaya-password wrapper","steps":[{"cmd":"himalaya-password | wc -c","expect_gt":10},{"cmd":"himalaya envelope list 2>&1 | grep -c '|'","expect_gt":0}]}]} |
| metadata | {"hermes":{"tags":["email","himalaya","bitwarden","composition"],"category":"communication"}} |
This skill extends the built-in himalaya skill with Bitwarden-backed authentication.
BWS_ACCESS_TOKEN and secret retrievalBWS_ACCESS_TOKEN → bws secret list → <EMAIL_PASSWORD_SECRET> → himalaya auth.cmd
The himalaya-password script in ~/.local/bin/ handles this chain.
To verify the full chain works:
# 1. BWS returns password
himalaya-password | wc -c # should be > 10
# 2. Himalaya connects and lists emails
himalaya envelope list | head -3 # should show email table
All standard himalaya commands work. See built-in himalaya skill for full reference.