check-in

Runs a memory-based personal check-in that recalls open commitments and records updates.

1.6k|168|Updated Dec 16, 2024
One-click install
npx skills add https://github.com/amd/gaia --skill check-in-amd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-in
Source: https://github.com/amd/gaia/tree/main/hub/skills/check-in
Command: npx skills add https://github.com/amd/gaia --skill check-in-amd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It keeps personal follow-through from falling through the cracks by picking up each conversation where the last one ended, recalling what you committed to and recording what changed. ## Core Features & Use Cases - Commitment Recall: Retrieves open reminders and recent conversation history so the check-in opens with a concrete follow-up instead of a generic greeting. - Memory Write-Back: Marks completed commitments, notes new expected dates, and stores new commitments with due dates. - Use Case: Say "good morning" to your agent and it asks how yesterday's pricing deck went, then logs the outcome and sets up the next follow-up. ## Quick Start Ask the agent to run a check-in and follow up on what I said I would do last time.

Frequently Asked Questions about check-in

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

FAQPage Schema
How do I run a personal check-in with my AI agent?

Invoke the check-in skill by saying good morning or asking for a check-in. The agent recalls your open commitments, asks about them with at most three questions, and writes back what changed to memory.

How does the check-in skill track commitments and todos?

It recalls items stored under the reminder category, which is where todos live, then updates completed ones with a completion date and stores new commitments with a due date using the remember tool.

Does the check-in skill work without memory enabled?

No. The entire workflow depends on memory being enabled to recall past commitments and record updates. With memory off, the skill says so rather than running an empty version.

Can the check-in run automatically on a daily schedule?

Not currently. The scheduler does not yet support running skills on a cron, so the check-in only runs when the user invokes it. The user starts it, not the agent.

What are the privacy limitations of the check-in skill?

The skill does not record anything the user marks private and asks before storing when in doubt. All recalled and written data stays in the agent's local memory store.