Toolverse
All skills

portable-email-manager

by openclaw

Send and read emails via any IMAP/SMTP provider (Zoho, Outlook, Gmail, etc.). Fully self-contained Node.js implementation; no external system binaries required. Ideal for environments without root access.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend

About this skill

Send and read emails via any IMAP/SMTP provider (Zoho, Outlook, Gmail, etc.). Fully self-contained Node.js implementation; no external system binaries required. Ideal for environments without root access.

How to use

  1. Przejdź do katalogu skills/portable-email-manager i uruchom npm install, aby zainstalować wymagane pakiety (nodemailer, imap-simple, mailparser).

  2. Ustaw zmienne środowiskowe EMAIL_USER (twój adres e-mail) i EMAIL_PASS (hasło aplikacji). Dla Gmaila, Outlooka i Zoho zalecane jest wygenerowanie hasła aplikacji zamiast używania głównego hasła.

  3. Jeśli używasz Gmaila lub Outlooka, edytuj plik scripts/email.js i zmień adresy hostów na smtp.gmail.com / imap.gmail.com (Gmail) lub smtp.office365.com (Outlook). Dla Zoho konfiguracja jest już domyślnie ustawiona.

  4. Aby przeczytać e-maile, użyj komendy read z opcjonalnymi filtrami: wyszukaj po nadawcy (--from), temacie (--subject), dacie (--since, --before) lub statusie przeczytania (--seen, --unseen).

  5. Zarządzaj folderami za pomocą komendy folders (wylistuj wszystkie foldery IMAP) lub move (przenieś e-maile między folderami). System automatycznie waliduje istnienie folderów.

  6. Załączniki są automatycznie wykrywane i wyświetlane w wynikach read i search z informacją o nazwie pliku, typie MIME i rozmiarze.

Related skills

dotnet-backend

by anton-abyzov

.NET/C# backend developer for ASP.NET Core APIs with Entity Framework Core. Builds REST APIs, minimal APIs, gRPC services, authentication with Identity/JWT, authorization, database operations, background services, SignalR real-time features. Activates for: .NET, C#, ASP.NET

Backend
92296

effective-go

by openshift

Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.

Backend
248296

openspec

by ruan-cat

OpenSpec 中文版规范助手 - 规范驱动的 AI 编程开发,帮助初始化、创建提案、编写规格、校验格式并归档变更。触发条件: 当用户提及 openspec、规范文档、需求管理、变更提案、spec-driven development 等关键词时主动调用。

Backend
27122

literature-review

by K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature

Backend
238507

fastapi-pro

by sickn33

Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.

Backend
54128

seedream-image-gen

by openclaw

Generate images via Seedream API (doubao-seedream models). Synchronous generation.

Backend
6235