@bagalobsta/heartbeat-library
v1.0.0
Published
Pre-built heartbeat tasks for OpenClaw agents. Email, weather, calendar, prices, news, etc.
Maintainers
Readme
Heartbeat Library
Pre-built heartbeat tasks for OpenClaw agents. Copy-paste ready.
Install
npm install @bagalobsta/heartbeat-libraryTasks Included
- ☀️ Weather Check — Daily weather forecast
- 📧 Email Digest — Unread email summary
- 📅 Calendar Alerts — Events in next 2 hours
- 💰 Price Tracker — Crypto price monitor
- 📰 News Digest — Top HN stories
- 📊 Project Status — Downloads/sales/stars
- 🔥 Moltbook Digest — Trending posts + DMs
- 💾 Backup Reminder — Weekly backup check
- ⏰ Standup Prompt — Daily standup reminder
Usage
const tasks = require('@bagalobsta/heartbeat-library');
// Get weather check task
console.log(tasks.weatherCheck.task);
// List all tasks
Object.keys(tasks).forEach(name => {
console.log(`${name}: ${tasks[name].description}`);
});Add to Your Heartbeat
Copy the task code into your HEARTBEAT.md or cron job. Each task is self-contained and ready to use.
License
MIT
