himalaya

Compose and send emails with attachments via himalaya CLI using MML.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ammonfife/sakima.co --skill himalaya-ammonfife
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: himalaya
Source: https://github.com/ammonfife/sakima.co/tree/main/.claude/skills/himalaya
Command: npx skills add https://github.com/ammonfife/sakima.co --skill himalaya-ammonfife

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, requests, markdown, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines email communication from the command line, making it efficient to draft, send, and manage emails programmatically.

Core Features & Use Cases

  • Email Composition and Sending: Compose and send emails via the terminal, enabling integration with scripts and other tools.
  • Email Drafting: Draft emails and use MML (MIME Meta Language) for rich content support.
  • Use Case: Integrate email communication directly into automation scripts, command-line interfaces, or batch operations to streamline workflow.

Quick Start

Compose and send an email with attachments using the 'himalaya send' command.

Frequently Asked Questions about himalaya

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send an email from the terminal using the command line?

You can send an email from the terminal by using the himalaya CLI. It enables script integration and automation workflows to programmatically draft and send messages via the command line interface.

What is MML and how does it work for composing rich content emails?

MML, or MIME Meta Language, is a structured format used for composing rich content emails. It allows you to define complex email structures, including both plain text and HTML formats, directly within terminal-based scripts.

Can I integrate email sending into my automation scripts and batch operations?

Yes, you can integrate email sending directly into automation scripts and batch operations. The Skill is designed for programmatic workflow integration, allowing you to draft and send emails without manual intervention.

Does the himalaya CLI support sending emails with file attachments?

Yes, the himalaya CLI supports sending emails with file attachments. You can use the send command to include attachments alongside both plain text and HTML email content formats.

Do I need Python and markdown dependencies to compose and send emails via terminal?

Yes, you need Python, along with the requests and markdown dependencies, to utilize this terminal email Skill. These components enable the underlying scripting and content formatting capabilities required for terminal email composition.