← 返回 Skills 市场
577
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install pinterest-scraper
功能描述
Scrapes Pinterest boards, profiles, or search results with infinite scroll, image quality options, deduplication, resume support, and Telegram album sending.
安全使用建议
This skill appears to do what it says: scraping Pinterest and optionally sending images to Telegram. Before installing/running, consider: (1) TLS: the code disables SSL verification for downloads (verify=False) — this weakens security; avoid running on untrusted networks or modify the code to enable verification. (2) Secrets: supplying the Telegram bot token on the command line can expose it in shell history or process listings — prefer passing tokens via a protected file or environment variable (the script currently expects CLI flags). (3) Output data: the scraper writes images, a .scrape_state.json and scrape.log to the output folder; these may contain URLs or metadata you may not want to keep or share. (4) Legal/ethical: scraping Pinterest content may violate terms of service or copyright — ensure you have the right to download and distribute images. (5) Operational: Playwright will download a browser (chromium) and run headless; ensure your environment allows running headless browsers. If you want extra assurance, review/modify the script (enable SSL verification, change how tokens are provided, and inspect logging behavior) before use.
功能分析
Type: OpenClaw Skill
Name: pinterest-scraper
Version: 1.1.0
The skill is classified as suspicious primarily due to the explicit use of `verify=False` in `requests.get` within `scripts/scrape_pinterest.py`. This disables SSL certificate verification, making the application vulnerable to Man-in-the-Middle (MITM) attacks, even though it's documented as a workaround for 'Mac SSL issues' in `SKILL.md`. While the skill's core functionality (Pinterest scraping, Telegram integration) aligns with its stated purpose and there's no evidence of intentional malicious behavior like data exfiltration to unauthorized endpoints or persistence mechanisms, this critical vulnerability warrants a 'suspicious' classification.
能力评估
Purpose & Capability
Name/description (Pinterest scraping, infinite scroll, Telegram delivery) match the code and SKILL.md. The script uses Playwright to drive a headless browser (expected for infinite scroll scraping) and requests for downloads/Telegram API — these are appropriate and proportional.
Instruction Scope
SKILL.md stays within the scraping scope: it instructs installing playwright/requests, running the script, and optionally providing Telegram token/chat. The skill writes a .scrape_state.json and scrape.log to the output folder (documented). Minor note: troubleshooting suggests using verify=False for requests (and the code already disables SSL verification for download calls), which weakens TLS checks and should be used cautiously.
Install Mechanism
No automatic install spec; it's instruction-only and the script relies on pip-installed packages (playwright, requests) and a Playwright browser install. This is low risk and expected for a Python scraper.
Credentials
No required environment variables or credentials are declared. Telegram integration takes a bot token and chat ID via CLI flags (appropriate). Note: passing secrets on the command line can expose them in shell history or process lists; the code does not read other unrelated env vars or credentials.
Persistence & Privilege
The skill does not request persistent/privileged platform presence (always:false). It stores state and logs under the user-specified output folder only, which is consistent with resume/dedup functionality.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pinterest-scraper - 安装完成后,直接呼叫该 Skill 的名称或使用
/pinterest-scraper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0: Expanded documentation and improved usability guidance.
- Added reasoning framework, decision trees, troubleshooting guide, and self-check checklist to SKILL.md.
- Updated documentation to clarify setup, usage, feature set, and problem-solving steps.
- Moved the main script from script/ to scripts/ directory.
- Minor revision to the skill description and metadata for clarity and completeness.
v1.0.0
Initial release
元数据
常见问题
Pinterest Scraper 是什么?
Scrapes Pinterest boards, profiles, or search results with infinite scroll, image quality options, deduplication, resume support, and Telegram album sending. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 577 次。
如何安装 Pinterest Scraper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pinterest-scraper」即可一键安装,无需额外配置。
Pinterest Scraper 是免费的吗?
是的,Pinterest Scraper 完全免费(开源免费),可自由下载、安装和使用。
Pinterest Scraper 支持哪些平台?
Pinterest Scraper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pinterest Scraper?
由 KeXu9(@kexu9)开发并维护,当前版本 v1.1.0。
推荐 Skills