Install
openclaw skills install claw-castBootstrap and automate OBS scenes for local or remote instances via agentic-obs + mcporter. Includes optional explicit target-switch step that writes agentic...
openclaw skills install claw-castUse this skill to create a generic, reusable OBS automation baseline.
mcporter installed/configured with obs MCP server4455)python3, sqlite3, ss (iproute2), and standard shell toolsmcporter list
mcporter call 'obs.get_obs_status()'
If this fails, stop and finish mcporter + OBS MCP configuration first.
# 1) Target OBS host (explicit write acknowledgement + DB path required)
./skills/clawcast/scripts/obs_target_switch.sh <obs-host-ip> 4455 \
"$HOME/.agentic-obs/db.sqlite" --allow-cross-component-write
# 2) Start/verify overlay host server (serves skill directory only)
./skills/clawcast/scripts/start_overlay_server.sh
# 3) Rebuild baseline scenes + overlays
./skills/clawcast/scripts/rebuild_scenes.sh
# 4) Apply transition preset
./skills/clawcast/scripts/apply_transition_preset.sh Fade 300
# 5) Optional audio baseline
# export OBS_AUDIO_INPUTS="Mic/Aux,Desktop Audio"
./skills/clawcast/scripts/apply_audio_baseline.sh
# 6) Run walkthrough recording
./skills/clawcast/scripts/smoke_test_walkthrough.sh
# 7) Optional stream dry-run
./skills/clawcast/scripts/stream_dry_run.sh 15 "Intro" "Main Live"
assets/overlays/.examples/project-specific/./tmp for persistent assets.file://.4455).:8787) and should remain on trusted LAN/VPN.start_overlay_server.sh serves only the skill directory (not workspace root).obs_target_switch.sh performs a cross-component config write only when given an explicit DB path argument plus --allow-cross-component-write.references/scene-map.mdreferences/networking.mdreferences/troubleshooting.mdreferences/v0.2-features.md