원클릭으로
openclaw-schedule
Schedule YouTube Shorts via Content Page Scheduler through WRE routing
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Schedule YouTube Shorts via Content Page Scheduler through WRE routing
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| name | openclaw-schedule |
| description | Schedule YouTube Shorts via Content Page Scheduler through WRE routing |
| user-invocable | true |
| command-dispatch | tool |
| command-tool | bash |
| command-arg-mode | raw |
| category | workflow |
| evals | [] |
Schedule YouTube Shorts through the Content Page Scheduler via WRE routing. Routes through OpenClaw DAE's SCHEDULE intent category with permission gating.
cd O:/Foundups-Agent && python -m modules.platform_integration.youtube_shorts_scheduler.scripts.launch --content-page --channel-key foundups
cd O:/Foundups-Agent && python -c "
import asyncio
from modules.communication.moltbot_bridge.src.openclaw_dae import OpenClawDAE
dae = OpenClawDAE()
result = asyncio.run(dae.process(
message='Schedule videos for tomorrow at 3pm',
sender='@UnDaoDu',
channel='openclaw',
))
print(result)
"
Check for scheduling conflicts and gaps:
cd O:/Foundups-Agent && python -m modules.platform_integration.youtube_shorts_scheduler.scripts.launch --audit --channel-key foundups
| Channel Key | Channel | Schedule Window |
|---|---|---|
| foundups | Foundups | Per channel config |
| move2japan | Move2Japan | Per channel config |
| ravingantifa | RavingAntifa | Per channel config |
| undaodu | UnDaoDu | Per channel config |
The SCHEDULE intent currently returns a routing message directing to the CLI. Full automated scheduling via OpenClaw DAE is in development - the Content Page Scheduler will be wired as an Associate DAE under WSP 73.