near-email-reporter
Send NEAR reports and alerts via email with SMTP configuration, scheduling, and automatic reporting.
Why use this skill?
Automate NEAR transaction reporting and balance alerts via email. Configure SMTP and schedule recurring blockchain status updates with the near-email-reporter.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/shaiss/near-email-reporterWhat This Skill Does
The near-email-reporter skill serves as a dedicated communication layer for your NEAR Protocol activities. By integrating SMTP capabilities directly into your agent, it allows for automated oversight of your blockchain presence. Instead of manually querying blockchain explorers, you can rely on this skill to push status updates, balance alerts, and full transaction history summaries directly to your inbox. It acts as a bridge between the decentralized ledger and your personal notification infrastructure, ensuring you remain informed about your account health without constant manual intervention.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/shaiss/near-email-reporter
Once installed, you must perform an initial setup to authorize the agent to send mail on your behalf. Use the command near-email setup providing your SMTP server credentials (host, port, user, and password). For increased security, it is highly recommended to use App Passwords for services like Gmail, as this limits the scope of access provided to the agent.
Use Cases
- Automated Financial Reporting: Generate and email daily or weekly summaries of transaction activity for your NEAR wallets for accounting or tax purposes.
- Security Monitoring: Receive instant email alerts if your wallet balance drops below a specific threshold, helping you detect potential unauthorized drainage or unexpected contract interactions.
- Wallet Management: Keep team members or collaborators updated on treasury movements without sharing private keys, using the recipient parameters to direct specific reports to relevant stakeholders.
Example Prompts
- "Send a transaction report for my account 'my-near-wallet.near' to my work email."
- "Set up a recurring daily report for 'treasury.near' at 8 AM and send it to [email protected]."
- "Configure a balance alert for 'personal.near' so I get an email if the balance falls below 50 NEAR."
Tips & Limitations
- Security: The configuration file is stored in your user directory. Ensure your host machine has restricted permissions on the
~/.near-email/directory. - SMTP Providers: Ensure your provider allows programmatic access. Some providers may block non-standard authentication attempts if you do not use app-specific passwords or if your IP address is not whitelisted.
- Cron Logic: When scheduling, ensure your system time is set correctly, as the cron engine relies on the host machine's system clock.
- Dependency: This skill requires an active internet connection to communicate with both the NEAR RPC API and your SMTP relay.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-shaiss-near-email-reporter": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
near-multi-account
Secure multi-account management for NEAR Protocol with encrypted credential storage, account switching, and balance aggregation.
near-best-practices
Comprehensive NEAR best practices guide with 100+ terms covering wallet security, smart contracts, and DeFi safety.
local-approvals
Local approval system for managing agent permissions. Use CLI to approve/deny requests, view history, and manage auto-approved categories.
near-subaccount
Create, list, delete, and manage NEAR subaccounts with bulk distribution operations.
near-airdrop-hunter
Discover NEAR airdrops, check eligibility, claim rewards, and track claimed airdrops across multiple platforms.