← 返回 Skills 市场
1033
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install near-email-reporter
功能描述
Send NEAR reports and alerts via email with SMTP configuration, scheduling, and automatic reporting.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install near-email-reporter - 安装完成后,直接呼叫该 Skill 的名称或使用
/near-email-reporter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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).
元数据
常见问题
Near Email Reporter 是什么?
Send NEAR reports and alerts via email with SMTP configuration, scheduling, and automatic reporting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1033 次。
如何安装 Near Email Reporter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install near-email-reporter」即可一键安装,无需额外配置。
Near Email Reporter 是免费的吗?
是的,Near Email Reporter 完全免费(开源免费),可自由下载、安装和使用。
Near Email Reporter 支持哪些平台?
Near Email Reporter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Near Email Reporter?
由 shaiss(@shaiss)开发并维护,当前版本 v1.0.0。
推荐 Skills