google-serper-search

shuliuzhenhua-sys/google-serper-search · updated Apr 8, 2026

$npx skills add https://github.com/shuliuzhenhua-sys/google-serper-search --skill google-serper-search
0 commentsdiscussion
summary

Use scripts/serper_search.py to call the Serper API and return JSON search results.

skill.md

Google Serper Search

Use scripts/serper_search.py to call the Serper API and return JSON search results.

Check configuration

Confirm SERPER_API_KEY is available before searching.

Run:

printenv SERPER_API_KEY

If the variable is empty, read references/configuration.md and set it in the current shell or shell profile before continuing.

Run searches

Use:

python3 scripts/serper_search.py "query"

Use filters when the request needs them:

python3 scripts/serper_search.py "query" --type news --gl us --hl en --tbs "past week"

Supported --type values:

  • search
  • images
  • videos
  • places
  • maps
  • reviews
  • news
  • shopping
  • lens
  • scholar
  • patents
  • autocomplete

Aliases:

  • web -> search
  • image -> images
  • img -> images

Supported --tbs shortcuts:

  • past hour
  • past 24 hours
  • past week
  • past month
  • past year

Use --gl for country and --hl for language when the request needs regional or language-specific results.

Interpret results

Read references/api_response.md when you need the result schema.

For web and news results, prioritize:

  • knowledgeGraph
  • organic
  • peopleAlsoAsk
  • relatedSearches

For image results, prioritize:

  • image title
  • imageUrl
  • thumbnailUrl
  • dimensions
  • source page

Present the answer

Summarize the most relevant results instead of dumping raw JSON unless the user asks for the raw response.

Include source links in the final answer.

Call out missing configuration or API errors explicitly when the script returns an error field.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.550 reviews
  • Evelyn Zhang· Dec 24, 2024

    google-serper-search reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Ganesh Mohane· Dec 20, 2024

    Keeps context tight: google-serper-search is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Isabella Torres· Nov 15, 2024

    I recommend google-serper-search for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Sakshi Patil· Nov 11, 2024

    google-serper-search has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Meera Srinivasan· Oct 6, 2024

    Useful defaults in google-serper-search — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Chaitanya Patil· Oct 2, 2024

    Solid pick for teams standardizing on skills: google-serper-search is focused, and the summary matches what you get after install.

  • Evelyn Reddy· Sep 25, 2024

    google-serper-search fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Ira Sharma· Sep 25, 2024

    I recommend google-serper-search for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Rahul Santra· Sep 21, 2024

    Registry listing for google-serper-search matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Ren Yang· Sep 17, 2024

    Keeps context tight: google-serper-search is the kind of skill you can hand to a new teammate without a long onboarding doc.

showing 1-10 of 50

1 / 5