heartbeat-task-manager

Automate heartbeat reminder task management on MetaMe Desktop via CLI subcommands.

18|3|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Yaron9/MetaMe --skill heartbeat-task-manager
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: heartbeat-task-manager
Source: https://github.com/Yaron9/MetaMe/tree/main/skills/heartbeat-task-manager
Command: npx skills add https://github.com/Yaron9/MetaMe --skill heartbeat-task-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

管理 MetaMe Desktop 的心跳任务,自动创建/更新桌面提醒,减少重复手动设置。 通过与手机端协同,确保任务在多设备间保持同步。

Core Features & Use Cases

  • 支持通过语音或文本触发每日/定时提醒,并自动创建或更新任务。
  • 查看已有任务并通过手机端执行/触发后台任务的联动。
  • 严格限定仅操作 ~/.metame-desktop/config-desktop.yaml 对应的 Desktop 任务域,避免影响外部 daemon 的行为。

Quick Start

通过 CLI 提供的子命令创建或更新提醒任务,例如:metame daemon --sub add-task --text "每天6点提醒我喝水"。

Frequently Asked Questions about heartbeat-task-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily reminder tasks on MetaMe Desktop?▼

Automating heartbeat reminders on MetaMe Desktop uses CLI subcommands to create or update scheduled tasks automatically. You can trigger daily or time-based reminders through text or voice inputs, which then sync to the config-desktop.yaml file.

Can I synchronize desktop reminder tasks with my mobile device?▼

Mobile-desktop task synchronization allows you to view existing heartbeat tasks and trigger background daemon actions from your phone. This ensures your time-based reminders stay consistent across both desktop and mobile devices.

How do I add a new scheduled task using the metame daemon CLI?▼

To add a new scheduled task, run 'metame daemon --sub add-task --text' followed by your reminder description. This CLI subcommand safely updates the Desktop task domain without affecting external daemon behavior.

Does the heartbeat task manager affect external daemon configurations?▼

No, this task management approach restricts actions exclusively to the ~/.metame-desktop/config-desktop.yaml file. It safely limits operations to the local Desktop task domain, preventing any impact on external daemon behavior.

What is a heartbeat task in desktop reminder automation?▼

A heartbeat task is a scheduled prompt within the MetaMe Desktop task domain that automates recurring daily reminders. It leverages CLI subcommands to update time-based alerts safely within the local config-desktop.yaml file.

Why restrict task operations to the config-desktop.yaml file?▼

Restricting task operations to config-desktop.yaml prevents unintended modifications to external daemon processes. By isolating actions to the local Desktop task domain, the system maintains safe, predictable default behavior for all heartbeat reminders.