ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Waste Reminder

Skill by apenklit

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/apenklit/waste-reminder
Or

Waste Reminder Skill

A flexible, token-efficient skill for automated waste container collection reminders.

Overview

This skill helps automate waste collection reminders based on user-defined schedules. It uses simple JSON configuration for maximum flexibility and minimal token usage.

How it works: The skill reads your config and schedule, determines which reminders need to be sent, and outputs them in a format that your AI assistant can process. The AI then sends the actual messages to the specified channels.

Output format:

SEND_TO:recipient_id
CHANNEL:whatsapp
Your message here
---

This approach keeps your configuration simple and token-efficient - the skill doesn't need API keys or direct network access.

Features

  • Multiple container types
  • Custom reminder schedules (up to 4 times per pickup)
  • Flexible targeting (group, personal, escalation)
  • Multi-channel support (WhatsApp, Telegram, Discord, Email) - messages sent by your AI
  • Confirmation system (stops further reminders)
  • Single schedule file
  • Token-efficient - generates reminders without using AI tokens

Installation

clawhub install waste-reminder

Setup for Users

When you install this skill, the AI assistant will send you a config template. Reply in any language - the AI will understand and convert it to the correct format!

Example Template (Complete example with all options)

I want to set up waste reminders!

My containers:
- blue: Paper (šŸ”µ)
- gray: Residual (⚫)
- orange: Plastic (🟠)
- green: Garden (🟢)

Reminder times:
- 18:00: to group_whatsapp (day before, group notification)
- 22:00: to group_whatsapp (evening reminder to group)
- 06:30: to partner_whatsapp (morning, specific person)
- 09:30: to me_telegram (escalation, different channel)

My contacts:
- group_whatsapp: [email protected]
- partner_whatsapp: +31600000001
- me_telegram: 222222222

Upcoming pickups:
- 2026-02-24: orange
- 2026-02-25: gray
- 2026-03-02: blue

The AI will convert this to the correct JSON format and set everything up.

Configuration

The skill stores configuration in: /data/.openclaw/workspace/data/waste-reminder/

Files

waste-reminder/
ā”œā”€ā”€ config.json      # Your containers, reminder times, targets
└── schedule.json   # Your pickup dates and status

Complete config.json Example (all options shown)

Metadata

Author@apenklit
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-apenklit-waste-reminder": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.