Skip to content

Repository files navigation

Pangolinfo OpenClaw Skills

Official, installable agent skills for Amazon data and Google AI search workflows.

PangolinfoDeveloper DocumentationGet API Key


What’s inside

This repository contains two OpenClaw skills maintained by Pangolinfo:

  1. Pangolinfo AI SERP

  2. Pangolinfo Amazon Scraper


Features

  • Real-time data for pipelines and agents
  • LLM-ready JSON outputs for OpenClaw workflows
  • Automation-friendly CLI examples and references included
  • Clear separation by use-case (SERP vs Amazon) for easier maintenance

Note: availability and unblock performance depend on target site behavior and your Pangolinfo plan/credits.


Authentication

Both skills use Pangolinfo APIs. Configure one of the following:

  • Recommended: PANGOLIN_TOKEN
  • Alternative: PANGOLIN_EMAIL + PANGOLIN_PASSWORD
export PANGOLIN_TOKEN="..."
# or
export PANGOLIN_EMAIL="you@example.com"
export PANGOLIN_PASSWORD="..."

Quick usage

Each skill includes copy-paste examples in its SKILL.md.

AI SERP example:

python3 pangolinfo-ai-serp/scripts/pangolinfo.py \
  --q "openclaw" \
  --mode serp \
  --screenshot

Amazon example:

python3 pangolinfo-amazon-scraper/scripts/pangolinfo.py \
  --url "https://www.amazon.com/dp/B00EXAMPLE00" \
  --parser amzProductDetail

Contributing

Issues and PRs are welcome. Please include reproducible inputs and expected output fields.


License

MIT © Pangolinfo

Official product resources

About

OpenClaw skills by Pangolinfo: Pangolinfo AI SERP (Google SERP + AI Overviews) and Pangolinfo Amazon Scraper.

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages