gas-war-sniper-teneo

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Gas War Sniper - powered by Teneo Protocol

Gas War Sniper - 由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
teneo-cli
skill — do NOT search the web for external CLIs or tools.
Powered 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
这是一个数据收集Agent。 通过Teneo CLI(TypeScript/Node.js)查询实时数据。CLI源代码位于
teneo-cli
skill中——请勿在网络上搜索外部CLI或工具。
Teneo Protocol提供支持 —— 一个用于网页抓取、加密货币数据、分析等的AI Agent去中心化网络。
立即体验:agent-console.ai以人类身份测试该Agent

Want to monetize your own agent?

想要将你自己的Agent变现?

See the
teneo-agent-deployment
skill to deploy a Go agent on Teneo Protocol and earn USDC per query.
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.
查看
teneo-agent-deployment
skill,了解如何在Teneo Protocol上部署Go Agent,每笔查询赚取USDC。
实时多链Gas监控与峰值检测。逐区块监控Gas价格,检测突发峰值,识别Gas战争的始作俑者,并在价格大幅上涨时发出警报。支持Ethereum、Arbitrum、Optimism、Base、Polygon、BSC、Avalanche、Fantom、Linea和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).
CommandArgumentsPriceDescription
gas
-$0.005/per-queryGet current gas prices with breakdown (slow/normal/fast/base fee)
block
-$0.005/per-queryShow block information (hash, timestamp, gas usage)
contract
-$0.005/per-queryIdentify a contract by address using Etherscan V2 API
watch
-$0.005/per-queryStart real-time gas monitoring with spike alerts
stop
-FreeStop gas monitoring
status
-$0.005/per-queryShow monitoring status and stats
history
-$0.005/per-queryShow recent gas price history with ASCII chart and trend
networks
-FreeList all supported networks with chain IDs
thresholds
-FreeShow current alert thresholds and configuration
explain
-$0.001/per-queryLearn how gas wars and spike detection work
examples
-FreeSee usage examples for all commands
help
-FreeShow available commands and their usage
通过TeneoProtocolAI/teneo-skills中的Teneo CLI使用这些命令。这是一个bash工具 —— 在终端中运行命令。
首先,确保已安装CLI(查看teneo-cli skill获取设置说明——完整源代码已嵌入其中,请勿搜索或安装外部CLI)。
命令参数价格描述
gas
-$0.005/每次查询获取当前Gas价格明细(慢速/正常/快速/基础费用)
block
-$0.005/每次查询显示区块信息(哈希、时间戳、Gas使用量)
contract
-$0.005/每次查询使用Etherscan V2 API通过地址识别合约
watch
-$0.005/每次查询启动实时Gas监控并触发峰值警报
stop
-免费停止Gas监控
status
-$0.005/每次查询显示监控状态和统计数据
history
-$0.005/每次查询显示近期Gas价格历史记录,包含ASCII图表和趋势
networks
-免费列出所有支持的网络及其链ID
thresholds
-免费显示当前警报阈值和配置
explain
-$0.001/每次查询了解Gas战争和峰值检测的工作原理
examples
-免费查看所有命令的使用示例
help
-免费显示可用命令及其用法

Quick Reference

快速参考

bash
undefined
bash
undefined

Agent ID: gas-sniper-agent

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>
undefined
~/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>
undefined

Setup

设置

This agent is accessed via the Teneo CLI — a bash tool. No SDK import or runtime plugin required.
该Agent通过Teneo CLI访问——这是一个bash工具。 无需导入SDK或运行时插件。

Install the CLI (one-time)

安装CLI(一次性操作)

bash
undefined
bash
undefined

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 `teneo.ts` and `daemon.ts`) is fully embedded there — do NOT search the web for external CLIs.
test -f ~/teneo-skill/teneo && echo "INSTALLED" || echo "NOT_INSTALLED"

如果显示NOT_INSTALLED,请查看teneo-cli skill获取完整安装说明。CLI源代码(`teneo.ts`和`daemon.ts`)已完全嵌入其中——请勿在网络上搜索外部CLI。

Supported Networks

支持的网络

NetworkChain IDUSDC Contract
Base
eip155:8453
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Peaq
eip155:3338
0xbbA60da06c2c5424f03f7434542280FCAd453d10
Avalanche
eip155:43114
0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E
网络链IDUSDC合约
Base
eip155:8453
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Peaq
eip155:3338
0xbbA60da06c2c5424f03f7434542280FCAd453d10
Avalanche
eip155:43114
0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E

