← All skills
Tencent SkillHub · Communication & Collaboration

Near Email Reporter

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
package.json, README.md, scripts/emailer.js, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

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

near-email setup [options]

Configure email settings. Options: --host <host> - SMTP server host --port <port> - SMTP server port (default: 587) --user <user> - SMTP username --pass <pass> - SMTP password --from <email> - From email address --secure - Use SSL/TLS (default: false) Example: near-email setup --host smtp.gmail.com --port 587 --user myemail@gmail.com --pass mypassword --from myemail@gmail.com

near-email report <account_id> [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 <account_id> <threshold> [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 <account_id> <cron_expr> [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

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/emailer.js Scripts
  • package.json Config