๐ŸŽฏ

email-imap-full-fetch

๐ŸŽฏSkill

from tiangong-ai/skills

VibeIndex|
What it does
|

Fetches full email MIME content and attachment files from an IMAP server by message reference, supporting lookup by Message-Id or UID with automatic file saving for .eml and attachments.

๐Ÿ“ฆ

Same repository

tiangong-ai/skills(44 items)

email-imap-full-fetch

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add tiangong-ai/skills --skill email-imap-full-fetch
skills.sh Installโš  Installs to .agents/skills/
npx skills add tiangong-ai/skills --skill email-imap-full-fetch
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/email-imap-full-fetch/SKILL.md

SKILL.md

90Installs
-
AddedFeb 25, 2026

More from this repository10

๐ŸŽฏ
email-smtp-send๐ŸŽฏSkill

Send emails through an SMTP server using environment-based credentials and message fields. Use when tasks need reliable outbound email delivery (single or repeated recipients), SMTP connectivity ch... Part of tiangong-ai/skills.

๐ŸŽฏ
email-imap-fetch๐ŸŽฏSkill

A skill for near-real-time IMAP mailbox monitoring with the IDLE command, supporting multi-account inbox ingestion and automatic webhook delivery to OpenClaw automation.

๐ŸŽฏ
ai-tech-rss-fetch๐ŸŽฏSkill

A Claude Code skill for subscribing to AI and tech RSS feeds, syncing entries with deduplication, and persisting normalized metadata into SQLite using Python tooling.

๐ŸŽฏ
dify-knowledge-base-search๐ŸŽฏSkill

A Claude Code skill for searching and retrieving chunks from Dify knowledge bases using the Dify dataset retrieve API, useful for integrating or debugging knowledge base retrieval workflows.

๐ŸŽฏ
synology-file-station๐ŸŽฏSkill

Operates Synology DSM File Station via WebAPI for scripted NAS file workflows including listing, search, folder creation, rename, copy/move, delete, upload/download, and archive extraction. Reads connection credentials from environment variables and returns JSON output for automation pipelines.

๐ŸŽฏ
document-granular-decompose๐ŸŽฏSkill

A skill that uploads local documents (PDF, Office, images) to the TianGong AI Unstructure API for fine-grained MinerU parsing and returns plain fulltext content for downstream chunking, search, or summarization.

๐ŸŽฏ
sci-journals-hybrid-search๐ŸŽฏSkill

A skill for performing hybrid search over scientific journal chunks using a Supabase edge function, with support for journal/date filters, chunk expansion, and metadata retrieval.

๐ŸŽฏ
ai-tech-summary๐ŸŽฏSkill

A skill that retrieves time-windowed RSS evidence from SQLite and uses RAG to produce AI technology summaries for daily, weekly, monthly, or custom-range digests.

๐ŸŽฏ
ai-tech-fulltext-fetch๐ŸŽฏSkill

A Claude Code skill that fetches and persists article full text for RSS entries stored in SQLite, enabling downstream indexing, retrieval, and summarization of tech articles.

๐ŸŽฏ
sustainability-rss-fetch๐ŸŽฏSkill

Ingest all sustainability journal RSS entries into a dedicated RSS SQLite database first, keyed by DOI, then mark relevance and prune non-relevant rows to DOI-only. Use when building a DOI-first ingestion pipeline with mandatory full ingestion before topic filtering.