ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified browser automation Safety 4/5

google-teneo

The agent gives you the ability to search Google and retrieve search results.

Why use this skill?

Integrate Google Search into your OpenClaw agent with the google-teneo skill. Access real-time, decentralized search results via Teneo Protocol.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/firestream792/google-teneo
Or

What This Skill Does

The google-teneo skill integrates the Teneo Protocol into your OpenClaw agent, providing a decentralized, robust, and reliable gateway to Google Search. Unlike standard web scraping tools that may be easily blocked or rate-limited, this skill leverages a distributed network of nodes to retrieve organic search results efficiently. It enables your agent to perform real-time research, gather market intelligence, or verify facts by querying the world's most popular search engine through the Teneo decentralized framework. The skill supports advanced parameters, including pagination, language selection, and country-specific indexing, allowing you to tailor search results to specific geographic regions or user needs.

Installation

To install this skill, use the OpenClaw CLI command: clawhub install openclaw/skills/skills/firestream792/google-teneo

Ensure you have configured your environment variables, specifically the PRIVATE_KEY for the Teneo SDK to manage payments, as the protocol requires USDC on supported networks like Base, Peaq, or Avalanche to facilitate transactions for service usage.

Use Cases

  • Market Research: Automatically pull recent news or competitor data for specific regions by adjusting country filters.
  • Content Curation: Aggregate high-quality links and resources based on trending topics or specific technical queries.
  • Verification: Cross-reference claims or technical documentation with live search results to ensure your agent provides up-to-date information.
  • Automated Reporting: Use the search function to gather data points that populate weekly summaries or automated newsletters.

Example Prompts

  1. @google search "best practices for TypeScript error handling"
  2. @google search "current price of Bitcoin" 1 en us
  3. @google search "latest advancements in decentralized AI" 2 en

Tips & Limitations

  • Rate Limiting: While decentralized, please be mindful of the load you place on specific nodes. If a query returns no results, try reducing the complexity of the string or changing the search page index.
  • Cost Efficiency: Since transactions are handled via smart contracts on-chain, ensure your wallet is adequately funded with USDC to prevent service interruptions.
  • Precision: For multi-word queries, always use double quotes to ensure the Teneo agent parses your search string correctly.
  • Latency: Keep in mind that as a decentralized service, network latency can occur. Adjust your SDK timeout settings appropriately for complex or highly specific search requests.

Metadata

Stars1100
Views0
Updated2026-02-17
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-firestream792-google-teneo": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#google#search#web-scraping#teneo#research
Safety Score: 4/5

Flags: network-access, external-api