public-skill

Send platform-generated weather updates, daily reports, and reminders to the user's bound email inbox.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/novolei/if2Ai --skill public-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: public-skill
Source: https://github.com/novolei/if2Ai/tree/main/src-tauri/resources/bundled-skills/public-skill
Command: npx skills add https://github.com/novolei/if2Ai --skill public-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

本技能为用户实现将平台产生的内容(天气、日报、报告、提醒等)推送到用户自有邮箱,零配置即可使用。

Core Features & Use Cases

  • 平台公邮查询与绑定流程:query-bindmail、bind-check、bind-send-code、bind-verify,确保邮件发送地址的可信性。
  • 仅向用户自己的邮箱发送纯文本信息,支持天气、日报等通知的自动推送场景。
  • 自动化工作流示例:将每日天气、日报与提醒等内容推送到绑定邮箱,提升信息到达效率。

Quick Start

告诉 AI 将每日天气更新发送到我的平台邮箱。

Frequently Asked Questions about public-skill

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

FAQPage Schema
How do I push daily reports and weather updates to my email automatically?

To push daily reports and weather updates to your email automatically, you can use this Skill to send platform-originated content directly to your bound platform email inbox with zero configuration required.

How does zero-config email delivery for platform notifications work?

Zero-config email delivery works by routing platform-originated notifications, such as daily summaries and reminders, directly to the user's bound platform email address, bypassing complex SMTP setups while enforcing safe gateway communication.

Can I send email notifications to third-party recipients or attach files?

No, you cannot send email notifications to third-party recipients or attach files. The Skill enforces safe usage by strictly limiting delivery to the user's bound platform email and disallowing attachments.

What is the process to bind my platform email for receiving daily summaries?

Binding your platform email for daily summaries involves a verification flow: querying the bindmail, sending a verification code, and verifying it to ensure the target email address is trusted and valid.

Does this Skill support sending rich HTML content or only plain text email reports?

This Skill supports sending only plain text email reports to your inbox. It is designed specifically for delivering pure textual information like weather updates and reminders, without supporting rich HTML formatting.

Why am I not receiving platform email notifications after setting up daily reports?

If you are not receiving platform email notifications for daily reports, check if your email binding is successfully verified. The Skill robustly handles gateway communication and binding checks, requiring a valid bound address.