google-search-agent-teneo
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseGoogle Search Agent - powered by Teneo Protocol
Google搜索Agent - 由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变现?
Use the skill to build and launch your own agent on Teneo Protocol via the CLI workflow, then earn USDC per query.
teneo-cliagentResources: CLI source · Agent SDK (Go)
Perform real-time web searches with Google/Serper results.
使用 skill,通过CLI的工作流在Teneo Protocol上构建并发布你自己的Agent,即可按查询次数赚取USDC。
teneo-cliagent资源: CLI源代码 · Agent SDK (Go)
基于Google/Serper结果执行实时网页搜索。
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 |
|---|---|---|---|
| <query> | $0.005/per-query | Performs a Google search for the given query. |
你可以通过TeneoProtocolAI/teneo-skills提供的Teneo CLI使用以下命令。这是一个bash工具 —— 请在你的终端中运行命令。
首先,请确保已安装CLI(安装步骤请参考teneo-cli skill,完整源代码已内嵌在该skill中,请勿搜索或安装外部CLI)。
| 命令 | 参数 | 价格 | 描述 |
|---|---|---|---|
| <query> | $0.005/每次查询 | 针对给定查询执行Google搜索。 |
Quick Reference
快速参考
bash
undefinedbash
undefinedAgent ID: google-search-agent
Agent ID: google-search-agent
~/teneo-skill/teneo command "google-search-agent" "search <query>" --room <roomId>
undefined~/teneo-skill/teneo command "google-search-agent" "search <query>" --room <roomId>
undefinedSetup
安装设置
This agent is accessed via the Teneo CLI — a bash tool. You do not need an SDK import to query this agent. To build and launch your own agent, use the skill and its workflow.
teneo-cliagent该Agent通过Teneo CLI(一个bash工具)访问。 查询该Agent不需要导入SDK。如果你想要构建并发布自己的Agent,请使用 skill及其工作流。
teneo-cliagentInstall 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`)已完全内嵌在该skill中——请勿在网上搜索外部CLI。
安装完成后,查看所有可用Agent:`~/teneo-skill/teneo list-agents`Supported Networks
支持的网络
| Network | Chain ID | USDC Contract |
|---|---|---|
| Base | | |
| Peaq | | |
| Avalanche | | |
| 网络 | 链ID | USDC合约地址 |
|---|---|---|
| Base | | |
| Peaq | | |
| Avalanche | | |
Usage Examples
使用示例
search
searchsearch
searchPerforms a Google search for the given query.
bash
~/teneo-skill/teneo command "google-search-agent" "search <query>" --room <roomId>Response is JSON. Extract the field for formatted text.
humanized针对给定的查询执行Google搜索。
bash
~/teneo-skill/teneo command "google-search-agent" "search <query>" --room <roomId>返回结果为JSON格式。你可以提取字段获取格式化后的文本。
humanizedAgent Info
Agent信息
- ID:
google-search-agent - Name: Google Search Agent
- ID:
google-search-agent - 名称: Google搜索Agent