✓ Verified 📱 Social Media ✓ Enhanced Data

Near Email Reporter

Send NEAR reports and alerts via email with SMTP configuration, scheduling, and automatic reporting.

Rating
4.7 (210 reviews)
Downloads
1,839 downloads
Version
1.0.0

Overview

Send NEAR reports and alerts via email with SMTP configuration, scheduling, and automatic reporting.

Key Features

1

Configure SMTP email settings

2

Send transaction reports via email

3

Set up alerts for specific events

4

Schedule periodic reports

5

Secure configuration storage

Complete Documentation

View Source →

NEAR Email Reporter Skill

Send NEAR transaction reports via email with scheduling.

Description

This skill allows you to configure email settings, send NEAR transaction reports, set up alerts, and schedule periodic email reports. Uses standard SMTP with secure configuration storage.

Features

  • Configure SMTP email settings
  • Send transaction reports via email
  • Set up alerts for specific events
  • Schedule periodic reports
  • Secure configuration storage

Commands

near-email setup [options]

Configure email settings.

Options:

  • --host - SMTP server host
  • --port - SMTP server port (default: 587)
  • --user - SMTP username
  • --pass - SMTP password
  • --from - From email address
  • --secure - Use SSL/TLS (default: false)
Example:
bash
near-email setup --host smtp.gmail.com --port 587 --user [email protected] --pass mypassword --from [email protected]

near-email report [recipient]

Send a transaction report for an account.

Parameters:

  • account_id - NEAR account to report on
  • recipient - Email recipient (optional, uses default)

near-email alert [recipient]

Set up balance alert for an account.

Parameters:

  • account_id - NEAR account to monitor
  • threshold - Balance threshold (in NEAR)
  • recipient - Email recipient (optional)

near-email schedule [recipient]

Schedule periodic email reports.

Parameters:

  • account_id - NEAR account to report on
  • cron_expr - Cron expression (e.g., "0 9 *" for daily at 9am)
  • recipient - Email recipient (optional)

Configuration

Email settings are stored in ~/.near-email/config.json with secure permissions.

Requirements

  • SMTP email account (Gmail, SendGrid, etc.)
  • Node.js for running the scripts

Notes

  • For Gmail, use App Passwords: https://myaccount.google.com/apppasswords
  • Configuration file is stored securely with limited permissions

References

  • Nodemailer: https://nodemailer.com/
  • NEAR RPC API: https://docs.near.org/api/rpc

Installation

Terminal bash

openclaw install near-email-reporter
    
Copied!

Tags

#communication

Quick Info

Category Social Media
Model Claude 3.5
Complexity One-Click
Author shaiss
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install near-email-reporter