📧
AutomationShell

Meeting Reminder Email

by chengrouter

Meeting Reminder Email is an Automation skill for Claude Code, published by chengrouter in chengos.

220 stars4 forkson chengrouter/chengosAdded 2026/09/04+4% in starsRepository updated 2026/08/23
aiai-agentai-agentsai-toolschengosclaude-codeclicodedeepseekkimiminimax
Install in seconds
Install Meeting Reminder Email
Copy Meeting Reminder Email into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/chengrouter/chengos/tree/main/deploy/skills/meeting-reminder-email ~/.claude/skills/meeting-reminder-email

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/chengrouter/chengos.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
deploy/skills/meeting-reminder-email/SKILL.md in chengrouter/chengos
Installs to
~/.claude/skills/meeting-reminder-email
Collection
One of 5 skills cataloged from this repository
Category
Automation1860 skills

What Meeting Reminder Email does

Meeting Reminder Email sends a one-time reminder email at the scheduled time, usually for meeting notifications. Use it when you need an automatic email sent once to a fixed recipient.

Meeting Reminder Email is cataloged under Automation on DirSkills. Meeting Reminder Email comes from a repository tagged ai, ai-agent, ai-agents, ai-tools and chengos.

Documentation

README

定时会议提醒邮件 (Meeting Reminder Email)

概述

本 Skill 用于在指定时间(早上 6:00)自动发送一封单次提醒邮件到 45420@qq.com,提醒收件人准时参加会议。

工作流程

  1. 定时触发:通过 tools/schedule 节点设定一次性触发时间(run_at 为完整 ISO-8601 日期时间,默认取下一个早上 6:00)。
  2. 发送邮件:触发后调用 tools/mail 节点,向 45420@qq.com 发送一封主题为「会议提醒」的邮件,正文提醒开会时间与事项。
  3. 结果输出:将发送结果通过 chat/output 节点返回给用户。

参数说明

参数 说明
收件人 (to) 45420@qq.com 固定收件邮箱
主题 (subject) 会议提醒 邮件主题
正文 (body) 提醒开会 邮件正文
触发时间 (run_at) 2026-07-24T06:00:00 下一个早上 6:00(单次)
时区 (timezone) Asia/Shanghai 北京时间
模式 (mode) once 单次触发

凭据需求

  • SMTP 邮件发送凭据:需要一个已配置的 SMTP credential(用于 tools/mail 发信)。请在运行前于工作区凭据管理中配置 SMTP 凭据(如 QQ 邮箱 SMTP 授权码)。

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Meeting Reminder Email

  • What else does chengrouter publish alongside Meeting Reminder Email?

    Meeting Reminder Email is one of 5 skills that DirSkills catalogs from chengrouter/chengos, the repository it ships in. Its siblings there include Skill Importer, Workflow Creation and Workflow Helper. Each one is a separate skill with its own page in this directory, installs the same way Meeting Reminder Email does, and is maintained by chengrouter in that same repository. The rest of the collection is listed on the chengrouter/chengos page.

  • How does Meeting Reminder Email compare to other Automation skills?

    Meeting Reminder Email ranks #1624 by stars among the 1860 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Meeting Reminder Email against them. Open each page to compare what they document and how they install.