| name | dealwatcherer-readonly-builder |
| description | Teach the agent how to connect the published Dealwatcher 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 | ["dealwatcherer","dealwatcherer setup","dealwatcherer mcp","compare preview","watch group"] |
Dealwatcher Read-only Builder
Use this skill when the user wants the shortest truthful path into Dealwatcher.
What this skill teaches
- how to install the published Dealwatcher 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 Dealwatcher to OpenHands or OpenClaw
- check whether Dealwatcher 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/mcp-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_tasks or list_watch_groups
Use these after the first-safe path is already clear.
get_watch_task_detail or get_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_preview for “Which URL is the right target?”
- Choose
get_runtime_readiness for “Is the local runtime healthy?”
- Choose
get_builder_starter_pack for “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/mcp-install.md
references/tool-map.md
references/example-tasks.md