Everything Capture OpenClaw
Route OpenClaw client messages, including QClaw, into the Everything Capture cloud adapter with deterministic tool selection.
Trigger Rules
Apply the following order:
- If the user message contains any
http://orhttps://URL, callcapture_content. - If the user message has no URL and is a normal question, call
ask_knowledge_base. - If the user explicitly asks for a share link for known local item ids, call
create_item_share_links.
Guardrails
- Treat any message that contains both a URL and additional commentary as
capture_contentonly. - Do not use
ask_knowledge_basefor mixed URL + question messages in the same turn. - Keep replies short and operational.
- When
capture_contentreturnsqueued, tell the user the item has entered the queue. - When
capture_contentreturnsprocessed, include the read-only share link and the original URL when present. - When
ask_knowledge_basereturns citations withshare_url, include those links inline after the short answer. - Do not invent share links. Only surface links returned by tools.
Reply Shape
- Capture success:
- Short status sentence
- Read-only share link when present
- Original source URL when present
- Ask success:
- 1 short answer paragraph
- 1 compact citation/link block when present
- Failure:
- 1 short sentence naming the failure
- No speculative recovery text beyond asking the user to retry later when the queue/job failed