calendar-prep

Prepare calendar-related intent responses for scheduling queries and resolver fixture tests.

1|Updated May 9, 2026
One-click install
npx skills add https://github.com/weiping/gbrain-cn --skill calendar-prep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calendar-prep
Source: https://github.com/weiping/gbrain-cn/tree/main/test/fixtures/openclaw-compact-resolver/skills/calendar-prep
Command: npx skills add https://github.com/weiping/gbrain-cn --skill calendar-prep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly frame what you need from your calendar so you can plan your day or upcoming tasks without manually digging for the right schedule details.

Core Features & Use Cases

  • Calendar intent support: Designed to respond to common prompts like “what’s on my calendar” and “tomorrow’s schedule”.
  • Fixture testing stub: Acts as a lightweight placeholder for compact-resolver regression testing, rather than performing real calendar lookup.
  • Use case: Useful for verifying that an AI agent routes calendar-related requests correctly during automated tests.

Quick Start

Ask your AI agent: "tomorrow's schedule" to confirm the calendar-prep skill is selected in the test fixture.

Frequently Asked Questions about calendar-prep

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

FAQPage Schema
How do I prepare calendar intent responses for automated fixture testing?

To prepare calendar intent responses for fixture testing, use a lightweight stub that declares trigger phrases like "tomorrow's schedule" to verify your AI agent routes requests correctly. It frames calendar intents without performing real lookups.

What is a compact-resolver regression test for calendar scheduling?

A compact-resolver regression test for calendar scheduling validates that an AI agent correctly routes conversational planning prompts. It uses a fixture stub to simulate intent recognition for queries about what is scheduled now or tomorrow.

How do I test calendar routing for conversational planning scenarios?

You can test calendar routing by prompting your AI agent with common phrases like "what's on my calendar" and confirming the calendar-prep skill is selected. This verifies routing logic executes accurately during automated tests.

Do I need a valid SKILL.md entry to use calendar scheduling stubs?

Yes, you need a valid SKILL.md entry with name and description frontmatter to use calendar scheduling stubs. This metadata declares the calendar-related trigger phrases required for routing intent recognition during regression testing.

Can I use this approach for real calendar lookup and scheduling?

No, this approach is strictly a lightweight placeholder for fixture testing and conversational planning scenarios. It frames calendar intents to verify routing logic rather than performing actual calendar data retrieval or real scheduling.