openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Bee Push Email

Monitors email in real-time via IMAP IDLE and triggers the OpenClaw agent to notify users through active channels like Telegram or Discord.

通信与消息

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.5.3

统计:⭐ 1 · 110 · 0 current installs · 0 all-time installs

1

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:canihojr/bee-push-email-skill

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's code, installer, and runtime instructions are coherent with its stated purpose (real-time IMAP → OpenClaw notifications), but it performs system-level installation, reads sensitive local OpenClaw credentials, and stores a gateway token on disk — you should review and explicitly approve those behaviors before installing.

目的

The skill's files and installer implement IMAP IDLE watching, use himalaya/imapclient to read messages, and trigger the OpenClaw agent and Telegram bot commands — all of which are consistent with 'Bee Push Email' functionality. The installer creates a non-root system user, venv, systemd unit, and uses the openclaw CLI as described. Note: registry metadata shown to you (no required binaries/env) does not match the SKILL.md and included installe…

说明范围

Runtime instructions and scripts perform root-level installation steps (useradd, writing /opt, /etc/systemd/system, /usr/local/bin), read local OpenClaw configuration files to find a Telegram bot token and gateway token, and call external endpoints (api.telegram.org and GitHub releases). These actions are within the skill's stated scope but are sensitive (see credential notes). The SKILL.md explicitly requires user consent before install which…

安装机制

There is no remote arbitrary install spec in the registry, but the packaged installer will optionally download the himalaya binary from GitHub Releases using 'curl | tar' into /usr/local/bin. GitHub releases is a known host (lower risk than unknown servers) but curl|tar extraction into system binary paths is moderately risky and requires root; the rest of the code is bundled with the skill so no other external code downloads are performed.

证书

The skill requires IMAP credentials (expected) and reads OpenClaw configuration to locate a Telegram bot token (used to register bot commands) and an OpenClaw gateway token. Reading the bot token is reasonable for registering commands and the bot token is not stored by the skill, but the installer will store the OpenClaw gateway token into /opt/imap-watcher/watcher.conf (chmod 600) so the non-root service can call 'openclaw agent --deliver'. P…

持久

The skill installs a persistent systemd service that runs on boot as a dedicated non-root 'imap-watcher' user and restarts automatically. This persistence is required for continuous IMAP IDLE functionality and is coherent with purpose, but it is a lasting system-level presence and therefore higher-privilege (requires root to install). The SKILL.md instructs obtaining explicit user approval before installation, which is appropriate.

综合结论

What to consider before installing: - This skill performs a system-wide install (creates /opt/imap-watcher, a systemd unit at /etc/systemd/system/, and a system user) and requires root to run the installer — only install on machines you control and trust. - You will need to provide IMAP credentials (email + password or app-specific password) at install time — use an app-specific password where possible. - The installer will attempt to read you…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Bee Push Email」。简介:Monitors email in real-time via IMAP IDLE and triggers the OpenClaw agent to no…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/canihojr/bee-push-email-skill/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。