What is im-reminder?
IM 定时提醒技能,支持一次性和周期性定时任务。通过 cron job 在指定时间唤醒 Agent,自动检测当前 IM 频道,保证消息准确送达。 Source: agentbay-ai/agentbay-skills.
IM 定时提醒技能,支持一次性和周期性定时任务。通过 cron job 在指定时间唤醒 Agent,自动检测当前 IM 频道,保证消息准确送达。
Quickly install im-reminder AI skill to your development environment via command line
Source: agentbay-ai/agentbay-skills.
跨平台定时提醒技能,保证准确的时间触发和消息送达。通过 cron job 配置,确保消息发送到用户请求提醒的原始频道,避免 NOREPLY 问题。
| enabled | true | 必须为 true,否则任务不会执行 | | sessionTarget | "isolated" | 每次触发创建独立会话 | | payload.kind | "agentTurn" | 触发类型为 Agent 回合 | | payload.deliver | true | 确保消息发送到外部频道 |
| payload.channel | 当前频道类型,从运行时上下文获取(如 feishu) | | payload.to | 必填,当前频道目标用户 ID,从会话上下文获取,缺失会导致消息无法送达 |
IM 定时提醒技能,支持一次性和周期性定时任务。通过 cron job 在指定时间唤醒 Agent,自动检测当前 IM 频道,保证消息准确送达。 Source: agentbay-ai/agentbay-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/agentbay-ai/agentbay-skills --skill im-reminderIM 定时提醒技能,支持一次性和周期性定时任务。通过 cron job 在指定时间唤醒 Agent,自动检测当前 IM 频道,保证消息准确送达。 Source: agentbay-ai/agentbay-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/agentbay-ai/agentbay-skills --skill im-reminder Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/agentbay-ai/agentbay-skills