con un clic
summarize-url
Summarize web pages, articles, YouTube videos, and documents using AI
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ú
Summarize web pages, articles, YouTube videos, and documents using AI
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
Essential file system operations.
Common Git version control operations.
Upload, download, and edit files on remote servers via NAVIG
Query and manage databases on remote servers via NAVIG
Check GitHub repos, CI status, PRs, and issues using the gh CLI
Safely restart Docker containers with mandatory confirmation and state checks.
| name | summarize-url |
| description | Summarize web pages, articles, YouTube videos, and documents using AI |
| user-invocable | true |
| navig-commands | ["navig ai ask \"summarize {url}\""] |
| requires | ["curl (for fetching web content)","navig ai (for AI-powered summarization)"] |
| examples | ["Summarize this article: https://...","What's this video about? https://youtu.be/...","TLDR of this page","Summarize the error in this log file"] |
Summarize web pages, articles, YouTube videos, and text content using NAVIG's AI capabilities.
NAVIG uses its built-in AI to process and summarize content. This works on your local machine — no remote server needed.
User says: "Summarize this: https://example.com/article"
navig ai ask "Summarize this article: {url}"
Response format:
📄 Summary of "{title}":
{2-3 paragraph summary}
Key points:
• Point 1
• Point 2
• Point 3
User says: "What's this video about? https://youtu.be/..."
navig ai ask "Summarize this YouTube video: {url}"
User says: "Summarize the errors in the nginx log"
navig host use {host}
navig run "tail -200 /var/log/nginx/error.log"
# Then feed output to AI
navig ai ask "Summarize these error patterns: {log_output}"
Response format:
📋 Log Summary for nginx on {host}:
Found 3 error patterns in last 200 lines:
🔴 502 Bad Gateway (45 occurrences)
→ PHP-FPM seems to be crashing. Check process limits.
🟡 404 Not Found (23 occurrences)
→ Mostly bots scanning for /wp-admin, /phpmyadmin
🟢 Connection reset (5 occurrences)
→ Normal client disconnects, no action needed.
User says: "TLDR of this document"
navig ai ask "Summarize this document: $(cat {file})"
navig ai providers)navig ai providers"