himalaya

द्वारा firecrawl

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple…

npx skills add https://github.com/firecrawl/openclaw --skill himalaya

Himalaya Email CLI

Himalaya is a CLI email client that lets you manage emails from the terminal using IMAP, SMTP, Notmuch, or Sendmail backends.

References

  • references/configuration.md (config file setup + IMAP/SMTP authentication)
  • references/message-composition.md (MML syntax for composing emails)

Prerequisites

  1. Himalaya CLI installed (himalaya --version to verify)
  2. A configuration file at ~/.config/himalaya/config.toml
  3. IMAP/SMTP credentials configured (password stored securely)

Configuration Setup

Run the interactive wizard to set up an account:

himalaya account configure

Or create ~/.config/himalaya/config.toml manually:

[accounts.personal]
email = "[email protected]"
display-name = "Your Name"
default = true

backend.type = "imap"
backend.host = "imap.example.com"
backend.port = 993
backend.encryption.type = "tls"
backend.login = "[email protected]"
backend.auth.type = "password"
backend.auth.cmd = "pass show email/imap"  # or use keyring

message.send.backend.type = "smtp"
message.send.backend.host = "smtp.example.com"
message.send.backend.port = 587
message.send.backend.encryption.type = "start-tls"
message.send.backend.login = "[email protected]"
message.send.backend.auth.type = "password"
message.send.backend.auth.cmd = "pass show email/smtp"

Common Operations

List Folders

himalaya folder list

List Emails

List emails in INBOX (default):

himalaya envelope list

List emails in a specific folder:

himalaya envelope list --folder "Sent"

List with pagination:

himalaya envelope list --page 1 --page-size 20

Search Emails

himalaya envelope list from [email protected] subject meeting

Read an Email

Read email by ID (shows plain text):

himalaya message read 42

Export raw MIME:

himalaya message export 42 --full

Reply to an Email

Interactive reply (opens $EDITOR):

himalaya message reply 42

Reply-all:

himalaya message reply 42 --all

Forward an Email

himalaya message forward 42

Write a New Email

Interactive compose (opens $EDITOR):

himalaya message write

Send directly using template:

cat << 'EOF' | himalaya template send
From: [email protected]
To: [email protected]
Subject: Test Message

Hello from Himalaya!
EOF

Or with headers flag:

himalaya message write -H "To:[email protected]" -H "Subject:Test" "Message body here"

Move/Copy Emails

Move to folder:

himalaya message move 42 "Archive"

Copy to folder:

himalaya message copy 42 "Important"

Delete an Email

himalaya message delete 42

Manage Flags

Add flag:

himalaya flag add 42 --flag seen

Remove flag:

himalaya flag remove 42 --flag seen

Multiple Accounts

List accounts:

himalaya account list

Use a specific account:

himalaya --account work envelope list

Attachments

Save attachments from a message:

himalaya attachment download 42

Save to specific directory:

himalaya attachment download 42 --dir ~/Downloads

Output Formats

Most commands support --output for structured output:

himalaya envelope list --output json
himalaya envelope list --output plain

Debugging

Enable debug logging:

RUST_LOG=debug himalaya envelope list

Full trace with backtrace:

RUST_LOG=trace RUST_BACKTRACE=1 himalaya envelope list

Tips

  • Use himalaya --help or himalaya <command> --help for detailed usage.
  • Message IDs are relative to the current folder; re-list after folder changes.
  • For composing rich emails with attachments, use MML syntax (see references/message-composition.md).
  • Store passwords securely using pass, system keyring, or a command that outputs the password.

firecrawl की और Skills

