← 返回 Skills 市场
Pangolinfo Scrape (Legacy)
作者
Pangolinfo & AgentGo
· GitHub ↗
· v1.0.1
· MIT-0
368
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install pangolinfo-scrape-legacy
功能描述
Search Google and scrape Amazon using Pangolin APIs. Supports AI Mode search (Google AI Overview with multi-turn dialogue), standard SERP with AI Overview ex...
安全使用建议
This package appears to implement the advertised Pangolin scraping functionality and the included Python client is readable and zero-dependency. However: (1) the registry metadata incorrectly lists no required environment variables — the script needs PANGOLIN_TOKEN or PANGOLIN_EMAIL + PANGOLIN_PASSWORD. Treat that mismatch as a red flag and ask the publisher/registry to correct it. (2) The script will send your email/password to https://scrapeapi.pangolinfo.com/auth to obtain a bearer token and will save the token at ~/.pangolin_token (file permissions set to 600). Prefer providing an existing PANGOLIN_TOKEN rather than your account password. (3) The source/homepage is unknown; verify the publisher and the legitimacy of scrapeapi.pangolinfo.com before supplying credentials. (4) If you decide to install/use it, run it in a restricted environment (or inspect/run the script manually) and consider creating a dedicated Pangolin account or short‑lived token so you don't expose your primary credentials.
功能分析
Type: OpenClaw Skill
Name: pangolinfo-scrape-legacy
Version: 1.0.1
The skill bundle provides a legitimate Python client and documentation for interacting with Pangolin's Google SERP and Amazon scraping APIs. The core script, `scripts/pangolinfo.py`, uses only Python standard libraries to perform authenticated requests to the official API endpoint (scrapeapi.pangolinfo.com). It handles sensitive credentials (PANGOLIN_EMAIL/PASSWORD) and tokens appropriately, including secure local caching in `~/.pangolin_token` with restricted file permissions (0o600). No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
能力评估
Purpose & Capability
The name/description promise Google SERP and Amazon scraping via Pangolin APIs, and the included Python client calls scrapeapi.pangolinfo.com endpoints to do exactly that — capability aligns with purpose. However, registry metadata claims no required environment variables or primary credential, while SKILL.md and the script clearly require PANGOLIN_TOKEN or PANGOLIN_EMAIL+PANGOLIN_PASSWORD. That metadata omission is an incoherence and should be corrected/clarified.
Instruction Scope
SKILL.md and the script give explicit CLI usage and only instruct network calls to the Pangolin API endpoints, token caching, and JSON parsing. Instructions do not request unrelated system files or other credentials. The script writes a token cache (~/.pangolin_token) and uses environment variables; these actions are documented in SKILL.md and references.
Install Mechanism
No install spec (instruction-only with included Python script). No external downloads or package installs are performed. The script is zero-dependency (uses Python stdlib) so there is no hidden installer risk.
Credentials
Requiring PANGOLIN_TOKEN or PANGOLIN_EMAIL+PANGOLIN_PASSWORD is proportionate to authenticating against the external Pangolin API. The concern is that the registry metadata lists no required env vars (contradiction) and the skill will cache a bearer token in the user's home (~/.pangolin_token). If you provide email+password, those credentials are sent to the external auth endpoint; ensure you trust the service and prefer using a token over storing passwords in environment variables when possible.
Persistence & Privilege
The skill does not request 'always: true' or other elevated platform privileges. It caches a token to a file it owns (~/.pangolin_token) which is typical for CLI clients; it does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pangolinfo-scrape-legacy - 安装完成后,直接呼叫该 Skill 的名称或使用
/pangolinfo-scrape-legacy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Docs update: added canonical links to the new skills.
- AI SERP: https://clawhub.ai/pangolinfo/pangolinfo-ai-serp
- Amazon Scraper: https://clawhub.ai/pangolinfo/pangolinfo-amazon-scraper
No functional changes.
v0.1.0
Initial public release of the Pangolinfo Search & Amazon Scraper skill.
- Google AI Mode answers (AI-mode)
- Google SERP + AI Overview (Serp)
- Amazon product & keyword scraping (Amazon)
元数据
常见问题
Pangolinfo Scrape (Legacy) 是什么?
Search Google and scrape Amazon using Pangolin APIs. Supports AI Mode search (Google AI Overview with multi-turn dialogue), standard SERP with AI Overview ex... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 368 次。
如何安装 Pangolinfo Scrape (Legacy)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pangolinfo-scrape-legacy」即可一键安装,无需额外配置。
Pangolinfo Scrape (Legacy) 是免费的吗?
是的,Pangolinfo Scrape (Legacy) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pangolinfo Scrape (Legacy) 支持哪些平台?
Pangolinfo Scrape (Legacy) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pangolinfo Scrape (Legacy)?
由 Pangolinfo & AgentGo(@tammy-hash)开发并维护,当前版本 v1.0.1。
推荐 Skills