Loading...
Loading...
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
npx skill4agent add teneoprotocolai/teneo-skills gas-war-sniper-teneoteneo-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
teneo-agent-deployment| 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 |
# 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># Check if already installed
test -f ~/teneo-skill/teneo && echo "INSTALLED" || echo "NOT_INSTALLED"teneo.tsdaemon.ts| Network | Chain ID | USDC Contract |
|---|---|---|
| Base | | |
| Peaq | | |
| Avalanche | | |
gas~/teneo-skill/teneo command "gas-sniper-agent" "gas" --room <roomId>humanizedblock~/teneo-skill/teneo command "gas-sniper-agent" "block" --room <roomId>humanizedcontract~/teneo-skill/teneo command "gas-sniper-agent" "contract" --room <roomId>humanizedwatch~/teneo-skill/teneo command "gas-sniper-agent" "watch" --room <roomId>humanizedstop~/teneo-skill/teneo command "gas-sniper-agent" "stop" --room <roomId>humanizedstatus~/teneo-skill/teneo command "gas-sniper-agent" "status" --room <roomId>humanizedhistory~/teneo-skill/teneo command "gas-sniper-agent" "history" --room <roomId>humanizednetworks~/teneo-skill/teneo command "gas-sniper-agent" "networks" --room <roomId>humanizedthresholds~/teneo-skill/teneo command "gas-sniper-agent" "thresholds" --room <roomId>humanizedexplain~/teneo-skill/teneo command "gas-sniper-agent" "explain" --room <roomId>humanizedexamples~/teneo-skill/teneo command "gas-sniper-agent" "examples" --room <roomId>humanizedhelp~/teneo-skill/teneo command "gas-sniper-agent" "help" --room <roomId>humanizedgas-sniper-agent