一键导入
check-price
Check the current price of an Amazon or Walmart product URL right now
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check the current price of an Amazon or Walmart product URL right now
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | check-price |
| description | Check the current price of an Amazon or Walmart product URL right now |
| version | 1.0.0 |
| metadata | {"hermes":{"tags":["price","shopping","ecommerce"],"category":"productivity","requires_toolsets":["terminal"]}} |
| required_environment_variables | [{"name":"PRICEPILOT_DIR","prompt":"Path to the pricepilot project directory","required_for":"running price tools"},{"name":"NIMBLE_API_KEY","prompt":"Your Nimble API key","required_for":"price scraping"}] |
Invoke when a user asks for the current price of a product without wanting to set up ongoing monitoring.
Trigger phrases: "what's the price of", "how much is", "check the price", "current price for"
Examples:
Extract the product URL from the user's message.
Scrape current price via terminal:
cd $PRICEPILOT_DIR && python tools/check_price.py "<url>"
Returns JSON: {"title": "...", "price": 99.99, "source": "amazon", "currency": "USD"}
Reply to user with the result:
"[product name] is currently $[price] on [source]."
Offer to track: If the user seems interested, offer:
"Want me to monitor this and alert you when it drops? Just say a target price."
This skill does NOT store data in ClickHouse — it's a one-shot lookup.
Use track-product for persistent monitoring.
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".
Polling skill — check all tracked products for price drops and fire alerts with Senso.ai reports
Show the price history for a user's tracked products from ClickHouse
Track an Amazon or Walmart product URL and alert when price drops below a threshold