wiki-fetch-mail

Fetch .html and .eml email files from a OneDrive inbox to raw/emails/.

3|1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/rijnb/knowledge-base-wiki --skill wiki-fetch-mail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-fetch-mail
Source: https://github.com/rijnb/knowledge-base-wiki/tree/main/.agents/skills/wiki-fetch-mail
Command: npx skills add https://github.com/rijnb/knowledge-base-wiki --skill wiki-fetch-mail

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually transferring email files from your inbox to your knowledge base's raw storage folder is tedious and easy to overlook, leading to important email-based information missing from your curated knowledge base.

Core Features & Use Cases

  • Automated Inbox Syncing: Fetches .html and .eml email files from a configured OneDrive inbox without manual file management.
  • Duplicate Safety: Skips copying files that already exist in raw/emails/ to avoid redundant storage, while still clearing processed files from the inbox.
  • Audit Logging: Records all fetch operations with timestamps and file counts to track your knowledge base ingestion pipeline activity.
  • Use Case: If you receive regular client feedback, team digests, or research updates via email saved to OneDrive, this skill automatically moves them to your knowledge base so they are ready to be ingested into structured wiki pages.

Quick Start

Tell your AI assistant to fetch your OneDrive emails and add them to your knowledge base to automatically sync all new email files from your configured inbox to the raw/emails/ folder.

Frequently Asked Questions about wiki-fetch-mail

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

FAQPage Schema
How do I automatically sync OneDrive emails to my knowledge base?

To sync OneDrive emails automatically, this skill fetches .html and .eml email files from a configured OneDrive inbox and transfers them directly to your knowledge base's raw email storage directory for subsequent ingestion.

What happens to duplicate email files when fetching from OneDrive to a wiki?

When fetching emails from OneDrive, the skill safely skips copying files that already exist in the raw/emails/ directory to avoid redundant storage, while still clearing the processed files from your inbox.

Can I track ingestion pipeline activity for emails moved to a knowledge base?

Yes, you can track ingestion pipeline activity because the email fetch process records all transfer operations with timestamps and file counts, providing a complete audit log of your inbox syncing.

Do I need a specific inbox path configured before fetching OneDrive emails?

Yes, you need a valid inbox path configured in the personal_info.md config file before fetching OneDrive emails. The skill validates this inbox accessibility before transferring any files.

What types of email files can I automatically ingest from OneDrive?

You can automatically ingest .html and .eml email files from your OneDrive inbox. This is ideal for workflows where you receive email-based evidence, updates, or notes that need integration into a provenance-aware knowledge base.

Why are my OneDrive emails not transferring to the raw storage folder?

OneDrive emails may not transfer if the inbox path is inaccessible or improperly configured in personal_info.md. The skill validates inbox accessibility before moving files, and skips any duplicate files already present in raw/emails/.