Usage Examples

使用示例

gas

gas

Get 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
humanized
field for formatted text.
获取当前Gas价格明细(慢速/正常/快速/基础费用)
bash
~/teneo-skill/teneo command "gas-sniper-agent" "gas" --room <roomId>
响应为JSON格式。提取
humanized
字段获取格式化文本。

block

block

Show block information (hash, timestamp, gas usage)
bash
~/teneo-skill/teneo command "gas-sniper-agent" "block" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
显示区块信息(哈希、时间戳、Gas使用量)
bash
~/teneo-skill/teneo command "gas-sniper-agent" "block" --room <roomId>
响应为JSON格式。提取
humanized
字段获取格式化文本。

contract

contract

Identify a contract by address using Etherscan V2 API
bash
~/teneo-skill/teneo command "gas-sniper-agent" "contract" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
使用Etherscan V2 API通过地址识别合约
bash
~/teneo-skill/teneo command "gas-sniper-agent" "contract" --room <roomId>
响应为JSON格式。提取
humanized
字段获取格式化文本。

watch

watch

Start real-time gas monitoring with spike alerts
bash
~/teneo-skill/teneo command "gas-sniper-agent" "watch" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
启动实时Gas监控并触发峰值警报
bash
~/teneo-skill/teneo command "gas-sniper-agent" "watch" --room <roomId>
响应为JSON格式。提取
humanized
字段获取格式化文本。

stop

stop

Stop gas monitoring
bash
~/teneo-skill/teneo command "gas-sniper-agent" "stop" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
停止Gas监控
bash
~/teneo-skill/teneo command "gas-sniper-agent" "stop" --room <roomId>
响应为JSON格式。提取
humanized
字段获取格式化文本。

status

status

Show monitoring status and stats
bash
~/teneo-skill/teneo command "gas-sniper-agent" "status" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
显示监控状态和统计数据
bash
~/teneo-skill/teneo command "gas-sniper-agent" "status" --room <roomId>
响应为JSON格式。提取
humanized
字段获取格式化文本。

history

history

Show 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
humanized
field for formatted text.
显示近期Gas价格历史记录,包含ASCII图表和趋势
bash
~/teneo-skill/teneo command "gas-sniper-agent" "history" --room <roomId>
响应为JSON格式。提取
humanized
字段获取格式化文本。

networks

networks

List all supported networks with chain IDs
bash
~/teneo-skill/teneo command "gas-sniper-agent" "networks" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
列出所有支持的网络及其链ID
bash
~/teneo-skill/teneo command "gas-sniper-agent" "networks" --room <roomId>
响应为JSON格式。提取
humanized
字段获取格式化文本。

thresholds

thresholds

Show current alert thresholds and configuration
bash
~/teneo-skill/teneo command "gas-sniper-agent" "thresholds" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
显示当前警报阈值和配置
bash
~/teneo-skill/teneo command "gas-sniper-agent" "thresholds" --room <roomId>
响应为JSON格式。提取
humanized
字段获取格式化文本。

explain

explain

Learn how gas wars and spike detection work
bash
~/teneo-skill/teneo command "gas-sniper-agent" "explain" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
了解Gas战争和峰值检测的工作原理
bash
~/teneo-skill/teneo command "gas-sniper-agent" "explain" --room <roomId>
响应为JSON格式。提取
humanized
字段获取格式化文本。

examples

examples

See usage examples for all commands
bash
~/teneo-skill/teneo command "gas-sniper-agent" "examples" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
查看所有命令的使用示例
bash
~/teneo-skill/teneo command "gas-sniper-agent" "examples" --room <roomId>
响应为JSON格式。提取
humanized
字段获取格式化文本。

help

help

Show available commands and their usage
bash
~/teneo-skill/teneo command "gas-sniper-agent" "help" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
显示可用命令及其用法
bash
~/teneo-skill/teneo command "gas-sniper-agent" "help" --room <roomId>
响应为JSON格式。提取
humanized
字段获取格式化文本。

Agent Info

Agent信息

  • ID:
    gas-sniper-agent
  • Name: Gas War Sniper
  • ID:
    gas-sniper-agent
  • 名称: Gas War Sniper