pypi dealwatchstdioMITupdated 19d ago
|---| | dealwatcherer core | Price-monitoring engine. Crawl, normalize, score, alert. | | dealwatcherer frontend | Compare-first dashboard. See the deal, not the noise. | | browser extension | Right-click any product. dealwatcherer does the rest. | | dealwatcherer worker | Scheduled checks, alembic-backed history. | | public skills | Drop into Claude/Codex/OpenClaw and let the agent shop. |
What can you do with DealWatch?
dealwatcherer watches the products you care about across vendors, replays history, and tells you when to pull the trigger. Browser extension and dashboard included.
ββββββββββββββββββββββββββββββββββββββββ
β LOCAL-FIRST ββββββββ 100% β
β SOURCE-TRACEABLE ββββββββ 100% β
β TYPING REQUIRED ββββββββ 0% β
β VIBES ββββββββ ZERO β
β FILLERβ
ββββββββββββββββββββββββββββββββββββββββ
Track prices across vendors. Get the receipt before you check out.
What You Get
| Surface | What |
|---|---|
dealwatcherer core |
Price-monitoring engine. Crawl, normalize, score, alert. |
dealwatcherer frontend |
Compare-first dashboard. See the deal, not the noise. |
browser extension |
Right-click any product. dealwatcherer does the rest. |
dealwatcherer worker |
Scheduled checks, alembic-backed history. |
public skills |
Drop into Claude/Codex/OpenClaw and let the agent shop. |
[!IMPORTANT] Local-first by default. No silent telemetry. No cloud round-trip. Your data stays on your machine until you explicitly ship it somewhere.
Install
git clone https://github.com/xiaojiou176-open/dealwatcherer.git
cd dealwatcherer
# follow the per-stack quickstart in INSTALL.md or docs/
Three commands. No curl | sh. No login. Read what you run.
Install break? Open your favorite agent and say "Read AGENTS.md and bootstrap dealwatcherer for me." Agent fix own brain. Long version: docs/.
How It Work
The repo is seven layers β exactly the seven commits in git log. New work goes in as small named PRs. No 50-file mystery commits.
| Layer | What |
|---|---|
chore: scaffold |
License, governance, hygiene gates, CI scaffolding. |
feat(core) |
The primary engine. The reason dealwatcherer exists. |
feat(modules) |
Packages, adapters, services, plugins. The second floor. |
feat(contracts) |
Schemas, configs, public boundaries. Other code talks here. |
test: |
Receipts. Everything in this layer must run. |
feat(ops) |
Scripts, infra, CI helpers, build glue. |
docs: |
Public docs surface. The pretty face. |
git log reads like a building floor plan. Look once, know the whole shape.
Ecosystem
dealwatcherer lives in the yard family: seven yards. one philosophy: structured input, structured output, structured proof.
| Repo | What |
|---|---|
| switchyard | model & agent runtime switch board |
| browserclickyard | your AI clicks, your browser obeys |
| noteyard | your Apple Notes never really die |
| dealwatcherer (you here) | let prices fight, you sit and watch |
| docyard | docs site in, markdown out, no scraping by hand |
| fileyard | messy folders in, organized library out |
| proofyard | every claim ships with its receipt |
Cross-family taste: BeamMe Β· BrewMe Β· OpenVibeCoding Β· proofyard.
Star This Repo
If dealwatcherer saves you a click, an hour, or a headache β star costs zero. Fair trade. β
Also by Yifeng[Terry] Yu
- switchyard β model & agent runtime switch board
- browserclickyard β your AI clicks, your browser obeys
- BeamMe β beam your agent config to any planet
- BrewMe β wake up, news already brewed
- OpenVibeCoding β AI codes overnight, you ship in the morning
License
MIT β small print, big freedom.
Install
Add DealWatch to your client. Pick the one you use.
claude mcp add dealwatch -- uvx dealwatchcodex mcp add dealwatch -- uvx dealwatchamp mcp add dealwatch -- uvx dealwatch{
"mcpServers": {
"dealwatch": {
"command": "uvx",
"args": [
"dealwatch"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"dealwatch": {
"command": "uvx",
"args": [
"dealwatch"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"dealwatch","command":"uvx","args":["dealwatch"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"dealwatch": {
"command": "uvx",
"args": [
"dealwatch"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"dealwatch": {
"command": "uvx",
"args": [
"dealwatch"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"dealwatch": {
"command": "uvx",
"args": [
"dealwatch"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"dealwatch": {
"type": "local",
"command": "uvx",
"args": [
"dealwatch"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"dealwatch": {
"command": {
"path": "uvx",
"args": [
"dealwatch"
]
}
}
}
}Add to your Zed `settings.json`.
uvx dealwatchRun `goose configure`, choose **Add Extension β Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation21/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 12 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Apr 8, 2026 |