agentsclimarketplace

Scheduler

Skill Rayan55050/progressive-agent/skills/scheduler

Provide a customizable AI assistant on Telegram with multiple tools, skills, and monitors that runs locally using hybrid memory.

Install
npx -y skills add Rayan55050/progressive-agent --skill scheduler

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Напоминания и запланированные задачи

SKILL.md

1.4 KB, as published. Nobody here has run it

Scheduler Skill

Tools

schedule_add

Create a reminder (one-shot or recurring).

  • message — what to remind about
  • run_at — ISO datetime: 2026-02-21T09:00:00
  • repeat (optional) — hourly, daily, weekly, every_30_min, every_2_hours, every_12_hours

schedule_list

Show all active reminders.

schedule_remove

Remove a reminder by ID (get IDs from schedule_list).

Rules

  1. Convert user's natural language time to ISO format. User's timezone is set in config/agent.toml[scheduler]timezone.
  2. "через 2 часа" → calculate current time + 2 hours → ISO datetime
  3. "завтра в 9" → tomorrow at 09:00:00 → ISO datetime
  4. "каждый день в 8 утра" → use repeat: daily with run_at set to next 08:00
  5. "через 30 минут" → calculate current time + 30 minutes
  6. After adding a reminder, confirm what was set and when it will fire
  7. If time is ambiguous, ask for clarification

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.