misoapps

Manage Shopify app installations and send emails via Miso Apps SDKs.

10|2|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/toilahuongg/Shopify-Agents-Kit --skill misoapps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: misoapps
Source: https://github.com/toilahuongg/Shopify-Agents-Kit/tree/main/.claude/skills/misoapps
Command: npx skills add https://github.com/toilahuongg/Shopify-Agents-Kit --skill misoapps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @misoapps/mail-sdk, @misoapps/shop-sdk, and includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of Shopify app installations and provides robust email sending capabilities through Miso Apps SDKs, simplifying backend operations for Shopify developers.

Core Features & Use Cases

  • Email Services: Send emails via SMTP or AWS SES, manage SMTP configurations, and retrieve email logs.
  • Shop Management: Install, uninstall, and update app installations across Shopify stores. Access shop and app data.
  • Use Case: Automatically send a welcome email to new users upon app installation and track installation status across your merchant base.

Quick Start

Use the misoapps skill to send an email to '[email protected]' with the subject 'Welcome!' and HTML content '<h1>Hello!</h1>'.

Frequently Asked Questions about misoapps

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

FAQPage Schema
How do I send transactional emails from a Shopify app using SMTP or AWS SES?

To send transactional emails from a Shopify app, configure SMTP settings or use AWS SES through the Miso Apps mail SDK. The skill handles email dispatching and lets you send HTML content directly to customers.

How do I manage Shopify app installations programmatically across multiple stores?

Managing Shopify app installations programmatically involves using the shop SDK to perform CRUD operations. You can install, uninstall, and update app installations across stores while tracking installation status for your merchant base.

Can I automatically send a welcome email when a new user installs my Shopify app?

Yes, you can automatically send a welcome email upon new user app installation. By integrating the mail SDK and shop SDK, the system triggers email dispatch immediately after detecting a new installation event.

Does the Miso Apps SDK support retrieving email logs and SMTP configurations?

Yes, the Miso Apps SDK supports retrieving email logs and managing SMTP configurations. You can fetch historical email data and update your SMTP settings directly through the provided mail SDK integration.

What is the best way to track Shopify app installation status for my entire merchant base?

The best way to track Shopify app installation status is by accessing shop and app data via the shop SDK. It provides comprehensive backend functionality to monitor and update installations across your entire merchant base.