بنقرة واحدة
openclaw-automation
Query and control YouTube automation (scheduler, comments, streams)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Query and control YouTube automation (scheduler, comments, streams)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | openclaw-automation |
| description | Query and control YouTube automation (scheduler, comments, streams) |
| user-invocable | true |
| command-dispatch | tool |
| command-tool | bash |
| command-arg-mode | raw |
| category | workflow |
| evals | [] |
Control and query the YouTube automation system (AutoModeratorDAE).
Ask about automation status:
What's the scheduler status?
How many shorts are scheduled?
Any OOPS pages?
Skip or resume channels:
Skip FoundUps for 2 hours
Resume Move2Japan
| 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 |
auto_moderator_bridge.handle_automation_intent() → AutoModeratorDAE
Parse natural-language coding requests into structured tasks for FoundUps worker handoff. Use when the user describes code work but intent is unstructured.
Tiny text-only skill to verify AI Edge Gallery loaded a FoundUps worker skill. Say LOAD_OK if the user says ping.
Validate parser, scope, packet, and result JSON objects against FoundUps mobile worker v1 shapes before handoff to 0102. Use when pasting pipeline outputs or a pipeline envelope.
Summarize raw test output, logs, or diffs into a compact worker-friendly report for FoundUps handoff. Use after execution upstream returns artifacts.
Narrow ambiguous coding work to the smallest safe scope for FoundUps worker handoff. Use after foundups-code-task-parser or when scope is broad.
Convert a scoped coding task into a strict machine-readable task packet for upstream FoundUps execution. Use after scope is locked.