← Back to Skills Marketplace
1033
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install near-email-reporter
Description
Send NEAR reports and alerts via email with SMTP configuration, scheduling, and automatic reporting.
Usage Guidance
This skill appears coherent but review and take these precautions before installing: 1) Inspect the script (scripts/emailer.js) yourself — it stores SMTP credentials in ~/.near-email/config.json and will query rpc.mainnet.near.org. 2) Use an app-specific or limited-scope SMTP password (e.g., Gmail App Passwords) rather than your primary account password. 3) Confirm config permissions (mode 600) and that the config file is stored where you expect. 4) The skill does not include nodemailer; run npm install in a controlled environment and review that dependency before use. 5) Scheduling requires an external scheduler or background process — ensure you don't run persistent jobs with elevated privileges. 6) Because the skill source and publisher are unknown, prefer running it in a restricted environment or container until you are comfortable with the code.
Capability Analysis
Type: OpenClaw Skill
Name: near-email-reporter
Version: 1.0.0
The skill's code and documentation align with its stated purpose of configuring email settings and fetching NEAR account data. SMTP credentials are saved to `~/.near-email/config.json` with secure `0o600` permissions. The `scripts/emailer.js` file explicitly notes that email sending functionality requires `nodemailer` to be installed and integrated, meaning the provided code does not actually send emails or exfiltrate data. Network activity is limited to legitimate NEAR RPC endpoints for querying account balances. There is no evidence of prompt injection, malicious execution, or unauthorized data exfiltration.
Capability Assessment
Purpose & Capability
Name/description (send NEAR reports via email) matches what the files do: the CLI accepts SMTP settings, stores them in ~/.near-email/config.json, and queries rpc.mainnet.near.org for account info. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md and README describe CLI usage and storing config in ~/.near-email. The runtime instructions and the script only read/write that config file and call the NEAR RPC; they do not instruct the agent to read other system files, environment variables, or send data to unexpected third-party endpoints.
Install Mechanism
There is no install spec (instruction-only), which is low risk. The package includes a script but does not bundle nodemailer; README and comments instruct the user to run `npm install nodemailer` to enable sending. This is not inherently risky but requires the user to install a dependency themselves.
Credentials
The skill declares no required environment variables and the script uses a locally stored SMTP username/password provided via CLI. That is proportionate to an email-sending reporter. Credentials are kept in ~/.near-email/config.json with file mode 0o600 in the code.
Persistence & Privilege
The skill is user-invocable, not always:true, and does not modify other skills or system-wide settings. Its only persistent artifact is its own config file under the user's home directory.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install near-email-reporter - After installation, invoke the skill by name or use
/near-email-reporter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of near-email-reporter.
- Configure SMTP email settings securely.
- Send NEAR transaction reports to specified email addresses.
- Set up balance alerts for NEAR accounts with automatic email notifications.
- Schedule periodic transaction reports using cron expressions.
- All configuration is stored securely in the user’s home directory.
- Supports standard SMTP providers (e.g., Gmail, SendGrid).
Metadata
Frequently Asked Questions
What is Near Email Reporter?
Send NEAR reports and alerts via email with SMTP configuration, scheduling, and automatic reporting. It is an AI Agent Skill for Claude Code / OpenClaw, with 1033 downloads so far.
How do I install Near Email Reporter?
Run "/install near-email-reporter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Near Email Reporter free?
Yes, Near Email Reporter is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Near Email Reporter support?
Near Email Reporter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Near Email Reporter?
It is built and maintained by shaiss (@shaiss); the current version is v1.0.0.
More Skills