Fetch a web page (single URL) and return readable plain text extracted from HTML.
Scanned 5/31/2026
Install via CLI
openskills install diegosouzapw/awesome-omni-skill---
name: WebText
description: Fetch a web page (single URL) and return readable plain text extracted from HTML.
metadata: {"openclaw":{"requires":{"bins":["python"]}}}
---
Use this skill when the user wants the plain text of a referenced web page.
How to run:
- Use the Exec Tool to run the Python script in this skill folder.
- The script prints a JSON object to stdout: { url, chars, text }
Install deps (once, on the host):
- python -m pip install -r "{baseDir}/requirements.txt"
Command template (Windows-friendly):
- python "{baseDir}/WebText.py" --url "<URL>" --max-chars 20000 --timeout-ms 15000
Return the JSON stdout to the user. If the request fails (HTTP error, timeout, unsupported content-type), return the error message.
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.