con un clic
price-history
Show the price history for a user's tracked products from ClickHouse
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Show the price history for a user's tracked products from ClickHouse
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | price-history |
| description | Show the price history for a user's tracked products from ClickHouse |
| version | 1.0.0 |
| metadata | {"hermes":{"tags":["price","history","analytics","clickhouse"],"category":"productivity","requires_toolsets":["terminal"]}} |
| required_environment_variables | [{"name":"PRICEPILOT_DIR","prompt":"Path to the pricepilot project directory","required_for":"running price tools"},{"name":"CLICKHOUSE_HOST","prompt":"ClickHouse Cloud host","required_for":"price history queries"}] |
Invoke when a user asks to see price trends, history, or what they are currently tracking.
Trigger phrases: "price history", "what am I tracking", "show my tracked", "price trend", "has the price changed", "lowest price"
Examples:
Get tracked products for this user:
cd $PRICEPILOT_DIR && python tools/get_tracked.py "<user_id>"
Returns JSON array of tracked products with product_id, product_name, threshold, amazon_url.
For each product, get price history:
cd $PRICEPILOT_DIR && python tools/get_history.py "<product_id>"
Returns JSON array of {price, timestamp, source} objects, most recent first.
Format a summary table for the user showing:
Reply with the formatted table using Markdown.
📊 Your tracked products:
| Product | Now | Lowest | Target | Trend |
|---|---|---|---|---|
| Sony WH-1000XM5 | $109.99 | $89.99 | $90.00 | ↓ |
| iPad Air 5 | $549.00 | $549.00 | $499.00 | → |
Find the cheapest price for any product using Nimble agents. Use when the user asks "find best price for X", "how much does X cost?", "where can I buy X cheapest?", or any open-ended price discovery question without a specific URL.
Take a brand new Senso org from empty to fully populated self-improving knowledge system in 10 minutes. Researches the user's company from their website plus external sources, builds out the knowledge base with brand kit, content types, and tracking prompts, generates the first drafts, publishes sample citeables, kicks off GEO monitoring, and files a self-heal report with gap analysis. The first-run experience for any new Senso user. Use when the user runs Senso for the first time or says "set up Senso", "run onboarding", or "populate my knowledge base".
Check the current price of an Amazon or Walmart product URL right now
Polling skill — check all tracked products for price drops and fire alerts with Senso.ai reports
Track an Amazon or Walmart product URL and alert when price drops below a threshold