oracle
firecrawl
ओरेकल CLI के उपयोग के लिए सर्वोत्तम अभ्यास (प्रॉम्प्ट + फ़ाइल बंडलिंग, इंजन, सत्र और फ़ाइल अटैचमेंट पैटर्न)।
official
firecrawl-monitor
firecrawl
वेबसाइट पर सामग्री बदलने का पता लगाएं और वेबहुक या ईमेल द्वारा सूचित हों — किसी क्रॉन जॉब, स्क्रैपर या डिफ स्क्रिप्ट की आवश्यकता नहीं। इस कौशल का उपयोग तब करें जब उपयोगकर्ता किसी पेज पर बदलाव ट्रैक करना चाहता हो, प्रतिस्पर्धी मूल्य निर्धारण पर नज़र रखना चाहता हो, नई नौकरी पोस्टिंग या ब्लॉग पोस्ट पर अलर्ट चाहता हो, डॉक्स/चेंजलॉग/स्टेटस पेजों की निगरानी कर
officialweb-scrapingresearch
firecrawl-deep-research
firecrawl
Firecrawl के साथ बहु-स्रोत गहन शोध चलाएँ। इसका उपयोग तब करें जब उपयोगकर्ता किसी विषय पर शोध करने, दृष्टिकोणों की तुलना करने, स्रोत-आधारित ब्रीफिंग तैयार करने, किसी तकनीकी या बाजार प्रश्न की जांच करने, या कई स्रोतों से वेब साक्ष्य को संश्लेषित करने के लिए कहे।
officialresearchweb-scraping
firecrawl-research-papers
firecrawl
Firecrawl के साथ शोध पत्र, श्वेतपत्र, PDF, तकनीकी रिपोर्ट और शैक्षणिक स्रोत खोजें और संश्लेषित करें। इसका उपयोग तब करें जब उपयोगकर्ता साहित्य समीक्षा, पत्र सारांश, शोध परिदृश्य, या PDF और शैक्षणिक/उद्योग प्रकाशनों से स्रोतित संश्लेषण चाहता हो।
officialresearchweb-scraping
firecrawl-market-research
firecrawl
Firecrawl के साथ बाजार, वित्तीय, आय, उद्योग और कंपनी मीट्रिक्स निकालें। इसका उपयोग तब करें जब उपयोगकर्ता बाजार अनुसंधान, उद्योग रुझान, सार्वजनिक कंपनी डेटा, वित्तीय तुलना, आय अनुसंधान या संरचित बाजार रिपोर्ट मांगे।
officialresearchweb-scraping
firecrawl-website-design-clone
firecrawl
किसी भी वेबसाइट के डिज़ाइन सिस्टम को Firecrawl स्क्रेप एविडेंस का उपयोग करके एजेंट-रेडी DESIGN.md में निकालें। इसका उपयोग तब करें जब उपयोगकर्ता किसी वेबसाइट से रंग, फ़ॉन्ट, स्पेसिंग, कंपोनेंट, लेआउट पैटर्न या ब्रांड/UI मार्गदर्शन चाहता है ताकि AI एजेंट नई वेबसाइट बना सकें, लुक क्लोन कर सकें या उस डिज़ाइन से प्रेरित पेज बना सकें।
officialdesignweb-scraping
firecrawl-knowledge-base
firecrawl
फायरक्रॉल के साथ वेब सामग्री से एक ज्ञानकोष बनाएं। स्थानीय संदर्भ दस्तावेज़ों, RAG-तैयार खंडों, फाइन-ट्यूनिंग डेटासेट, दस्तावेज़ीकरण मिरर, विषय कोष, या वेब स्रोतों से व्यवस्थित LLM-तैयार मार्कडाउन के लिए उपयोग करें।
officialweb-scrapingresearch
firecrawl-lead-research
firecrawl
फायरक्रॉल के साथ मीटिंग से पहले लीड इंटेलिजेंस ब्रीफ तैयार करें। इसका उपयोग तब करें जब उपयोगकर्ता को सेल्स कॉल, पार्टनरशिप मीटिंग, निवेशक वार्तालाप या ग्राहक साक्षात्कार से पहले कंपनी अनुसंधान, व्यक्ति अनुसंधान, हालिया समाचार, बातचीत के बिंदु, समस्या बिंदु या आउटरीच तैयारी की आवश्यकता हो।
officialresearchweb-scraping