# Openclaw Automation

> Query and control YouTube automation (scheduler, comments, streams)

- Skill: `foundup/openclaw-automation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add foundup/openclaw-automation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/foundup/openclaw-automation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Foundup (https://skillmd.com/u/foundup)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/foundup/openclaw-automation

---

# OpenClaw Automation Skill

Control and query the YouTube automation system (AutoModeratorDAE).

## Quick Status

Ask about automation status:
```
What's the scheduler status?
How many shorts are scheduled?
Any OOPS pages?
```

## Channel Control

Skip or resume channels:
```
Skip FoundUps for 2 hours
Resume Move2Japan
```

## Examples

| Question | Response |
|----------|----------|
| "scheduler status" | Shows cycle count, scheduled shorts, channel states |
| "skip foundups" | Pauses FoundUps channel for 1 hour |
| "oops pages" | Lists any channels with OOPS errors |
| "how many shorts" | Shows scheduled shorts per channel |

## Routes To

`auto_moderator_bridge.handle_automation_intent()` → AutoModeratorDAE

