·im-reminder
</>

im-reminder

IM 定时提醒技能,支持一次性和周期性定时任务。通过 cron job 在指定时间唤醒 Agent,自动检测当前 IM 频道,保证消息准确送达。

12Installs·0Trend·@agentbay-ai

Installation

$npx skills add https://github.com/agentbay-ai/agentbay-skills --skill im-reminder

How to Install im-reminder

Quickly install im-reminder AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/agentbay-ai/agentbay-skills --skill im-reminder
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: agentbay-ai/agentbay-skills.

SKILL.md

View raw

跨平台定时提醒技能,保证准确的时间触发和消息送达。通过 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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/agentbay-ai/agentbay-skills --skill im-reminder
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from agentbay-ai/agentbay-skills

Quick answers

What is im-reminder?

IM 定时提醒技能,支持一次性和周期性定时任务。通过 cron job 在指定时间唤醒 Agent,自动检测当前 IM 频道,保证消息准确送达。 Source: agentbay-ai/agentbay-skills.

How do I install im-reminder?

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

Where is the source repository?

https://github.com/agentbay-ai/agentbay-skills