首页龙虾技能列表 › scheduler for discord — Discord 计划提醒器 — 创建和管理定时提醒和帖子

scheduler for discord — Discord 计划提醒器 — 创建和管理定时提醒和帖子

v1.0.0

创建和管理 Discord 的定时提醒和帖子。用于当用户要求 Moltbot 以后或按重复日程发送消息到当前 Discord 频道,无需提供频道 ID。

0· 1,876·0 当前·0 累计
by @aaronwander (AaronWander)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/26
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
可疑
high confidence
该技能的指令假设本地 Moltbot CLI 和 Discord 频道配置,但技能元数据/注册中心未声明这些要求 — 这种不匹配和使用 exec 运行未来自治作业值得谨慎对待。
评估建议
["安装前,请要求作者声明所需的二进制文件(Moltbot CLI)和所需的配置(频道.Discord),以了解将调用什么和将读取什么。","验证系统上 Moltbot CLI 的源和完整性(谁提供它,安装在哪里)。","了解定时作业将存储频道 ID 和消息文本,并稍后运行代理作业 — 审查和批准这些作业将执行什么。","更喜欢明确记录依赖项和权限(二进制文件、配置路径和 cron 作业创建位置)的技能。如果无法验证这些细节,请谨慎对待此技能或避免安装。"]...
详细分析 ▾
用途与能力
The skill's stated purpose (schedule Discord messages) is reasonable, but the runtime instructions rely on a 'moltbot' CLI and access to Discord channel identifiers/config (metadata shows moltbot.requires.config: ["channels.discord"]). The published registry metadata lists no required binaries or config paths. The skill should have declared 'moltbot' as a required binary and the channels.discord config; the absence is an incoherence.
指令范围
The SKILL.md stays within the scheduler remit (collect time, timezone, message, target) and explicitly instructs capturing channel IDs at creation time. That behavior is coherent for reliable delivery, but it does mean channel IDs (and scheduled message text) will be stored in cron jobs — a privacy/retention consideration the user should understand.
安装机制
This is instruction-only (no install spec), which is low-risk in itself, but the instructions call out to an external binary via exec ('moltbot cron add'). Because the skill does not declare that dependency, the agent could fail at runtime or invoke an unexpected binary if present. The skill should explicitly declare required binaries and where they come from.
凭证需求
The registry claims no required env vars or config paths, yet SKILL.md/metadata expect Discord channel context and a config key channels.discord. This mismatch is concerning: the skill implicitly requires access to messaging context/config that wasn't declared, and that should be made explicit. No secrets are requested, which is appropriate.
持久化与权限
The skill creates scheduled, autonomous agent jobs (cron entries) that will run later and deliver messages. This is expected for a scheduler, but it increases blast radius because scheduled jobs can invoke the agent in the future. The skill does not request always:true, but users should review what the scheduled job will do and what data (channel IDs, message text) it will persist.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/2

计划表 (⏰) — 为 Moltbot 实现自然语言计划 什么是它的作用? 将“稍后提醒我/每天在…提醒我”请求转换为 Moltbot cron 作业。从 Discord 调用时,在创建时间捕获当前频道 ID 并将其融入作业,因此即使 cron 运行没有“当前频道”,交付也会起作用。使用隔离的代理作业避免主会话 cron 限制,并确保可靠的后台执行。始终向明确的频道:<id> 交付,以避免模糊的 Discord 目标(例如 #test)。 示例 一次性提醒(Discord):“在 2 分钟后提醒我:站起来和伸展。” 每日计划(Discord):“每天 8 点,发送明天的工作计划。” 每周报告(Discord):“每个星期一 9 点,发布简短的每周目标清单。” 结果 创建了 cron 作业,并稍后自动将消息(或生成的内容)交付回同一个 Discord 频道。

● Pending

安装命令 点击复制

官方npx clawhub@latest install scheduler-for-discord
镜像加速npx clawhub@latest install scheduler-for-discord --registry https://cn.clawhub-mirror.com

技能文档

功能描述

创建和管理 Discord 的定时提醒和帖子...

(**注意:由于原始内容中未提供完整的 SKILL.md,此处仅示例,实际翻译应根据完整文档进行)

使用示例

  • 一次性提醒:Remind me in 2 minutes: stand up and stretch.
  • 每日计划:Every day at 8pm, send tomorrow’s work plan.
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务