subscription-manager

Solid

Create and manage scheduled subscription tasks. Use when the user wants to set up recurring reminders, periodic reports, scheduled checks, or any automated tasks that run on a schedule. Supports cron expressions, fixed intervals, and one-time executions.

AI & Automation 572 stars 100 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 96/100

Stars 20%
92
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Subscription Task Manager You now have access to subscription management tools. Use them to create scheduled, recurring, or periodic tasks for the user. ## When to Use 1. **Recurring reminders** - "remind me every morning", "notify me weekly" 2. **Periodic reports** - "send me a daily summary", "generate weekly analytics" 3. **Scheduled checks** - "check status every hour", "monitor every 30 minutes" 4. **One-time future tasks** - "remind me tomorrow at 3pm", "check this next Friday" 5. **Any automated recurring task** - anything that needs to run on a schedule ## Available Tools ### preview_subscription **ALWAYS call this** when the user mentions scheduling intent. Generates a preview of the subscription configuration **without creating it**. The preview is displayed as an interactive block card in the UI with "Confirm" and "Cancel" buttons. **Key Parameters:** - `display_name` (string): Human-readable task name - `trigger_type` (string): `"cron"`, `"interval"`, or `"one_time"` - `prompt_template` (string): The prompt to execute on each run - `cron_expression` (string): For cron type, e.g., `"0 9 * * *"` (daily at 9am) - `interval_value` + `interval_unit`: For interval type, e.g., `30 + "minutes"` - `execute_at` (string): For one_time type, ISO format datetime - `preserve_history` (boolean): Whether to keep conversation context across runs - `expiration_type` + `expiration_fixed_date`/`expiration_duration_days`: Optional expiration **Workflow:** 1. User: "remind m...

Details

Author
wecode-ai
Repository
wecode-ai/Wegent
Created
4 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category