agentsclimarketplace

Web search

Skill valkryhx/google_adk_agent/skills/web-search

a startup but not simple agent demo using google adk.

Install
npx -y skills add valkryhx/google_adk_agent --skill web-search

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 7 stars7 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Perform web searches and extract content from URLs using the Tavily API. Use this skill to find real-time information, news, or deep-dive into specific web pages.

SKILL.md

1.7 KB, as published. Nobody here has run it

Web Search

Overview

This skill provides capabilities to search the web and extract content from specific URLs. It uses the Tavily API to ensure high-quality, LLM-ready results.

Workflow

  1. Search: Use when you need to find information, answer questions, or discover resources.
  2. Extract: Use when you have a specific URL (e.g., from a search result or user input) and need to read its full content.

Usage

1. Search the Web

To search for information, you must have the bash skill loaded and use the bash tool to run the search.py script.

python skills/web-search/scripts/search.py --query "your search query"

Optional Arguments:

  • --depth: "basic" (default, fast) or "advanced" (comprehensive).
  • --include-answer: If set, returns a generated answer summary.
  • --include-raw-content: If set, returns the full content of the search results.

2. Extract Content from URL

To read the content of a specific URL, run the search.py script with the --url argument.

python skills/web-search/scripts/search.py --url "https://example.com/article"

Examples

User: "What are the latest features in Python 3.13?" Action:

  1. skill_load(skill_id="bash") (if not already loaded)
  2. bash(command="python skills/web-search/scripts/search.py --query \"Python 3.13 new features\" --include-answer")

User: "Read this article for me: https://example.com/long-article" Action:

python skills/web-search/scripts/search.py --url "https://example.com/long-article"

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.