send-email

Send emails via run_intent with recipient, subject, and body.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/happyaaa/CampusAI --skill send-email-happyaaa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-email
Source: https://github.com/happyaaa/CampusAI/tree/main/Android/src/app/src/main/assets/skills/send-email
Command: npx skills add https://github.com/happyaaa/CampusAI --skill send-email-happyaaa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Email remains a frequent communication task in apps, and manual handling can slow workflows and introduce errors. This skill enables sending an email by invoking a standardized intent with recipient, subject, and body, reducing friction and boosting responsiveness.

Core Features & Use Cases

  • Compose and send emails by providing extra_email, extra_subject, and extra_text to the run_intent tool.
  • Integrate email sending into campus app workflows, such as confirmations, reminders, and stakeholder updates.
  • Supports mobile app automation where quick outbound messages are needed without leaving the app.

Quick Start

Invoke the run_intent tool with extra_email, extra_subject, and extra_text to send the email.

Frequently Asked Questions about send-email

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

FAQPage Schema
How do I send emails automatically through a campus app workflow?

To send emails automatically, invoke the run_intent tool with extra_email, extra_subject, and extra_text parameters to trigger outbound messages without manual input.

What information do I need to provide to automate sending an email?

Automating email sending requires a JSON string containing extra_email for the recipient, extra_subject for the subject line, and extra_text for the email body.

Can I use intent invocation for mobile app email automation?

Yes, mobile app email automation is supported by invoking a standardized intent, allowing quick outbound confirmations and reminders without leaving the application.

Does sending an email via intent require any external dependencies?

Sending an email via intent requires the run_intent tool to be available in the environment, as it executes the JSON payload containing the recipient and message details.

What are the limitations of using a single intent to send emails?

Using a single intent limits email sending to the strict structure of extra_email, extra_subject, and extra_text, meaning attachments or custom formatting are not supported.

When do I need to use intent-based email sending instead of manual composition?

Intent-based email sending is needed when integrating automated confirmations, reminders, or stakeholder updates into app workflows to reduce manual friction and errors.