- name
- dealwatch-readonly-builder
- description
- Teach the agent how to connect the published DealWatch MCP package, choose the right read-only tool, and guide the user through the compare-first safe path without claiming hosted or write-capable features.
- triggers
DealWatch Read-only Builder
Use this skill when the user wants the shortest truthful path into DealWatch.
What this skill teaches
- how to install the published DealWatch MCP package
- how to choose the right read-only tool for the current job
- how to start with runtime readiness and compare preview before deeper reads
- how to keep the answer inside the current local-first boundary
When to use this skill
Use this skill when the user asks to:
- connect DealWatch to OpenHands or OpenClaw
- check whether DealWatch is ready for a local read-only session
- compare grocery product URLs before creating durable state
- inspect watch tasks, watch groups, or recovery state without mutating anything
If the MCP is not connected yet
Open README.md in this folder and follow references/INSTALL.md. Do not invent repo-local launch commands when the published package already exists.
Safe-first workflow
get_runtime_readiness
Use this first when setup, environment, or startup truth is unclear.
compare_preview
Use this first when the user wants to compare candidate grocery URLs without creating tasks.
get_builder_starter_pack
Use this when the user needs the integration contract or host setup path.
list_watch_tasksorlist_watch_groups
Use these after the first-safe path is already clear.
get_watch_task_detailorget_watch_group_detail
Use these for one deeper read-only follow-up.
get_recovery_inbox,get_notification_settings, or
get_store_onboarding_cockpit Use these only after the user is already inside a recovery or operator diagnostic workflow.
Tool-selection rule
- Choose
compare_previewfor “Which URL is the right target?” - Choose
get_runtime_readinessfor “Is the local runtime healthy?” - Choose
get_builder_starter_packfor “How do I connect an agent or host?” - Choose watch-task/group reads only after the user already has durable state to
inspect
What to return
Return a short answer with:
- the chosen lane
- the next 1-3 actions
- one boundary reminder
- one exact MCP tool or install snippet
Guardrails
- write-side MCP
- hosted control plane
- official marketplace or registry listing
- autonomous recommendation support
Read next
references/INSTALL.mdreferences/CAPABILITIES.mdreferences/DEMO.mdreferences/TROUBLESHOOTING.md