Skip to main content

معلومات المصدر

المستودع
Kernel8901/ai-agent-skills-classification
آخر نشاط في المصدر
٤ أبريل ٢٠٢٦ في ١٥:٢٦
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٤
التفرعات
٠

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

مستكشف الملفات
4 ملفات

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
remindme
description
⏰ simple Telegram reminders for OpenClaw.
tags
["telegram","cron","reminders","productivity","schedule"]
metadata
{"openclaw":{"summary":"⏰ **Remind Me:** Schedule Telegram reminders using plain natural language. Just type what and when — like \"in 5 minutes\" or \"tomorrow at 9am\" — and it works. Fast, reliable, no setup.","emoji":"⏰"}}
user-invocable
true
command-dispatch
tool
command_tool
exec
command_template
node --import tsx skills/remindme/src/index.ts {args}
# ⏰ Remind Me Set reminders in Telegram using normal human language. ## 🚀 How to Use Just type what you want and when: - `/remindme drink water in 10m` - `/remindme tomorrow 9am standup` - `/remindme next monday call mom` - `/remindme in 2 hours turn off oven` No menus. No setup. No thinking. ## ✨ Why It’s Good - **Natural language:** say it like a human - **Fast:** reminder is scheduled instantly - **Accurate:** runs on OpenClaw cron - **Safe in groups:** reminders don’t get lost ## 🛠️ How It Works Runs a background process that schedules reminders reliably through OpenClaw.
عرض على GitHub