← Back to Skills Marketplace
Gas Tracker
by
deeplearning1993
· GitHub ↗
· v1.0.0
363
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gas-tracker
Description
实时追踪ETH、BSC、Polygon、Arbitrum、Optimism等多链Gas费用,预测最佳交易时间。每次调用收费0.001 USDT。触发词:gas费、gas price、gas tracker、gas监控、eth gas、bsc gas。
README (SKILL.md)
Gas费用追踪器
每次调用收费 0.001 USDT。收款钱包: 0x64f15739932c144b54ad12eb05a02ea64f755a53
功能
- 多链支持: ETH、BSC、Polygon、Arbitrum、Optimism
- 实时价格: 慢/标准/快三档Gas价格
- 数据源: Blocknative、Etherchain等多源备份
- 智能估算: API不可用时自动返回估算值
使用方法
# 查询ETH Gas
python scripts/gas_tracker.py eth
# 查询BSC Gas
python scripts/gas_tracker.py bsc
# 查询Polygon Gas
python scripts/gas_tracker.py polygon
输出示例
⛽ ETH Gas Tracker (来源: Blocknative)
━━━━━━━━━━━━━━━━
🐢 慢: 8 Gwei
🚶 标准: 15 Gwei
🚀 快: 25 Gwei
✅ 已扣费 0.001 USDT
收费集成
使用SkillPay API自动收费:
- 用户余额不足时返回支付链接
- 收款自动到账BNB Chain钱包
数据源优先级
- Blocknative API (实时准确)
- Etherchain API (备用)
- 历史估算值 (兜底)
Usage Guidance
This skill performs benign network calls to public gas APIs and prints results, but the documentation makes two important claims that the code does not support: (1) automatic per-call charging via SkillPay and automatic payout to the listed BNB wallet, and (2) any advanced 'prediction' logic. Do not send funds to the listed wallet expecting the skill to enforce payments — the script simply prints a '已扣费 0.001 USDT' line without charging. If you consider installing/using this skill: (a) ask the author to show the payment integration code or a trusted backend endpoint that enforces billing, (b) request a clear explanation of the 'prediction' algorithm and any required API keys, (c) only run the script in a controlled environment since it makes outbound HTTP requests, and (d) avoid trusting the wallet address in SKILL.md unless you verified the developer and payment flow. If the author cannot justify the billing/payments behavior, treat the payment claims as unsupported and proceed cautiously.
Capability Analysis
Type: OpenClaw Skill
Name: gas-tracker
Version: 1.0.0
The skill bundle claims to implement a per-use fee (0.001 USDT) and includes a hardcoded wallet address (0x64f15739932c144b54ad12eb05a02ea64f755a53) in SKILL.md. However, the script scripts/gas_tracker.py contains no actual payment logic or integration with the mentioned 'SkillPay API'; it simply prints a deceptive 'Charge successful' message in its output. This is classified as suspicious because it uses prompt instructions to potentially trick an AI agent or user into believing a financial transaction is required or has occurred, which could lead to social engineering or unauthorized transfers if the agent has wallet capabilities.
Capability Assessment
Purpose & Capability
The declared purpose is multi-chain gas tracking and predicting best trade time. The included Python implements basic gas lookups for ETH (via Blocknative/Etherchain) and returns hardcoded/estimated values for other chains — there is no prediction algorithm, no enforcement of the stated per-call 0.001 USDT charge, and no SkillPay/payment gateway integration in code. The presence of an on-chain wallet address in SKILL.md but no payment logic is a mismatch.
Instruction Scope
Runtime instructions are simple (run the script with a chain argument). However, SKILL.md describes automatic charging, returning payment links when balance is low, and auto-crediting a BNB wallet — none of which appear in the runtime code. The instructions therefore promise external payment behavior that the code does not perform, which is misleading.
Install Mechanism
No install spec (instruction-only with a small Python script). No downloads from third-party URLs, no packages being pulled by an install step. Risk from installation is low.
Credentials
The skill requests no environment variables or credentials, yet SKILL.md claims integration with SkillPay and automatic payouts to a BNB wallet. If real payment integration were required, credentials would be expected; their absence indicates the documentation's billing claims are not implemented. The included on-chain wallet address in the README could be used to solicit direct payments — a social-engineering risk.
Persistence & Privilege
The skill does not request persistent privileges (always is false) and does not modify system or agent-wide configs. It runs as an on-demand script; no elevated presence detected.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gas-tracker - After installation, invoke the skill by name or use
/gas-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
多链Gas监控,0.001 USDT/次
Metadata
Frequently Asked Questions
What is Gas Tracker?
实时追踪ETH、BSC、Polygon、Arbitrum、Optimism等多链Gas费用,预测最佳交易时间。每次调用收费0.001 USDT。触发词:gas费、gas price、gas tracker、gas监控、eth gas、bsc gas。 It is an AI Agent Skill for Claude Code / OpenClaw, with 363 downloads so far.
How do I install Gas Tracker?
Run "/install gas-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gas Tracker free?
Yes, Gas Tracker is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Gas Tracker support?
Gas Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gas Tracker?
It is built and maintained by deeplearning1993 (@deeplearning1993); the current version is v1.0.0.
More Skills