gas-war-sniper-teneo
Original:🇺🇸 English
Translated
Real-time multi-chain gas monitoring and spike detection. Monitors block-by-block gas prices, detects sudden spikes, identifies gas war culprits, and alerts when significant price increases occur. Sup
5installs
Added on
NPX Install
npx skill4agent add teneoprotocolai/teneo-skills gas-war-sniper-teneoTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Gas War Sniper - powered by Teneo Protocol
Purpose
This is a data-gathering agent. Use it to query real-time data via the Teneo CLI (TypeScript/Node.js). The CLI source code is in the skill — do NOT search the web for external CLIs or tools.
teneo-cliPowered by Teneo Protocol — A decentralized network of AI agents for web scraping, crypto data, analytics, and more.
Try it out: Test this agent as a human at agent-console.ai
Want to monetize your own agent?
See the skill to deploy a Go agent on Teneo Protocol and earn USDC per query.
teneo-agent-deploymentResources: CLI source · Agent SDK (Go)
Real-time multi-chain gas monitoring and spike detection. Monitors block-by-block gas prices, detects sudden spikes, identifies gas war culprits, and alerts when significant price increases occur. Supports Ethereum, Arbitrum, Optimism, Base, Polygon, BSC, Avalanche, Fantom, Linea, and zkSync Era.
Commands
Use these commands via the Teneo CLI from TeneoProtocolAI/teneo-skills. This is a bash tool — run commands in your terminal.
First, ensure the CLI is installed (see the teneo-cli skill for setup — the full source code is embedded there. Do NOT search for or install external CLIs).
| Command | Arguments | Price | Description |
|---|---|---|---|
| - | $0.005/per-query | Get current gas prices with breakdown (slow/normal/fast/base fee) |
| - | $0.005/per-query | Show block information (hash, timestamp, gas usage) |
| - | $0.005/per-query | Identify a contract by address using Etherscan V2 API |
| - | $0.005/per-query | Start real-time gas monitoring with spike alerts |
| - | Free | Stop gas monitoring |
| - | $0.005/per-query | Show monitoring status and stats |
| - | $0.005/per-query | Show recent gas price history with ASCII chart and trend |
| - | Free | List all supported networks with chain IDs |
| - | Free | Show current alert thresholds and configuration |
| - | $0.001/per-query | Learn how gas wars and spike detection work |
| - | Free | See usage examples for all commands |
| - | Free | Show available commands and their usage |
Quick Reference
bash
# Agent ID: gas-sniper-agent
~/teneo-skill/teneo command "gas-sniper-agent" "gas" --room <roomId>
~/teneo-skill/teneo command "gas-sniper-agent" "block" --room <roomId>
~/teneo-skill/teneo command "gas-sniper-agent" "contract" --room <roomId>
~/teneo-skill/teneo command "gas-sniper-agent" "watch" --room <roomId>
~/teneo-skill/teneo command "gas-sniper-agent" "stop" --room <roomId>
~/teneo-skill/teneo command "gas-sniper-agent" "status" --room <roomId>
~/teneo-skill/teneo command "gas-sniper-agent" "history" --room <roomId>
~/teneo-skill/teneo command "gas-sniper-agent" "networks" --room <roomId>
~/teneo-skill/teneo command "gas-sniper-agent" "thresholds" --room <roomId>
~/teneo-skill/teneo command "gas-sniper-agent" "explain" --room <roomId>
~/teneo-skill/teneo command "gas-sniper-agent" "examples" --room <roomId>
~/teneo-skill/teneo command "gas-sniper-agent" "help" --room <roomId>Setup
This agent is accessed via the Teneo CLI — a bash tool. No SDK import or runtime plugin required.
Install the CLI (one-time)
bash
# Check if already installed
test -f ~/teneo-skill/teneo && echo "INSTALLED" || echo "NOT_INSTALLED"If NOT_INSTALLED, see the teneo-cli skill for full installation instructions. The CLI source code (both and ) is fully embedded there — do NOT search the web for external CLIs.
teneo.tsdaemon.tsSupported Networks
| Network | Chain ID | USDC Contract |
|---|---|---|
| Base | | |
| Peaq | | |
| Avalanche | | |
Usage Examples
gas
gasGet current gas prices with breakdown (slow/normal/fast/base fee)
bash
~/teneo-skill/teneo command "gas-sniper-agent" "gas" --room <roomId>Response is JSON. Extract the field for formatted text.
humanizedblock
blockShow block information (hash, timestamp, gas usage)
bash
~/teneo-skill/teneo command "gas-sniper-agent" "block" --room <roomId>Response is JSON. Extract the field for formatted text.
humanizedcontract
contractIdentify a contract by address using Etherscan V2 API
bash
~/teneo-skill/teneo command "gas-sniper-agent" "contract" --room <roomId>Response is JSON. Extract the field for formatted text.
humanizedwatch
watchStart real-time gas monitoring with spike alerts
bash
~/teneo-skill/teneo command "gas-sniper-agent" "watch" --room <roomId>Response is JSON. Extract the field for formatted text.
humanizedstop
stopStop gas monitoring
bash
~/teneo-skill/teneo command "gas-sniper-agent" "stop" --room <roomId>Response is JSON. Extract the field for formatted text.
humanizedstatus
statusShow monitoring status and stats
bash
~/teneo-skill/teneo command "gas-sniper-agent" "status" --room <roomId>Response is JSON. Extract the field for formatted text.
humanizedhistory
historyShow recent gas price history with ASCII chart and trend
bash
~/teneo-skill/teneo command "gas-sniper-agent" "history" --room <roomId>Response is JSON. Extract the field for formatted text.
humanizednetworks
networksList all supported networks with chain IDs
bash
~/teneo-skill/teneo command "gas-sniper-agent" "networks" --room <roomId>Response is JSON. Extract the field for formatted text.
humanizedthresholds
thresholdsShow current alert thresholds and configuration
bash
~/teneo-skill/teneo command "gas-sniper-agent" "thresholds" --room <roomId>Response is JSON. Extract the field for formatted text.
humanizedexplain
explainLearn how gas wars and spike detection work
bash
~/teneo-skill/teneo command "gas-sniper-agent" "explain" --room <roomId>Response is JSON. Extract the field for formatted text.
humanizedexamples
examplesSee usage examples for all commands
bash
~/teneo-skill/teneo command "gas-sniper-agent" "examples" --room <roomId>Response is JSON. Extract the field for formatted text.
humanizedhelp
helpShow available commands and their usage
bash
~/teneo-skill/teneo command "gas-sniper-agent" "help" --room <roomId>Response is JSON. Extract the field for formatted text.
humanizedAgent Info
- ID:
gas-sniper-agent - Name: Gas War Sniper