daily-digest

Generates scheduled morning brief and end-of-day summary triggers for agent routing and fixture-based regression testing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps turn scattered updates into a consistent daily briefing so you can quickly catch up without manually compiling information.

Core Features & Use Cases

  • Scheduled digest triggers: Supports a morning brief and an end-of-day summary workflow for routine check-ins.
  • Fixture-friendly stub: Provides a lightweight, deterministic placeholder for regression/compact-resolver test suites rather than production summarization.
  • Structured for agent testing: Useful when you need a predictable skill entry point during automated evaluation of trigger routing.

Quick Start

Ask your AI agent for a morning brief using the daily-digest skill trigger phrase.

Frequently Asked Questions about daily-digest

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

FAQPage Schema
How do I set up a scheduled morning brief and end-of-day summary for routine check-ins?▼

Daily digest triggers provide scheduled morning briefs and end-of-day summaries through defined trigger phrases in a SKILL.md frontmatter entry. This routing setup eliminates manual compilation by consistently triggering agent check-ins.

What is fixture-based regression testing for agent trigger routing?▼

Fixture-based regression testing for agent trigger routing uses a lightweight, deterministic stub to validate skill entry points. It ensures predictable daily digest triggers for automated evaluation rather than executing production summarization logic.

Do I need a valid SKILL.md frontmatter entry to use daily digest triggers?▼

Yes, a valid SKILL.md frontmatter entry is required to define the skill name and trigger phrases for daily digest routines. This frontmatter configuration is mandatory for predictable agent routing and fixture-friendly regression test execution.

Can I use a daily digest stub for production summarization?▼

No, the daily digest stub is designed for fixture-friendly regression and compact-resolver test suites. It acts as a deterministic placeholder for automated trigger routing evaluation rather than executing live production summarization tasks.

Why does an agent need consistent digest triggers for automated evaluation?▼

Consistent digest triggers are needed to provide a predictable skill entry point during automated evaluation of agent routing. This ensures fixture-based regression suites accurately test trigger phrases without unpredictable summarization interference.