attachments

List, download, and extract calendar event details from email attachments using himalaya CLI.

3|4|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/Data-Wise/himalaya-mcp --skill attachments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: attachments
Source: https://github.com/Data-Wise/himalaya-mcp/tree/main/himalaya-mcp-plugin/skills/attachments
Command: npx skills add https://github.com/Data-Wise/himalaya-mcp --skill attachments

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users manage email attachments, including downloading them, listing them, and extracting information from calendar invites.

Core Features & Use Cases

  • List Attachments: See all files attached to a specific email.
  • Download Attachments: Save attachments to your local system.
  • Process Calendar Invites: Extract event details from ICS files and optionally add them to your calendar.
  • Use Case: When you receive an email with multiple attachments, you can use this skill to list them and download only the ones you need. If an attachment is a calendar invite, you can view its details and add it to your calendar with a single command.

Quick Start

Use the attachments skill to list all attachments for email ID 12345.

Frequently Asked Questions about attachments

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

FAQPage Schema
How do I download email attachments using himalaya?

To download email attachments using himalaya, you use this Skill to list files associated with a specific email ID and save them to your local system. You simply specify the email ID to retrieve and download the attached files.

How do I extract calendar event details from ICS files?

To extract calendar event details from ICS files, this Skill parses the invite data received as an email attachment. It processes the ICS file to retrieve event information, allowing you to view details and optionally add the event to your calendar.

Do I need himalaya CLI tools to list and download email attachments?

Yes, you need himalaya CLI tools to list and download email attachments. The Skill requires himalaya for email interaction operations and relies on its command line interface to retrieve associated files from specific email IDs.

Can I process calendar invites and add them to my calendar directly from email?

Yes, you can process calendar invites directly from email. When an attachment is an ICS file, the Skill extracts the event details and optionally adds them to your calendar, integrating the invite data with a single command.

What is the best way to manage multiple email attachments?

The best way to manage multiple email attachments is to use this Skill to list all files attached to a specific email ID. Once listed, you can selectively download only the attachments you need to your local system.

Why does ICS parsing fail to extract event information from specific emails?

ICS parsing fails if the email does not contain an ICS file attachment or if the himalaya CLI tools are not properly configured. The Skill requires a valid email ID and functional ICS parsing capabilities to successfully extract calendar event data.