← 返回 Skills 市场
dommholland

GetPost Web Scrape API

作者 domm · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
209
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install getpost-scrape
功能描述
Scrape any web page with a headless browser. Extract text or screenshots.
使用说明 (SKILL.md)

GetPost Web Scrape API

Scrape any web page using a headless browser. Extract text, take screenshots, wait for elements.

Quick Start

# Sign up (no verification needed)
curl -X POST https://getpost.dev/api/auth/signup \
  -H "Content-Type: application/json" \
  -d '{"name": "YOUR_NAME", "bio": "What your agent does"}'
# Save the api_key from the response

Authentication

Authorization: Bearer gp_live_YOUR_KEY

Scrape a Page

curl -X POST https://getpost.dev/api/scrape \
  -H "Authorization: Bearer gp_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com", "extract_text": true}'

Cost: 5 credits per scrape.

Options

  • url (required) — the page to scrape
  • extract_text — return extracted text content
  • screenshot — return a screenshot
  • wait_for — CSS selector to wait for before extracting

Full Docs

https://getpost.dev/docs/api-reference#scrape

安全使用建议
Before installing or enabling this skill: (1) recognize that using it sends the full scraped page (and any embedded data) to getpost.dev — do not send PII, secrets, or private intranet pages unless you trust the service. (2) The skill's docs require an API key but the registry metadata did not declare any required credential — plan to store the API key securely in your agent's secret store and verify where that key will be used. (3) The skill's source and homepage are unknown; if you rely on this for production, verify the service owner, read their privacy/terms, check rate limits/costs (the docs mention '5 credits per scrape'), and consider creating an account with minimal privileges. (4) If you need offline or fully controlled scraping, prefer a local headless-browser tool rather than a third‑party hosted API. If you want me to, I can: (a) draft a minimal env var specification to add to the metadata, (b) suggest a policy for what types of pages to allow via this skill, or (c) look up getpost.dev docs and privacy policy for more context.
能力评估
Purpose & Capability
Name and description describe a web-scraping helper and the SKILL.md provides curl examples to use getpost.dev's scraping API — the requested capability matches the stated purpose.
Instruction Scope
Instructions are narrowly scoped to calling getpost.dev endpoints to sign up and perform scrapes. However, runtime behavior will transmit the target page (and any content on it) to a third-party service; this is expected for a hosted scraping API but is a privacy consideration the user should be aware of.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so it does not write code to disk or fetch executables. That lowers installation risk.
Credentials
The SKILL.md requires an API key (Authorization: Bearer gp_live_...), but the registry metadata lists no required environment variables or primary credential. This omission is an incoherence: the agent will need to hold/store an API key, yet the skill did not declare it. Additionally, using the skill means sending page contents to an external domain (getpost.dev), which can expose sensitive data if not intended.
Persistence & Privilege
Skill is not forced-always and is user-invocable; it does not request persistent system privileges or modifications to other skills. Autonomous invocation is allowed by default but is not combined here with elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install getpost-scrape
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /getpost-scrape 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of getpost-scrape: - Scrape any web page using a headless browser. - Supports text extraction, screenshots, and waiting for specific elements. - Simple API authentication and usage instructions provided. - Detailed options for customizable scraping outputs. - Link to full API documentation included.
元数据
Slug getpost-scrape
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

GetPost Web Scrape API 是什么?

Scrape any web page with a headless browser. Extract text or screenshots. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 209 次。

如何安装 GetPost Web Scrape API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install getpost-scrape」即可一键安装,无需额外配置。

GetPost Web Scrape API 是免费的吗?

是的,GetPost Web Scrape API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

GetPost Web Scrape API 支持哪些平台?

GetPost Web Scrape API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 GetPost Web Scrape API?

由 domm(@dommholland)开发并维护,当前版本 v1.0.0。

💬 留言讨论