moshi-notify

Send push notifications to the Moshi app via webhook from Claude Code.

6|1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/maplefukku/claude-code-moshi-notify --skill moshi-notify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moshi-notify
Source: https://github.com/maplefukku/claude-code-moshi-notify/tree/main
Command: npx skills add https://github.com/maplefukku/claude-code-moshi-notify --skill moshi-notify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude Code users need a simple way to trigger push notifications to Moshi without leaving the code environment, enabling real-time alerts from automation.

Core Features & Use Cases

  • Lightweight Moshi webhook integration: send custom title and message from Claude Code with a single command.
  • Optional auto-notification hook support to alert on response completion.
  • Easy setup by editing a single SKILL.md token value and restarting Claude Code.

Quick Start

Use the moshi-notify command with a title and message to send your first Moshi alert.

Frequently Asked Questions about moshi-notify

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

FAQPage Schema
How do I send push notifications from Claude Code to my phone?

To send push notifications from Claude Code, you use a minimal Bash-based webhook integration that triggers alerts via a simple HTTP POST payload. This approach enables real-time automated status updates and incident notifications directly to your device.

How do I set up a webhook to send automated alerts from a bash script?

Setting up a webhook for automated bash alerts involves editing a single configuration file to add your token and restarting the environment. This provides a lightweight integration for sending HTTP POST requests with properly escaped payloads.

Can I automatically trigger push alerts when a Claude Code response completes?

Yes, you can automatically trigger push alerts when a Claude Code response completes by enabling optional auto-notification hook support. This feature satisfies requirements for real-time alerts from automated workflows across development and production environments.

Do I need any external dependencies or libraries to configure Moshi notifications?

No, you do not need any external dependencies or libraries to configure Moshi notifications. The integration is a minimal Bash-based solution that relies solely on a configurable token and a simple HTTP POST payload.

What is the best way to notify QA teams about incident status during automated workflows?

The best way to notify QA teams about incident status is by invoking a webhook to send ready-to-view push notifications. This provides real-time alerts from automated workflows across QA and production environments with minimal setup.