caa-weekly-progress

Automate weekly progress email delivery to active users via the CAA API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SoloFrameHub/PaaS --skill caa-weekly-progress
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: caa-weekly-progress
Source: https://github.com/SoloFrameHub/PaaS/tree/main/apps/gtm/scripts/openclaw/skills/caa-weekly-progress
Command: npx skills add https://github.com/SoloFrameHub/PaaS --skill caa-weekly-progress

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the generation and delivery of weekly progress emails to active users, removing manual effort and ensuring timely communications.

Core Features & Use Cases

  • API-driven retrieval of weekly progress data and email content for active users.
  • Scheduled delivery of notifications every Monday morning via the CAA API and Resend.
  • Environment-aware execution with logging and error handling for reliability.

Quick Start

Call the CAA weekly-progress API to generate and send emails for all active users.

Frequently Asked Questions about caa-weekly-progress

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

FAQPage Schema
How do I automate weekly progress emails to active users via API?▼

Automating weekly progress emails uses the CAA API to retrieve user data and Resend to deliver scheduled Monday morning notifications, requiring environment variables like CAA_API_URL and RESEND_API_KEY for execution.

What environment variables do I need to send scheduled notifications with Resend and curl?▼

Sending scheduled notifications with Resend requires setting CAA_API_URL, CAA_ADMIN_SECRET, and RESEND_API_KEY environment variables to authenticate API requests and automate email delivery.

Can I use the CAA API to automatically retrieve and send weekly progress data?▼

Yes, the CAA API supports automated retrieval of weekly progress data and email content for active users, passing the payload to Resend for scheduled email distribution.

How do I set up platform-admin workflows for automated weekly user communications?▼

Platform-admin workflows for weekly communications involve calling the CAA weekly-progress API endpoint, which handles data retrieval, email generation, and delivery via Resend with built-in logging and error handling.

Does this automated email notification process include error handling and logging?▼

Yes, the automated weekly progress email delivery includes environment-aware execution with integrated logging and error handling to ensure reliable notification distribution via the CAA API.