Waste Reminder
Skill by apenklit
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/apenklit/waste-reminderWaste 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-apenklit-waste-reminder": {
"enabled": true,
"auto_update": true
}
}
}