email-api
Installation
SKILL.md
Email API Manager Skill
This skill provides comprehensive email management through a REST API using lightweight CLI scripts. All operations are token-efficient and composable.
Configuration
Set the API base URL (defaults to https://agenskill-api.onrender.com):
export EMAIL_API_BASE_URL="https://agenskill-api.onrender.com"
Authentication
All email operations require authentication via headers:
X-API-Key: Your API key (e.g.,sk-email-api-742189hd023)X-User-Email: Your email address (used as sender and for access control)