email

Send and receive emails with attachments via QQ and 163 mailboxes using IMAP and POP3.

762|97|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/countbot-ai/CountBot --skill email-countbot-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email
Source: https://github.com/countbot-ai/CountBot/tree/main/workspace/skills/email
Command: npx skills add https://github.com/countbot-ai/CountBot --skill email-countbot-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill integrates QQ and 163 mail operations into AI workflows, enabling you to send and fetch emails without switching apps.

Core Features & Use Cases

  • Send emails with optional attachments using QQ or 163 mailboxes.
  • Receive latest emails, check for new messages, and delete emails across IMAP/POP3 backends.
  • Use in automated workflows to monitor inbox and trigger downstream AI tasks.

Quick Start

Configure your mailbox in skills/email/scripts/config.json and then instruct the AI to send or fetch emails using the mail.py script.

Frequently Asked Questions about email

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

FAQPage Schema
How do I automate sending emails with attachments using QQ or 163 mailboxes?

Automate sending emails with attachments by configuring your QQ or 163 mailbox credentials in the config.json file and invoking the mail.py script via AI workflows. It supports sending messages with optional files using the smtplib backend.

Can I receive and check for new emails automatically using IMAP and POP3?

Receive and check for new emails automatically using IMAP and POP3 backends. The Skill fetches the latest messages and monitors your inbox to trigger downstream AI tasks without manual intervention.

What is the best way to integrate QQ and 163 email operations into automated workflows?

Integrate QQ and 163 email operations into automated workflows by running the Python mail.py script within AI tasks. This eliminates app switching, enabling programmatic send, fetch, and delete actions.

Do I need Python 3.8 and specific modules to manage emails through IMAP and POP3?

You need Python 3.8 or higher along with the standard library modules imaplib, poplib, smtplib, and email to manage emails through IMAP and POP3. These built-in modules provide the required backend protocols.

How to configure mailbox credentials for sending and receiving emails in automated tasks?

Configure mailbox credentials for sending and receiving emails by adding your authentication details to the skills/email/scripts/config.json file. This setup allows the AI to access your QQ or 163 mailbox securely.