Install
openclaw skills install find-community-helpBuild a safe outside-help plan for blocked agent work. Use only when the active task is stalled, looping, version-sensitive, likely covered by known issues/libraries, or the user asks for official/community guidance. Dry-run only; no browsing or durable memory.
openclaw skills install find-community-helpfind-community-help prepares a safe outside-help lookup for a blocked thread. It does not search by itself. It decides whether lookup is justified, builds redacted dry-run queries, and validates the advisory hint contract.
Former name: agent-travel.
Use this skill only when one of these conditions is present:
heartbeat, scheduled, task_end, and idle_fallback are delivery windows only. They are not trigger reasons by themselves. Automatic runs still need quiet-window, rate-limit, no-pending-approval, and no-active-user-operation gates.
Automatic delivery windows are host-managed script or adapter entry points, not model-side implicit invocation.
references/trigger-policy.md only when deciding whether the skill should run.references/search-playbook.md only when building or reviewing query plans.references/suggestion-contract.md only when writing or validating advisory hints.references/threat-model.md when outside content, private sources, or hint reuse rules are involved.host|version|symptom|constraint_pattern|desired_next_outcome; error_fragment and attempted_fixes are optional extras for planning.advisory_only: true output for the active thread.python scripts/should_travel.py <state.json> decides whether the semantic and delivery gates are open.python scripts/plan_travel.py <state.json> --context <thread.txt> builds a redacted dry-run community-help plan. It performs no network access.python scripts/validate_suggestions.py references/suggestion-contract.md validates the advisory contract.python scripts/community_smoke_test.py checks realistic workflow fixtures.