reminder

Manage reminder.json and execute update-reminders.py for main agent maintenance.

8.4k|1.4k|Updated Apr 24, 2024
One-click install
npx skills add https://github.com/TeamWiseFlow/xiaobei --skill reminder-teamwiseflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reminder
Source: https://github.com/TeamWiseFlow/xiaobei/tree/main/crews/main/skills/reminder
Command: npx skills add https://github.com/TeamWiseFlow/xiaobei --skill reminder-teamwiseflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures your main agent is effectively maintained by managing onboarding, work channel recommendations, HRBP enablement, and gateway restart follow-ups.

Core Features & Use Cases

  • Main Agent Reminder Management: Manages reminder.json for onboarding status, work channel setup, HRBP activation, and gateway restart reminders.
  • Automatic Script Execution: Automatically executes update-reminders.py script during main agent heartbeat or upon onboarding requests.
  • Efficiency Enhancement: Streamlines administrative tasks for better main agent maintenance.

Quick Start

Use the reminder skill to check onboarding status with the command: python ./skills/reminder/scripts/update-reminders.py

Frequently Asked Questions about reminder

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

FAQPage Schema
How do I automate onboarding status checks for my main agent?

Automate onboarding status checks by executing the update-reminders.py script, which updates the reminder.json configuration file. This script runs automatically during main agent heartbeats or onboarding requests to maintain status.

What is HRBP enablement and how does it work with work channel configurations?

HRBP enablement and work channel configurations are managed within the reminder.json file. The system tracks activation status and updates configurations automatically via periodic Python script checks during agent maintenance.

Does the reminder system require specific configuration files to manage gateway restarts?

Yes, the reminder system requires interaction with the main agent's configuration files, specifically reminder.json. It tracks gateway restart follow-ups and updates them automatically through the update-reminders.py script.

How do I manually trigger a reminder update for main agent maintenance?

Manually trigger a reminder update by running the command: python ./skills/reminder/scripts/update-reminders.py. This executes the maintenance logic and refreshes onboarding, HRBP, and work channel data.

Can I use Python scripts to handle periodic checks for work channel setup?

Yes, you can use Python scripts to handle periodic checks for work channel setup. The update-reminders.py script automatically executes during agent heartbeats to validate and update work channel configurations.

What are the limitations of using a script-based reminder system for agent maintenance?

The limitation of this script-based reminder system is its basic implementation depth. It relies on direct interaction with configuration files and requires Python execution, lacking built-in UI for direct management.