@a1216843/openclaw-core-suite
v1.0.1
Published
Essential skills for OpenClaw agents: Watchdog, Scheduler.
Maintainers
Readme
@a1216843/openclaw-core-suite
Collection of essential skills for OpenClaw agents. Installing this package provides your agent with system monitoring and scheduling capabilities.
Included Skills
1. Watchdog Skill (v2.1)
- ID:
watchdog-skill - Purpose: Prevents agent freezes and detects silent failures.
- Features:
- Silence Detection: Alerts if a request is silent for > 60s.
- Request Tracking: Tracks concurrent requests by ID.
- Heartbeat: Recognizes "Thinking..." logs as activity.
2. Scheduler Skill (v1.0)
- ID:
scheduler-skill - Purpose: Handles time-delayed tasks and reminders.
- Features:
add_reminder: Schedule a notification for X minutes later.check_schedule: Polls for due tasks (persistent JSON storage).
Installation
npm install @a1216843/openclaw-core-suiteUsage
OpenClaw will automatically load these skills from the openclaw.skills manifest in package.json.
