Overview
- Skill Key
- gustavoziaugra/test-gas-skill
- Author
- gustavoziaugra
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/gustavoziaugra/test-gas-skill
- Latest Commit SHA
- bfae0e15fb272f687c49633bb112315fb1ae1364
Find and monitor gas prices with daily notifications. Use when searching for the cheapest gas in a specific area, tracking Costco and other discount fuel stations, or setting up daily gas price alerts. Supports any US location with configurable radius and fuel type.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 gas-price-alert 技能。 若已安装,则直接安装 gas-price-alert 技能。
# Gas Price Alert ## Overview Automatically search for the cheapest gas prices in your area, with a focus on Costco and other discount stations. Get daily notifications with the best options within a specified radius. ## Quick Start 1. **Configure location** - Set your city/coordinates and search radius 2. **Run search** - Find gas stations and estimated prices 3. **Schedule daily alerts** - Get morning notifications with cheapest options 4. **Focus on Costco** - Costco typically has gas $0.15-0.25 below market average ## Workflow ### Step 1: Configure Your Location **Option A: Use ZIP code (recommended)** ```bash # Search by ZIP code python3 scripts/gas_alternative.py --zip 43215 --radius 20 --fuel 87 --summary ``` **Option B: Use coordinates** Default locations are pre-configured for Columbus, Ohio: ```bash # Columbus, OH (downtown) lat: 39.9612 lon: -82.9988 radius: 20 miles ``` To use a different location: ```bash python3 scripts/gas_alternative.py --lat <latitude> --lon <longitude> --radius <miles> ``` **Common US cities:** - Columbus, OH: 39.9612, -82.9988 - Chicago, IL: 41.8781, -87.6298 - New York, NY: 40.7128, -74.0060 - Los Angeles, CA: 34.0522, -118.2437 - Miami, FL: 25.7617, -80.1918 ### Step 2: Search for Gas Stations ```bash # Search with summary output python3 scripts/gas_alternative.py --lat 39.9612 --lon -82.9988 --radius 20 --fuel 87 --summary # Save to file python3 scripts/gas_alternative.py --lat 39.9612 --lon -82.9988 --radius 20 --fuel 87 --output gas_prices.json ``` **Parameters:** - `--zip`: ZIP code (overrides lat/lon, e.g., `--zip 43215`) - `--lat`: Latitude (default: 39.9612 - Columbus, OH) - `--lon`: Longitude (default: -82.9988 - Columbus, OH) - `--radius`: Search radius in miles (default: 20) - `--fuel`: Fuel type - 87, 89, 91, diesel (default: 87) - `--base-price`: Base price for estimation (default: 2.89) - `--output`: Output file (default: gas_prices.json) - `--summary`: Print human-readable summary to stdout ### S...
# Gas Price Alert / Alerta de Preço de Combustível **⛽ Find cheapest gas prices with daily notifications / Encontre os preços mais baratos de combustível com alertas diários** This OpenClaw skill helps you find and monitor gas prices, with special focus on Costco and other discount stations. Este skill do OpenClaw ajuda você a encontrar e monitorar preços de combustível, com foco especial em Costco e outros postos com desconto. ## Features / Funcionalidades - 🔍 **ZIP code search** - Search by any US ZIP code / Busca por qualquer CEP dos EUA - 💰 **Best price detection** - Shows cheapest options first / Mostra opções mais baratas primeiro - 📏 **Configurable radius** - Set your preferred search range / Defina o raio de busca preferido - 🏠 **Costco support** - Special tracking of Costco locations / Rastreamento especial de locais da Costco - ⏰ **Daily alerts** - Schedule automated notifications / Agende notificações automatizadas - 🌍 **Works anywhere** - Supports any US location / Funciona em qualquer lugar dos EUA ## Quick Start / Início Rápido ### English ```bash # Search by ZIP code python3 scripts/gas_alternative.py --zip 43215 --radius 20 --fuel 87 --summary # Save to file python3 scripts/gas_alternative.py --zip 43215 --radius 20 --fuel 87 --output gas_prices.json ``` ### Português ```bash # Buscar por CEP python3 scripts/gas_alternative.py --zip 43215 --radius 20 --fuel 87 --summary # Salvar em arquivo python3 scripts/gas_alternative.py --zip 43215 --radius 20 --fuel 87 --output gas_prices.json ``` ## Installation / Instalação 1. **Clone this repository / Clone este repositório:** ```bash git clone https://github.com/GustavoZiaugra/gas-price-alert-skill.git cd gas-price-alert-skill ``` 2. **Install dependencies / Instale dependências:** ```bash pip install requests geopy ``` 3. **Load skill into OpenClaw / Carregar skill no OpenClaw:** - Open OpenClaw Control UI - Go to Skills → Import Skill - Select this directory ## Usage Exam...
0xnyk
X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
jackculpan
Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.
openclaw-trade
openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.
xquik-dev
X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.
mohsinkhadim59
Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.