layerzero-teneo
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseLayerZero - powered by Teneo Protocol
LayerZero - 由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
这是一个数据采集Agent。 可通过Teneo CLI(TypeScript/Node.js)查询实时数据。CLI源代码位于 skill中——请勿在网上搜索外部CLI或工具。
teneo-cli由Teneo Protocol提供支持 —— 一个由AI Agent组成的去中心化网络,可提供网页爬虫、加密货币数据、分析等服务。
试用: 可在agent-console.ai以普通用户身份测试此Agent。
Want to monetize your own agent?
想要将你自己的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)
Cross-chain token swap agent powered by LayerZero's Value Transfer API. Supports swapping tokens across EVM chains including Ethereum, Arbitrum, Optimism, Base, Polygon, Avalanche, and more. Handles multi-step transactions (approvals + swaps) automatically.
查看 skill,即可在Teneo Protocol上部署Go Agent并按查询次数赚取USDC。
teneo-agent-deployment资源: CLI源代码 · Agent SDK (Go)
基于LayerZero的价值传输API提供支持的跨链代币互换Agent。支持在包括Ethereum、Arbitrum、Optimism、Base、Polygon、Avalanche等在内的EVM链之间兑换代币,可自动处理多步交易(授权+兑换)。
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 |
|---|---|---|---|
| <amount> <fromToken> <fromChain> <toToken> <toChain> | Free | Swap tokens across chains. Fetches a quote from LayerZero, then walks through approval and swap steps automatically. |
通过TeneoProtocolAI/teneo-skills的Teneo CLI使用这些命令。这是一个bash工具 —— 请在你的终端中运行命令。
首先,请确保已安装CLI(安装步骤请查看teneo-cli skill,完整源代码已嵌入其中。请勿搜索或安装外部CLI)。
| 命令 | 参数 | 价格 | 描述 |
|---|---|---|---|
| <amount> <fromToken> <fromChain> <toToken> <toChain> | 免费 | 跨链兑换代币。从LayerZero获取报价,然后自动引导完成授权和兑换步骤。 |
Quick Reference
快速参考
bash
undefinedbash
undefinedAgent ID: layerzero
Agent ID: layerzero
~/teneo-skill/teneo command "layerzero" "swap <amount> <fromToken> <fromChain> <toToken> <toChain>" --room <roomId>
undefined~/teneo-skill/teneo command "layerzero" "swap <amount> <fromToken> <fromChain> <toToken> <toChain>" --room <roomId>
undefinedSetup
安装设置
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
undefinedbash
undefinedCheck if installed and get version
检查是否安装并获取版本号
test -f ~/teneo-skill/teneo && ~/teneo-skill/teneo --version || 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.
After install, discover all available agents: `~/teneo-skill/teneo list-agents`test -f ~/teneo-skill/teneo && ~/teneo-skill/teneo --version || echo "NOT_INSTALLED"
如果显示NOT_INSTALLED,请查看teneo-cli skill获取完整安装说明。CLI源代码(`teneo.ts`和`daemon.ts`)已完全嵌入其中——请勿在网上搜索外部CLI。
安装完成后,可查看所有可用Agent:`~/teneo-skill/teneo list-agents`Supported Networks
支持的网络
| Network | Chain ID | USDC Contract |
|---|---|---|
| Base | | |
| Peaq | | |
| Avalanche | | |
| 网络 | 链ID | USDC合约地址 |
|---|---|---|
| Base | | |
| Peaq | | |
| Avalanche | | |
Usage Examples
使用示例
swap
swapswap
swapSwap tokens across chains. Fetches a quote from LayerZero, then walks through approval and swap steps automatically.
bash
~/teneo-skill/teneo command "layerzero" "swap <amount> <fromToken> <fromChain> <toToken> <toChain>" --room <roomId>Response is JSON. Extract the field for formatted text.
humanized跨链兑换代币。从LayerZero获取报价,然后自动引导完成授权和兑换步骤。
bash
~/teneo-skill/teneo command "layerzero" "swap <amount> <fromToken> <fromChain> <toToken> <toChain>" --room <roomId>响应为JSON格式。可提取字段获取格式化文本。
humanizedAgent Info
Agent信息
- ID:
layerzero - Name: LayerZero
- ID:
layerzero - 名称: LayerZero