discord-near-notifications

Send NEAR blockchain notifications to Discord channels via webhooks.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/VitalPointAI/near-skills --skill discord-near-notifications
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-near-notifications
Source: https://github.com/VitalPointAI/near-skills/tree/main/discord-notifications
Command: npx skills add https://github.com/VitalPointAI/near-skills --skill discord-near-notifications

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, and includes scripts (resource) components.

What problem does it solve?

NEAR developers and teams need timely, non-intrusive alerts for blockchain activity without maintaining bots or complex dashboards. This skill delivers Discord notifications via webhooks, turning on-chain events into readable embeds.

Core Features & Use Cases

  • Webhook-based alerts for transfers, staking events, contract interactions, and account activity
  • Per-channel routing and configurable thresholds
  • Local configuration with persistent state to deduplicate alerts

Quick Start

Configure webhooks with the setup script, add accounts to monitor, and start the watcher to begin receiving Discord alerts.

Frequently Asked Questions about discord-near-notifications

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

FAQPage Schema
How do I send NEAR blockchain alerts to Discord?

To send NEAR blockchain alerts to Discord, configure a webhook URL and specify accounts to monitor. The watcher polls on-chain transfers, staking events, and contract calls, posting activity as rich embeds to your channels.

Can I route NEAR staking and transfer notifications to specific Discord channels?

Yes, NEAR transfer and staking notifications support per-channel routing. You configure individual webhook URLs for each channel in the local config file to direct specific blockchain events to the desired destination.

What's the best way to monitor NEAR accounts without running a bot?

The best way to monitor NEAR accounts without a bot is using webhook-based alerts. This approach formats on-chain events into readable embeds and posts them directly to Discord, eliminating the need to maintain complex bot infrastructure.

Do I need curl and jq to set up NEAR Discord notifications?

Yes, you need curl and jq installed to set up NEAR Discord notifications. These dependencies handle payload formatting and HTTP requests for posting blockchain alerts to your configured Discord webhooks.

How do I configure thresholds for NEAR account activity alerts?

You configure thresholds for NEAR account activity alerts using a local config file at ~/.openclaw/near-discord/config.json. This persistent state file also deduplicates alerts so you only receive new blockchain events.

Why does my NEAR webhook notification loop post duplicate Discord messages?

Duplicate Discord messages from your NEAR webhook watcher occur if local state is not persisting. The watcher relies on local configuration with persistent state to deduplicate alerts, so ensure the config directory is writable.