# Email Himalaya

> Email management via himalaya CLI with Bitwarden-backed authentication.

- **Type:** Skill
- **Install:** `agentstack add skill-domvox-hermes-skills-email-himalaya`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [domvox](https://agentstack.voostack.com/s/domvox)
- **Installs:** 0
- **Category:** [Communication](https://agentstack.voostack.com/c/communication)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [domvox](https://github.com/domvox)
- **Source:** https://github.com/domvox/hermes-skills/tree/main/email-himalaya

## Install

```sh
agentstack add skill-domvox-hermes-skills-email-himalaya
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Email via Himalaya + Bitwarden

This skill extends the built-in himalaya skill with Bitwarden-backed authentication.

## Dependencies

- **bitwarden** skill — provides `BWS_ACCESS_TOKEN` and secret retrieval
- **himalaya-password** wrapper — fetches IMAP/SMTP password from BWS
- **himalaya** CLI — email operations

## Authentication Flow

```
BWS_ACCESS_TOKEN → bws secret list →  → himalaya auth.cmd
```

The `himalaya-password` script in `~/.local/bin/` handles this chain.

## Composition Test

To verify the full chain works:

```bash
# 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
```

## Usage

All standard himalaya commands work. See built-in himalaya skill for full reference.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [domvox](https://github.com/domvox)
- **Source:** [domvox/hermes-skills](https://github.com/domvox/hermes-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-domvox-hermes-skills-email-himalaya
- Seller: https://agentstack.voostack.com/s/domvox
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
