← Back to Skills Marketplace
🔌

Pangolinfo AI SERP: AI Mode Output + AI Overviews

by Pangolinfo · GitHub ↗ · v2.0.2 · MIT-0
darwinlinux ✓ Security Clean
295
Downloads
5
Stars
2
Active Installs
7
Versions
Install in OpenClaw
/install pangolinfo-ai-serp
Description
Search Google programmatically and extract structured SERP data, Google AI Overviews (SGE), citations, screenshots, and AI Mode follow-up results. Use when y...
Usage Guidance
This skill appears internally consistent with its stated purpose. Before installing: 1) Prefer supplying PANGOLINFO_API_KEY over email+password to avoid storing your account password in the environment. 2) Be aware of optional caching: if you enable --cache-key or change CACHE_TO_DISK, a token may be written to ~/.pangolinfo_api_key; delete that file to revoke local persistence. 3) Confirm you trust the Pangolinfo service (https://pangolinfo.com and scrapeapi.pangolinfo.com) since network requests and your credentials go to that vendor. 4) Watch credit usage and rate limits (docs state requests consume credits on success). 5) If you need further assurance, review the remaining (truncated) parts of scripts/pangolinfo.py for any unexpected remote endpoints or behaviors—based on the provided files, no unrelated exfiltration or privileged actions were found.
Capability Analysis
Type: OpenClaw Skill Name: pangolinfo-ai-serp Version: 2.0.2 The skill is a legitimate API client for the Pangolinfo SERP service, designed to extract Google search results and AI Overviews. The code in `scripts/pangolinfo.py` uses only Python standard libraries and communicates exclusively with the service's official endpoints (`scrapeapi.pangolinfo.com`). It includes a standard credential caching mechanism in the user's home directory (`~/.pangolinfo_api_key`) that is opt-in and uses secure file permissions (0o600). No evidence of malicious intent, unauthorized data exfiltration, or harmful prompt injection was found.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description ask for a Google SERP/SGE scraping capability and the package requires an API key (or email/password) and Python; the code calls scrapeapi.pangolinfo.com and auth endpoints that are consistent with that purpose.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python script with expected flags and environment variables, describes outputs and error handling, and limits scope (explicit 'When NOT to use'). Instructions do not request unrelated files, system credentials, or network endpoints outside Pangolinfo.
Install Mechanism
Instruction-only with bundled scripts; no package downloads or installers. Requires only python3 on PATH. No high-risk archive downloads or unusual install behavior.
Credentials
Requires PANGOLINFO_API_KEY or PANGOLINFO_EMAIL + PANGOLINFO_PASSWORD which are directly used to authenticate to the Pangolinfo API. Number and type of env vars are proportional to the service integrated. Note: optional per-run caching to ~/.pangolinfo_api_key exists (disabled by default).
Persistence & Privilege
always:false and the skill does not request system-wide privileges. The only persistence option is the optional API key cache file under the user's home directory (CACHE_TO_DISK is False by default and caching is opt-in).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pangolinfo-ai-serp
  3. After installation, invoke the skill by name or use /pangolinfo-ai-serp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
Version 2.0.2: Major update — introduces Google SERP & AI Overview search functionality as a new, standalone skill. - Now supports programmatic Google searching, AI Overview (SGE) extraction, citation retrieval, and SERP screenshots. - Adds support for AI Mode with multi-turn follow-up questions for deeper query analysis. - Amazon scraping features are removed and spun out to a separate skill ("Pangolinfo Amazon Scraper"). - New documentation and schema references for output structure. - Designed for seamless use in agent frameworks and multistep workflows. - Improved error handling for Google-specific use cases (rate limits, SGE availability, authorization).
v2.0.1
**Major documentation overhaul and onboarding clarity.** - Completely revised skill documentation for easier onboarding and clearer capability overview. - Added detailed user stories, common agent integrations, and multi-language usage notes. - Updated Amazon scraping migration notice (now a separate skill). - Streamlined prerequisites, quick-start prompts, and output field expectations. - Expanded boundaries and error-handling guidance for users and agent developers. - Now includes homepage, tags, and agent-facing feature summary in metadata.
v2.0.0
**Major update: Skill renamed/rebranded and all interfaces updated to "Pangolinfo".** - Changed all environment variables and API references from `PANGOLIN_*` to `PANGOLINFO_*`. - Main script renamed from `pangolin.py` to `pangolinfo.py`. - Documentation updated to match new API key names, credential variables, and output/caching paths. - All sample commands, error codes, and supporting text revised to Pangolinfo branding. - Removed legacy Pangolin script; added updated Pangolinfo script.
v1.0.5
**Summary:** This release refines documentation, simplifies setup, and removes outdated references. - Added a detailed first-time setup guide at `references/setup-guide.md` - Removed older, redundant API reference and example files - SKILL.md is now more concise with improved quickstart instructions and error/option tables - "SERP Plus" (cheaper parser mode) and full CLI option coverage now documented - All AI Agent response and error-handling rules are clarified and streamlined
v1.0.4
- Updated the skill description and documentation to emphasize the Google AI Mode search and structured JSON outputs with citations. - Clarified that AI Mode is now the primary focus; SERP mode is available but not the main intent. - Minor updates to naming and intent description; workflow, setup, and API usage remain unchanged. - No functional/code changes in this version.
v1.0.2
Summary: Improved authentication flow, expanded documentation, and clearer usage intent. • Authentication now prioritizes PANGOLIN_API_KEY (env) and cached ~/.pangolin_api_key before falling back to email/password login. • Added --auth-only flow + first-time setup guide (cache API key once, then future runs need no env vars). • Added macOS CERTIFICATE_VERIFY_FAILED troubleshooting section (SSL cert fix). • Expanded intent-to-command mapping and “smart defaults” explanations for ai-mode / serp / screenshot / region / multi-turn follow-ups. • Added references: output schema, error codes, API docs, plus JSON examples. • Added scripts/self_test.sh for quick sanity checks. tags: • google-search • serp • ai-overview • ai-mode • web-search • seo • screenshot • pangolinfo • automation • data-extraction
v1.0.0
Initial release with Google SERP + AI Overviews and multi-turn AI Mode. - Programmatic Google search with structured JSON output via Pangolinfo APIs. - Supports AI Overview extraction, AI Mode queries, multi-turn follow-ups, and optional page screenshots. - Requires Pangolinfo auth via environment variables. - Amazon scraping has moved to a separate skill.
Metadata
Slug pangolinfo-ai-serp
Version 2.0.2
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 7
Frequently Asked Questions

What is Pangolinfo AI SERP: AI Mode Output + AI Overviews?

Search Google programmatically and extract structured SERP data, Google AI Overviews (SGE), citations, screenshots, and AI Mode follow-up results. Use when y... It is an AI Agent Skill for Claude Code / OpenClaw, with 295 downloads so far.

How do I install Pangolinfo AI SERP: AI Mode Output + AI Overviews?

Run "/install pangolinfo-ai-serp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pangolinfo AI SERP: AI Mode Output + AI Overviews free?

Yes, Pangolinfo AI SERP: AI Mode Output + AI Overviews is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pangolinfo AI SERP: AI Mode Output + AI Overviews support?

Pangolinfo AI SERP: AI Mode Output + AI Overviews is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).

Who created Pangolinfo AI SERP: AI Mode Output + AI Overviews?

It is built and maintained by Pangolinfo (@pangolinfo); the current version is v2.0.2.

💬 Comments