Install
openclaw skills install justserpapi-webFetch raw HTML, rendered HTML, or clean Markdown from public webpages through Just Serp API.
openclaw skills install justserpapi-webUse this skill when the user needs webpage retrieval rather than a search engine result. It fits crawling, scraping preparation, readable content extraction, and page structure inspection for a known URL.
url to crawl.html: Crawl Webpage (HTML) — Retrieve the raw HTML response for a page.renderedHtml: Crawl Webpage (Rendered HTML) — Retrieve DOM output after rendering for JavaScript-heavy pages.markdown: Crawl Webpage (Markdown) — Extract the main readable content as clean Markdown for summarization or downstream processing.GET operations are available in this skill.url query parameter.renderedHtml for dynamic pages, html for raw source, and markdown for readable content extraction.generated/operations.md before choosing an endpoint.html, renderedHtml, markdown.node {baseDir}/bin/run.mjs --operation "<operation-id>" --api-key "$JUST_SERP_API_KEY" --params-json '{"key":"value"}'
JUST_SERP_API_KEYJUST_SERP_API_KEY only for authenticated Just Serp API requests.JUST_SERP_API_KEY private. Do not paste it into chat messages, screenshots, or logs.markdown, surface the extracted readable content or key sections before raw JSON.