This skill enables an agent to set up and manage durable task scheduling within Python environments. By leveraging APScheduler, it allows for the creation of recurring, interval-based, or calendar-specific jobs that are stored in a persistent database (like PostgreSQL or SQLite), ensuring that background workflows are not lost when the agent or system restarts.
Use this skill when the agent needs to perform periodic maintenance, daily reports, heartbeat monitoring, or any delayed task that must be guaranteed to run even after a crash or reboot.
Any Python-based agent framework, including Custom Agents, OpenClaw, and general-purpose AI coding assistants.
This skill has not been reviewed by our automated audit pipeline yet.
Complexity Trend Tracker
Analyzes codebase complexity (cyclomatic & cognitive) with lizard/radon and generates weekly reports attributing complexity changes per module.
DALL·E Batch Image Generator
Create and manage batch image generation jobs using the OpenAI Images API (DALL·E 3), with prompt revision tracking and size/style controls.
Outline Knowledge Base Integration
Collaborative team knowledge base and wiki platform providing real-time editing, Markdown support, and rich API integrations.
GitHub Actions CI Builder
Automate the creation and management of GitHub Actions workflow YAML files using the GitHub REST API.
Kubernetes CrashLoop Diagnostician
Automates the diagnosis of pods in CrashLoopBackOff using client-go and kubectl debug to analyze exit codes and OOMKill events.
Jinja2 Template Engine
Advanced template rendering with variable injection, macro expansion, and inheritance using the Jinja2 environment.