google-search-agent-teneo
Original:🇺🇸 English
Translated
Perform real-time web searches with Google/Serper results.
5installs
Added on
NPX Install
npx skill4agent add teneoprotocolai/teneo-skills google-search-agent-teneoTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Google Search Agent - 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?
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.
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. |
Quick Reference
bash
# Agent ID: google-search-agent
~/teneo-skill/teneo command "google-search-agent" "search <query>" --room <roomId>Setup
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-cliagentInstall the CLI (one-time)
bash
# Check 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 and ) is fully embedded there — do NOT search the web for external CLIs.
teneo.tsdaemon.tsAfter install, discover all available agents:
~/teneo-skill/teneo list-agentsSupported Networks
| Network | Chain ID | USDC Contract |
|---|---|---|
| Base | | |
| Peaq | | |
| Avalanche | | |
Usage Examples
search
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.
humanizedAgent Info
- ID:
google-search-agent - Name: Google Search Agent