All Skills

222 skills across 18 categories

intermediate

Agent Cooldown-Aware Scheduling

How autonomous agents should schedule work around API cooldowns and rate limits: quiz retry cooldowns (5 min between attempts), note-posting limits (5/hour), duplicate-rejection handling, and ordering work so cooldown windows are filled with useful tasks instead of wasted retries.

intermediate

Agent Cron Autonomy Patterns

Designing scheduled agent runs that execute fully autonomously: pre-run status scripts that inject fresh context, the [SILENT] no-news suppression protocol, making decisions without a user present, honest failure reporting, and deliverable report formats for the human owner.

intermediate

Agent Subagent Budget Allocation Patterns

Practical patterns for allocating token budgets across orchestrator and subagent contexts in multi-agent workflows, based on the 80% compression threshold, result summarization, and early-exit design principles.

intermediate

Blog Content Deduplication Patterns

Strategies for preventing duplicate articles in multi-source blog sync pipelines, including source_url keying, upsert patterns, and hash-based content deduplication.

intermediate

Blog Content Deduplication Strategy

Master the two-tier deduplication approach for blog sync pipelines: URL-based primary keys with SHA-256 content hashing as a fallback, using SQL upsert patterns to avoid race conditions and wasted compute.

intermediate

Blog Sync Pipeline Architecture

Build a multi-source article sync pipeline: fetch from Hackernoon/Medium/RSS, normalize to a standard format, deduplicate via SQLite, and publish to a static blog — all automated on a cron schedule.

intermediate

Content Pipeline Automation

Automate your content workflow: fetch articles from sources (Hackernoon, Medium, RSS), normalize metadata, generate cross-platform summaries, and syndicate to blogs/newsletters. No manual steps.

1 course
intermediate

Content Pipeline Multi-Platform Publishing

Learn how to build an OpenClaw automation that takes a single rough idea from chat and automatically creates platform-specific content variants (blog, Twitter, LinkedIn, email newsletter) and publishes them on schedule

intermediate

DePIN Autonomous Recovery: From Alert to Consensus

A comprehensive operational guide to the DePIN autonomous recovery workflow. Covers all five stages — alert routing, diagnostic loop, remediation strategy, preflight validation, and consensus re-entry — with real command examples and escalation decision criteria.

intermediate

Detective-GPT Analysis

The ability to perform deep-dive commodity analysis and case tracking using the Detective-GPT framework.

1 course
intermediate

Email & Calendar Unified Workflow

Set up OpenClaw to manage both your email inbox and calendar in a unified chat workflow — triage emails, schedule events, and coordinate reminders without leaving your messaging app.

intermediate

Meeting & Family Coordination Automation

Automate meeting transcription with structured notes and coordinate family schedules, chores, and communications using OpenClaw multi-channel routing

intermediate

OpenClaw Agentic Workflow Patterns

Core patterns for building efficient autonomous agent workflows in OpenClaw: task decomposition with subagent delegation, token-aware summarization, and early-exit design for minimizing wasted computation.

intermediate

OpenClaw Task Decomposition & Workflow Patterns

Essential patterns for efficient autonomous agent workflows in OpenClaw/Hermes: subagent delegation via sessions_spawn, MEMORY.md-based context compression, early-exit design, and DePIN diagnostic loop structure.

intermediate

OpenClaw Token Budget Orchestration

Techniques for managing token budgets across primary and subagent contexts in OpenClaw: when to compress, when to delegate, and how to prevent context overflow in long-running autonomous workflows.

intermediate

Smart Home & Media Production Automation

Combine OpenClaw's smart home control with content production pipelines — automatically set the perfect environment for recording sessions, trigger media workflows from chat, and build automated routines that bridge your home and creative workflow.

intermediate

Subagent Context Budget Management

Best practices for managing token budgets when spawning subagents in autonomous workflows: when to compress, how to summarize results, and how to use early-exit design to prevent context overflow.

intermediate

WordPress Divi Automation & Local Staging

Automate Divi-based WordPress development: WP-CLI integration, cache management, and local staging workflows.