line-notify-alert

Send messages to a Line Notify account using an API token.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill line-notify-alert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: line-notify-alert
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/line-notify-alert
Command: npx skills add https://github.com/AstorYH/PASB --skill line-notify-alert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates sending messages to your Line Notify account, ensuring you receive timely alerts and updates directly to your preferred messaging platform.

Core Features & Use Cases

  • Instant Notifications: Send custom messages to a Line Notify channel.
  • Environment Variable Integration: Securely uses a Line Notify token stored in environment variables.
  • Use Case: Get an immediate alert on your phone via Line when a critical server error is detected by your nanobot.

Quick Start

Use the line-notify-alert skill to send the message 'System maintenance scheduled for tomorrow.'

Frequently Asked Questions about line-notify-alert

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

FAQPage Schema
How do I send Line notifications from an automated script?

To send Line notifications, you need to provide a custom message and an API token. This skill uses the LINE_NOTIFY_TOKEN environment variable to authenticate and push instant alerts directly to your Line Notify account.

What is Line Notify used for in server monitoring?

Line Notify is used for real-time alerting and communication within a messaging context. You can configure it to send immediate alerts to your phone when a critical server error is detected by your automated systems.

Do I need an API token to send messages to Line Notify?

Yes, you need an API token to send messages to Line Notify. You must configure the LINE_NOTIFY_TOKEN environment variable for authentication before the messaging skill can push alerts to your channel.

How do I configure environment variables for Line Notify alerts?

Configuring Line Notify alerts requires setting the LINE_NOTIFY_TOKEN environment variable with your specific API token. This secure integration allows the system to authenticate and send instant notifications to your messaging channel.

Can I use Line Notify for team communication and alerts?

Yes, Line Notify supports real-time alerting and communication for both personal and team messaging contexts. It sends custom messages instantly to a configured channel, ensuring timely updates for your team.

Why are my Line Notify messages not sending?

Line Notify messages fail to send when the LINE_NOTIFY_TOKEN environment variable is missing or invalid. Ensure your API token is correctly configured for authentication before attempting to push notifications.