send-email

Convert structured input into outgoing emails via the run_intent interface.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of composing and sending emails from structured input, reducing manual steps and ensuring consistent outreach.

Core Features & Use Cases

  • Compose emails by providing recipient, subject, and body.
  • Send transactional or reminder messages from AI-driven prompts.
  • Integrate with mobile or web workflows using the run_intent interface.

Quick Start

Call the send_email action by supplying extra_email, extra_subject, and extra_text to send the message.

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 from AI prompts?▼

To send emails automatically from AI prompts, you provide a recipient address, subject, and body text as structured input, which the system converts into an outgoing message via the run_intent interface.

Can I automate transactional email workflows without manual steps?▼

Yes, you can automate transactional email workflows by converting structured input parameters like recipient, subject, and text into an outgoing message, reducing manual steps for consistent outreach.

What structured input do I need to provide to send an email?▼

You need to provide a JSON parameters object containing three specific fields: extra_email for the recipient, extra_subject for the subject line, and extra_text for the email body content.

Does automated email sending work for both mobile and web workflows?▼

Automated email sending works across both mobile and web contexts by utilizing the run_intent tool with the intent set to send_email, integrating seamlessly into various workflow environments.

What are the limitations of using intent-based email automation?▼

Intent-based email automation requires the run_intent tool and strictly structured JSON input with specific parameters, meaning unstructured or incomplete prompts will not successfully generate or send the email.