Skills Plugins MCP Prompt Model 博客 我的中心

fuel-prices

Monitor fuel prices in Germany using Tankerkönig API. Use when user asks about fuel/gas prices, wants to find cheap stations nearby, or needs refueling recommendations.

DeepseekModel 官方收录技能 质量 优秀 · 78 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=diegosouzapw-awesome-omni-skill-skills-development-fuel-prices-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name fuel-prices description Monitor fuel prices in Germany using Tankerkönig API. Use when user asks about fuel/gas prices, wants to find cheap stations nearby, or needs refueling recommendations. Fuel Price Skill ⛽ Monitor fuel prices in Germany using the free Tankerkönig API. 1. Quick Price Check Get current prices near a location: cd fuel-skill TANKERKOENIG_API_KEY=xxx npx ts-node fuel-monitor.ts check Or via curl: curl -s "https://creativecommons.tankerkoenig.de/json/list.php?lat=LAT&lng=LNG&rad=5&sort=price&type=diesel&apikey=API_KEY" Fuel Types diesel — Diesel e5 — Super E5 e10 — Super E10 2. Script Usage # Check current prices (saves to history) npx ts-node fuel-monitor.ts check # View price history npx ts-node fuel-monitor.ts history # Analyze patterns (best/worst days) npx ts-node fuel-monitor.ts analyze Configuration Edit CONFIG in fuel-monitor.ts : const CONFIG = { lat : 48.137 , // Your latitude lng : 11.575 , // Your longitude radius : 5 , // Search radius in km fuelType : 'diesel' , // diesel, e5, or e10 apiKey : process. env . TANKERKOENIG_API_KEY , }; 3. Output Format ⛽✅ **Diesel now: €1.639** 📍 JET — Hauptstraße 42, München (2.4 km) 📊 Area average: €1.672 Price 3.3¢ below weekly average (€1.672) 👉 Recommend filling up today! Recommendations Symbol Meaning Condition ⛽✅ Fill up Price ≥3¢ below weekly avg ⏳ Wait Price ≥3¢ above weekly avg ➖ Neutral Price near average 4. API Reference Tankerkönig API (free, CC BY 4.0): Base: https://creativecommons.tankerkoenig.de/json GET /list.php?lat=X&lng=Y&rad=R&type=TYPE&sort=price&apikey=KEY Get API key: https://creativecommons.tankerkoenig.de/ 5. Heartbeat Integration Add to HEARTBEAT.md: ### ⛽ Fuel Prices (morning) - Check prices in the morning - Show cheapest + nearby option - Recommend if price is below average - Calculate cost for typical fill (e.g., 40L) Example morning output: ⛽ Diesel - **V-Markt** — €1.638 ✓ (2.4 km, open) - Jet — €1.649 (1.2 km) - Average ~€1.68 40L = €65.52 — Good price, fill up today! 6. Requirements npm install # or npm install typescript ts-node @types/node Environment: export TANKERKOENIG_API_KEY=your-api-key Files fuel-monitor.ts — Main script price-history.json — Local price history (auto-created) package.json — Dependencies Tips Prices often lowest on Monday/Tuesday Prices often highest on Friday/weekend Check before holidays (prices spike) Evening prices sometimes lower than morning
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。