Install
openclaw skills install @gooorooox/weekend-scoutWeekend Scout discovers next-weekend outdoor events, festivals, fairs, and road-trip ideas near the user's city and nearby cities. It builds home-city picks and road-trip options, formats the digest, sends it to Telegram. This skill bootstraps the matching platform runtime from the current bundle.
openclaw skills install @gooorooox/weekend-scoutUse this repo-root skill as the stable bundle entrypoint. Weekend Scout scouts next-weekend outdoor events near the configured city, ranks local picks and road trips, and relies on run-scoped session caching plus a persistent SQLite cache managed through the CLI.
Do not treat this root file as the full scouting workflow. Its job is limited
to bootstrapping the Python runtime from this bundle and dispatching to the
matching bundled runtime SKILL.md.
bundle_root.
Prefer {baseDir} when the host provides it. Otherwise resolve the
directory containing this SKILL.md.python, then python3.
If neither exists, stop and report that Python 3.10+ is required.pyproject.toml.weekend-scout package version with the chosen
interpreter via importlib.metadata."<python_cmd>" "{bundle_root}/install/install_skill.py" --with-pip --runtime-only--break-system-packages. Do not
auto-retry with that flag.| Platform | Canonical runtime skill |
|---|---|
| OpenClaw | .openclaw/skills/weekend-scout/SKILL.md |
| Codex | .agents/skills/weekend-scout/SKILL.md |
| Claude Code | .claude/skills/weekend-scout/SKILL.md |
SKILL.md exists.references/
directory exactly as shipped.python -m weekend_scout ... CLI commands for config, discovery,
cache, digest preparation, formatting, and delivery.SKILL.md plus its bundled references as
the sole authority for scout workflow, command order, payload shape, and
failure handling.