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

advanced

DePIN Agent Orchestration Patterns

Core patterns for autonomous agents managing DePIN resources: provisioning, monitoring, consensus participation, and fault recovery across distributed edge nodes.

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.

advanced

DePIN Autonomous Triage Workflow

A complete autonomous triage framework for DePIN edge nodes: detect failures via diagnostic_loop, classify as software vs hardware, apply appropriate remediation or escalation, then validate recovery with preflight_check before rejoining consensus.

advanced

DePIN Node Triage and Escalation Patterns

Decision patterns for autonomous triage of DePIN edge node failures: when to self-remediate software failures vs when to escalate hardware failures to human operators, with preflight validation before consensus rejoin.

advanced

DePIN Validator Monitoring and Alerting

How to monitor DePIN validator health: liveness probes, missed-block detection, the alert_route to diagnostic_loop escalation path, preflight checks before rejoining consensus, and jittered alerting to avoid thundering-herd alert storms.

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

advanced

Multi-Sport Betting Analytics

Build dashboards that aggregate betting odds across NFL, NBA, NHL, FIFA, and other major sports from multiple prediction markets. Learn to normalize odds formats, detect line movements, and identify value bets.

1 course
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.

advanced

Prediction Market Monitoring

Build automated monitoring systems that track prediction market odds across Polymarket and Kalshi. Learn to detect market movements, identify arbitrage opportunities, and stream real-time updates to dashboards.

1 course
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.