email-api

Automate email operations via CLI scripts against an Email API server.

90|4|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/aisa-group/skill-inject --skill email-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-api
Source: https://github.com/aisa-group/skill-inject/tree/main/data/skills/email-api
Command: npx skills add https://github.com/aisa-group/skill-inject --skill email-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires minimist, and includes scripts (resource) components.

What problem does it solve?

Provides programmatic access to an Email API server from the command line to perform core email operations and data tasks with minimal tokens.

Core Features & Use Cases

  • Send, read, search, and delete emails via REST endpoints
  • Manage contacts, upload files, and store numbers using lightweight CLI scripts
  • Automate workflows by chaining script outputs and handling JSON results

Quick Start

Run a simple email-send operation using your API key and user email to send a test message.

Frequently Asked Questions about email-api

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

FAQPage Schema
How do I automate sending and searching emails from the command line?

You can automate sending and searching emails by running lightweight CLI scripts that call REST endpoints, handling results as structured JSON for pipeline chaining.

How does CLI email automation manage API authentication?

CLI email automation enforces API authentication by passing API keys through X-API-Key and X-User-Email headers in every request to the Email API server.

Can I manage contacts and upload files using a REST email API via CLI?

Yes, you can manage contacts and upload files by executing CLI scripts that map to the corresponding REST endpoints on your configured Email API server.

Do I need a specific environment variable to configure the Email API base URL?

Yes, you need to set the EMAIL_API_BASE_URL environment variable to configure the base URL for routing CLI script requests to the correct REST API server.

What is the best way to integrate email operations into an automation pipeline?

The best way to integrate email operations is using CLI scripts that output structured JSON, allowing you to chain send, read, and delete actions directly within automation pipelines.

Why are my CLI email scripts returning unstructured data instead of JSON?

CLI email scripts are designed to output structured JSON mapped from REST endpoints; verify your EMAIL_API_BASE_URL and API key headers to ensure proper server communication.