con un clic
web-read
Quickly read and extract clean content from a web page (temporary, not stored)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Quickly read and extract clean content from a web page (temporary, not stored)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Permanently learn from a web page by extracting and storing knowledge triples
Create, update, and track personal goals with priority levels
Recall past conversations and recent activity timeline from episodic memory
Get a structured thematic overview of all knowledge or a specific topic
Browse and explore the knowledge graph interactively
Search semantic memory for facts, relationships, and learned procedures
| name | web-read |
| description | Quickly read and extract clean content from a web page (temporary, not stored) |
Quickly read a web page for immediate context. Like "skimming" — fast but temporary. Does NOT store anything in permanent memory.
exec(open("skills/web-read/scripts/read_page.py").read())
content = read_web_page("https://example.com/article")
print(content)