camelcamelcamel-alerts
Monitor CamelCamelCamel price drop alerts via RSS and send Telegram notifications when items go on sale. Use when setting up automatic price tracking for Amazon products with CamelCamelCamel price alerts.
Install
mkdir -p .claude/skills/camelcamelcamel-alerts && curl -L -o skill.zip "https://mcp.directory/api/skills/download/6101" && unzip -o skill.zip -d .claude/skills/camelcamelcamel-alerts && rm skill.zipInstalls to .claude/skills/camelcamelcamel-alerts
About this skill
CamelCamelCamel Alerts
Automatically monitor your CamelCamelCamel RSS feed for Amazon price drops and get notified on Telegram.
Quick Start
-
Get your RSS feed URL from CamelCamelCamel:
- Go to https://camelcamelcamel.com/ and set up price alerts
- Get your personal RSS feed URL (format:
https://camelcamelcamel.com/alerts/YOUR_UNIQUE_ID.xml)
-
Create a cron job with YOUR feed URL (not someone else's!):
cron add \
--job '{
"name": "camelcamelcamel-monitor",
"schedule": "0 */12 * * *",
"task": "Monitor CamelCamelCamel price alerts",
"command": "python3 /path/to/scripts/fetch_rss.py https://camelcamelcamel.com/alerts/YOUR_UNIQUE_ID.xml"
}'
Important: Replace YOUR_UNIQUE_ID with your own feed ID from step 1. Each person needs their own feed URL!
- Clawdbot will:
- Fetch your feed every 4 hours
- Detect new price alerts
- Send you Telegram notifications
How It Works
The skill uses two components:
scripts/fetch_rss.py
- Fetches your CamelCamelCamel RSS feed
- Parses price alert items
- Compares against local cache to find new alerts
- Outputs JSON with new items detected
- Caches item hashes to avoid duplicate notifications
Cron Integration
- Runs on a schedule you define
- Triggers fetch_rss.py
- Can be configured to run hourly, every 4 hours, daily, etc.
Setup & Configuration
See SETUP.md for:
- How to get your CamelCamelCamel RSS feed URL
- Step-by-step cron configuration
- Customizing check frequency
- Cache management
- Troubleshooting
Alert Cache
The script maintains a cache at /tmp/camelcamelcamel/cache.json to track which alerts have been notified. This prevents duplicate notifications.
Clear the cache to re-test notifications:
rm /tmp/camelcamelcamel/cache.json
Notification Format
When a new price drop is detected, you'll receive a Telegram message like:
🛒 *Price Alert*
*PRODUCT NAME - $XX.XX (Down from $YY.YY)*
Current price: $XX.XX
Historical low: $ZZ.ZZ
Last checked: [timestamp]
View on Amazon: [link]
Customization
Check Frequency
Adjust the cron schedule (6th parameter in the schedule field):
0 * * * *→ every hour0 */4 * * *→ every 4 hours (default)0 */6 * * *→ every 6 hours0 0 * * *→ daily
Message Format
Edit scripts/notify.sh to customize the Telegram message layout and emoji.
Technical Details
- Language: Python 3 (built-in libraries only)
- Cache: JSON file at
/tmp/camelcamelcamel/cache.json - Feed Format: Standard RSS/XML
- Dependencies: None beyond Python standard library
- Timeout: 10 seconds per feed fetch
Troubleshooting
If you're not receiving notifications:
- Verify the feed URL works in your browser
- Check the cron job exists:
cron list - Test manually:
python3 scripts/fetch_rss.py <YOUR_FEED_URL> /tmp/camelcamelcamel - Clear the cache to reset:
rm /tmp/camelcamelcamel/cache.json - Check Telegram is configured in Clawdbot
See SETUP.md for more details.
More by openclaw
View all skills by openclaw →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversGet live crypto exchange data from Binance: real-time coin stock prices, bitcoin price live, charts, order books & tradi
Integrate with MercadoLibre for easy product data, price monitoring, inventory management, and market analysis on Latin
OpenWeatherMap API offers current conditions, forecasts, and weather alerts for travel planning and weather-dependent ap
Integrate with OLX to search property listings, retrieve detailed seller info, and monitor prices for market research ac
AI-driven control of live Chrome via Chrome DevTools: browser automation, debugging, performance analysis and network mo
Extend your developer tools with GitHub MCP Server for advanced automation, supporting GitHub Student and student packag
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.