If you're building PinMe Workers in TypeScript and need to send emails, this skill walks you through calling the platform's send_email API. It covers the environment variables that get auto-injected (API_KEY, BASE_URL), shows you how to structure the POST request with proper authentication headers, and includes a ready-to-use sendEmail helper function. The sender address is automatically set to your_project@pinme.cloud, which is convenient but might feel limiting if you want custom branding. Error handling gets decent coverage with a unified wrapper pattern for the platform's response format. Most useful when you're wiring up verification codes or transactional emails and want to avoid reinventing the fetch boilerplate.
npx skills add https://github.com/glitternetwork/pinme --skill pinme-email